esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
40 stars 20 forks source link

Web Output Error #131

Closed moth754 closed 2 months ago

moth754 commented 5 months ago

Version 3.1.42.20240226141745 on Windows 11

Race was created using one version back of crossmgr and opening it produces the variable error previously described in #129

Following is output during / after race when accessing webpage with results. However, if using simulate race all working.

Server: BaseHTTP/0.6 Python/3.10.11 Date: Tue, 27 Feb 2024 22:10:02 GMT Connection: close Content-Type: text/html;charset=utf-8 Content-Length: 560

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

Error response

Error response

Error code: 404

Message: Error: /CurrentResults.html Traceback (most recent call last): File "WebServer.py", line 532, in do_GET AssertionError .

Error code explanation: 404 - Nothing matches the given URI.

esitarski commented 5 months ago

Should be fixed in the latest version which will be available when github builds it (maybe an hour). Thanks for finding this.

On Tue, Feb 27, 2024 at 5:16 PM Tim @.***> wrote:

Version 3.1.42.20240226141745 on Windows 11

Race was created using one version back of crossmgr and opening it produces the variable error previously described in #129 https://github.com/esitarski/CrossMgr/issues/129

Following is output during / after race when accessing webpage with results. However, if using simulate race all working.

Server: BaseHTTP/0.6 Python/3.10.11 Date: Tue, 27 Feb 2024 22:10:02 GMT Connection: close Content-Type: text/html;charset=utf-8 Content-Length: 560

Error response Error response Error code: 404 Message: Error: /CurrentResults.html Traceback (most recent call last): File "WebServer.py", line 532, in do_GET AssertionError . Error code explanation: 404 - Nothing matches the given URI. — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>

--

Edward Sitarski