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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
An element with the same key already exists in the dictionary. at System.Collections.Generic.Dictionary'2[System.String,System.String].Add (System.String key, System.String value) [0x00000] in :0
at Servers.MinimalHTTPServer.HTTPRequest.parseHeader (System.String[] input) [0x00000] in :0
at Servers.MinimalHTTPServer.HTTPRequest.parse (System.String input) [0x00000] in :0
at Servers.MinimalHTTPServer.HTTPRequest.tryParseAppend (ArraySegment'1 input, Int32 maxRequestLength) [0x00000] in :0
at Servers.MinimalHTTPServer.HTTPRequest.tryParseAppend (ArraySegment'1 input, Servers.MinimalHTTPServer.ServerConfiguration configuration) [0x00000] in :0
at Servers.MinimalHTTPServer.ClientConnection.StatefulConnectionRead (System.Object sender, Servers.ConnectionEventArgs e) [0x00000] in :0
Request Headers
Since the error comes from parseHeader, here are my request headers:
Url: http://127.0.0.1:8085/telemachus/console.html
Server:Telemachus 1.4.31.0 (as reported in response header)
KSP 1.1.3 (64-bit)
Internal Server Error 500
Request Headers
Since the error comes from
parseHeader
, here are my request headers:The text was updated successfully, but these errors were encountered: