Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 1, in <module>
    from app import create_app
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 6, in <module>
    from flask import Flask, flash, g, has_request_context, redirect, render_template, request, url_for
ModuleNotFoundError: No module named 'flask'
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 1, in <module>
    from app import create_app
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 6, in <module>
    from flask import Flask, flash, g, has_request_context, redirect, render_template, request, url_for
ModuleNotFoundError: No module named 'flask'
[UID:1376][2954287] Child process with pid: 2954292 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 1, in <module>
    from app import create_app
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 6, in <module>
    from flask import Flask, flash, g, has_request_context, redirect, render_template, request, url_for
ModuleNotFoundError: No module named 'flask'
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 1, in <module>
    from app import create_app
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 6, in <module>
    from flask import Flask, flash, g, has_request_context, redirect, render_template, request, url_for
ModuleNotFoundError: No module named 'flask'
[UID:1376][2954287] Child process with pid: 2954528 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 1, in <module>
    from app import create_app
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 6, in <module>
    from flask import Flask, flash, g, has_request_context, redirect, render_template, request, url_for
ModuleNotFoundError: No module named 'flask'
[2026-08-09 20:59:15,504] INFO in __init__: === SAG System Startup ===
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 6, in <module>
    app = create_app()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 184, in create_app
    from .wa import wa_bp, init_wa
ModuleNotFoundError: No module named 'app.wa'
[2026-08-09 20:59:15,575] INFO in __init__: === SAG System Startup ===
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 6, in <module>
    app = create_app()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 184, in create_app
    from .wa import wa_bp, init_wa
ModuleNotFoundError: No module named 'app.wa'
[UID:1376][2968777] Child process with pid: 2968792 was killed by signal: 15, core dumped: no
Traceback (most recent call last):
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/passenger_wsgi.py", line 20, in <module>
    from run import app as application
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/run.py", line 6, in <module>
    app = create_app()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 184, in create_app
    from .wa import wa_bp, init_wa
ModuleNotFoundError: No module named 'app.wa'
[2026-08-09 21:06:14,741] INFO in __init__: === SAG System Startup ===
[2026-08-09 21:06:14,961] INFO in __init__: CSRF exempted for webhook endpoint: /wa/webhook -> pywa_challenge('/wa/webhook')
[2026-08-09 21:06:14,961] INFO in __init__: CSRF exempted for webhook endpoint: /wa/webhook -> pywa_webhook('/wa/webhook')
[2026-08-09 21:06:15,727] INFO in __init__: === SAG System Startup ===
[2026-08-09 21:06:15,892] INFO in __init__: CSRF exempted for webhook endpoint: /wa/webhook -> pywa_challenge('/wa/webhook')
[2026-08-09 21:06:15,892] INFO in __init__: CSRF exempted for webhook endpoint: /wa/webhook -> pywa_webhook('/wa/webhook')
Invalid session pxHRp7xf4zNzadfwAAAA (further occurrences of this error will be logged with level INFO)
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 917, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 902, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/login/routes.py", line 63, in login
    registrar_log('LOGIN', 'Acceso', f'Inicio de sesión exitoso para el usuario: {username}')
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/helpers/logger_utils.py", line 24, in registrar_log
    current_app.logger.info(mensaje)
Message: '| ACCION: LOGIN      | ENTIDAD: Acceso          | PROGRAMACION_ID: N/A        | USUARIO: admin           | DETALLE: Inicio de sesión exitoso para el usuario: admin'
Arguments: ()
/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/wtforms/fields/core.py:387: UserWarning: allow_blank=True does not do anything for QuerySelectMultipleField.
  return self.field_class(*self.args, **kw)
Invalid session pxHRp7xf4zNzadfwAAAA (further occurrences of this error will be logged with level INFO)
[ERROR] [UID:1376][3022544] wsgiAppHandler pApp->start_response() return NULL.
[UID:1376][3022525] Child process with pid: 3022545 was killed by signal: 15, core dumped: no
[UID:1376][3022525] Child process with pid: 3022544 was killed by signal: 15, core dumped: no
Invalid session ti0-U-1WQ4qIerXQAAAA (further occurrences of this error will be logged with level INFO)
/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/wtforms/fields/core.py:387: UserWarning: allow_blank=True does not do anything for QuerySelectMultipleField.
  return self.field_class(*self.args, **kw)
Invalid session ti0-U-1WQ4qIerXQAAAA (further occurrences of this error will be logged with level INFO)
Invalid session VG8ERm4OBr797tIkAAAA (further occurrences of this error will be logged with level INFO)
Invalid session HtxY_i9QZuSYjoFjAAAM (further occurrences of this error will be logged with level INFO)
[ERROR] [UID:1376][3063875] wsgiAppHandler pApp->start_response() return NULL.
[ERROR] [UID:1376][3077492] wsgiAppHandler pApp->start_response() return NULL.
Invalid session u4RBY2OdGu6I2gBhAAAV (further occurrences of this error will be logged with level INFO)
Invalid session wRu4XlTxSkxRbe2lAAAl (further occurrences of this error will be logged with level INFO)
[ERROR] [UID:1376][3063875] wsgiAppHandler pApp->start_response() return NULL.
Traceback (most recent call last):
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 63, in __call__
    return self.engineio_app.handle_request(environ, start_response)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/socketio/server.py", line 435, in handle_request
    return self.eio.handle_request(environ, start_response)
           ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/server.py", line 287, in handle_request
    packets = socket.handle_get_request(
        environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/socket.py", line 92, in handle_get_request
    return getattr(self, '_upgrade_' + transport)(environ,
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
                                                  start_response)
                                                  ^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/socket.py", line 151, in _upgrade_websocket
    return ws(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/async_drivers/_websocket_wsgi.py", line 14, in __call__
    self.ws = simple_websocket.Server(environ, **self.server_args)
              ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/simple_websocket/ws.py", line 290, in __init__
    raise RuntimeError('Cannot obtain socket from WSGI environment.')
RuntimeError: Cannot obtain socket from WSGI environment.
Traceback (most recent call last):
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
           ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 63, in __call__
    return self.engineio_app.handle_request(environ, start_response)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/socketio/server.py", line 435, in handle_request
    return self.eio.handle_request(environ, start_response)
           ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/server.py", line 287, in handle_request
    packets = socket.handle_get_request(
        environ, start_response)
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
Invalid session vvGDz8RpxOC9ad3DAAAw (further occurrences of this error will be logged with level INFO)
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 915, in full_dispatch_request
    rv = self.preprocess_request()
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1291, in preprocess_request
    rv = self.ensure_sync(before_func)()
  File "/home2/globalstweb/public_html/sag.globalst.com.ve/app/__init__.py", line 271, in enforce_firefox
    app.logger.info('Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.')
Message: 'Navegador no-Firefox detectado; mostrando mensaje de compatibilidad.'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/opt/alt/python313/lib64/python3.13/logging/__init__.py", line 1154, in emit
    stream.write(msg + self.terminator)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
ValueError: underlying buffer has been detached
Call stack:
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1536, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask_socketio/__init__.py", line 42, in __call__
    return super().__call__(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/engineio/middleware.py", line 74, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home2/globalstweb/virtualenv/public_html/sag.globalst.com.ve/3.13/lib/python3.13/site-packages/flask/app.py", line 1511, in wsgi_app
    response = self.full_dispatch_request()
