excalibur icon indicating copy to clipboard operation
excalibur copied to clipboard

Error 304 in the logs

Open Philippe-M opened this issue 2 years ago • 1 comments

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

Philippe-M avatar Jun 27 '22 12:06 Philippe-M