You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/copr/coprs_frontend/coprs/views/misc.py", line 220, in wrapper
return f(copr_dir, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/copr/coprs_frontend/coprs/views/coprs_ns/coprs_general.py", line 859, in generate_repo_file
return render_generate_repo_file(copr_dir, name_release, arch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/copr/coprs_frontend/coprs/views/coprs_ns/coprs_general.py", line 896, in render_generate_repo_file
return render_generate_repo_file_cached(copr_dir, name_release, arch=arch)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/flask_caching/__init__.py", line 872, in decorated_function
rv = self._call_fn(f, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/flask_caching/__init__.py", line 175, in _call_fn
return ensure_sync(fn)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/copr/coprs_frontend/coprs/views/coprs_ns/coprs_general.py", line 935, in render_generate_repo_file_cached
raise ObjectNotFound(html_error_msg, headers=dnf_copr_plugin_headers)
coprs.exceptions.ObjectNotFound: Chroot fedora-\xef\xbf\xbddora does not exist in zhullyb/v2rayA.
Available chroots:
fedora-41-x86_64
fedora-41-aarch64
fedora-39-x86_64
centos-stream-9-x86_64
fedora-40-aarch64
fedora-38-x86_64
fedora-39-aarch64
centos-stream-9-aarch64
fedora-40-x86_64
fedora-38-aarch64
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.12/logging/__init__.py", line 1163, in emit
stream.write(msg + self.terminator)
UnicodeEncodeError: 'ascii' codec can't encode character '\\ufffd' in position 159: ordinal not in range(128)
Call stack:
File "/usr/lib/python3.12/site-packages/flask/app.py", line 2552, in __call__
return self.wsgi_app(environ, start_response)
File "/usr/lib/python3.12/site-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python3.12/site-packages/flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/lib/python3.12/site-packages/flask_restx/api.py", line 674, in error_router
return original_handler(e)
File "/usr/lib/python3.12/site-packages/flask/app.py", line 1676, in handle_user_exception
return self.ensure_sync(handler)(e)
File "/usr/share/copr/coprs_frontend/coprs/__init__.py", line 219, in handle_exceptions
return error_handler.handle_error(error)
File "/usr/share/copr/coprs_frontend/coprs/error_handlers.py", line 42, in handle_error
app.logger.error("Response error: %s %s", code, message)
Message: 'Response error: %s %s'
Arguments: (404, 'Chroot fedora-\xef\xbf\xbddora does not exist in zhullyb/v2rayA.\\nAvailable chroots:\\nfedora-41-x86_64\\nfedora-41-aarch64\\nfedora-39-x86_64\\ncentos-stream-9-x86_64\\nfedora-40-aarch64\\nfedora-38-x86_64\\nfedora-39-aarch64\\ncentos-stream-9-aarch64\\nfedora-40-x86_64\\nfedora-38-aarch64\\n')
ERROR:coprs:Response error: 404 Chroot fedora-\xef\xbf\xbddora does not exist in zhullyb/v2rayA.
Available chroots:
fedora-41-x86_64
fedora-41-aarch64
fedora-39-x86_64
centos-stream-9-x86_64
fedora-40-aarch64
fedora-38-x86_64
fedora-39-aarch64
centos-stream-9-aarch64
fedora-40-x86_64
fedora-38-aarch64
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: