We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am currently testing Excalibur. It almost works but I have a lot of 304 errors in the server logs.
Example :
[...] 127.0.0.1 - - [27/Jun/2022 13:59:13] "GET /static/js/vendor/bootstrap.min.js HTTP/1.1" 304 - 127.0.0.1 - - [27/Jun/2022 13:59:13] "GET /jobs/aebf24ac-a451-48a5-bf31-f02781f8be31 HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 13:59:14] "GET /static/js/vendor/jquery-3.3.1.min.js HTTP/1.1" 304 - 127.0.0.1 - - [27/Jun/2022 13:59:14] "GET /static/js/vendor/popper.min.js HTTP/1.1" 304 - 127.0.0.1 - - [27/Jun/2022 13:59:14] "GET /static/js/vendor/bootstrap.min.js HTTP/1.1" 304 - 127.0.0.1 - - [27/Jun/2022 13:59:14] "GET /static/js/job.js HTTP/1.1" 304 - 127.0.0.1 - - [27/Jun/2022 13:59:31] "POST /download HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 13:59:50] "GET /files HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 13:59:51] "GET /rules HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 13:59:55] "GET /jobs HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 13:59:57] "GET /files HTTP/1.1" 200 - 127.0.0.1 - - [27/Jun/2022 14:00:02] "GET / HTTP/1.1" 302 - 127.0.0.1 - - [27/Jun/2022 14:00:02] "GET /files HTTP/1.1" 200 - [...]
I do my tests on Fedora 35, python 3.10.4
The text was updated successfully, but these errors were encountered:
127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/bootstrap.min.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/base.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/fontawesome.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/jquery.selectareas.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/jquery-ui.min.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/jquery-ui.theme.min.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/vendor/jquery-ui.structure.min.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/css/workspace.css HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/vendor/jquery-3.3.1.min.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/vendor/popper.min.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/vendor/bootstrap.min.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/vendor/jquery.selectareas.min.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/workspace.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/js/vendor/jquery-ui.min.js HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /static/favicon.ico HTTP/1.1" 304 - 127.0.0.1 - - [22/May/2024 09:22:35] "GET /workspaces/2a209df1-e418-46c3-b011-ecec07583112 HTTP/1.1" 200 -
I am also getting the same , Running on Ubuntu 20.04 and python 3.8.10
Sorry, something went wrong.
No branches or pull requests
Hello, I am currently testing Excalibur. It almost works but I have a lot of 304 errors in the server logs.
Example :
I do my tests on Fedora 35, python 3.10.4
The text was updated successfully, but these errors were encountered: