Skip to content

Instantly share code, notes, and snippets.

@c3d
Created March 26, 2024 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c3d/a0746b3472ae6ec7385a8dbc1f25e4b4 to your computer and use it in GitHub Desktop.
Save c3d/a0746b3472ae6ec7385a8dbc1f25e4b4 to your computer and use it in GitHub Desktop.
Error message for non-supported Genoa prototypes
error: final http request failed: Status(400, Response { status: 400, headers: {"connection": "close", "": "", "content-type": "text/html;charset=ISO-8859-1", "content-length": "25", "set-cookie": "JSESSIONID=7371A4CEC93403189084CA67BAB158E6; Path=/cek; Secure; HttpOnly", "date": "Mon, 26 Sep 2022 10:49:28 GMT"}, body: [13, 10, 13, 10, 13, 10, 52, 48, 48, 13, 10, 45, 13, 10, 66, 97, 100, 32, 82, 101, 113, 117, 101, 115, 116] })
caused by: http request #1 failed: Response { status: 400, headers: {"date": "Mon, 26 Sep 2022 10:49:13 GMT", "connection": "close", "": "", "content-type": "text/html;charset=ISO-8859-1", "set-cookie": "JSESSIONID=7E60AA9FD43C767AAD9927B0C64C006A; Path=/cek; Secure; HttpOnly", "content-length": "25"}, body: [13, 10, 13, 10, 13, 10, 52, 48, 48, 13, 10, 45, 13, 10, 66, 97, 100, 32, 82, 101, 113, 117, 101, 115, 116] }; http request #2 failed: Response { status: 400, headers: {"": "", "content-type": "text/html;charset=ISO-8859-1", "set-cookie": "JSESSIONID=6D3CCC003249CAFF7DD4C0113B884547; Path=/cek; Secure; HttpOnly", "content-length": "25", "connection": "close", "date": "Mon, 26 Sep 2022 10:49:18 GMT"}, body: [13, 10, 13, 10, 13, 10, 52, 48, 48, 13, 10, 45, 13, 10, 66, 97, 100, 32, 82, 101, 113, 117, 101, 115, 116] }; http request #3 failed: Response { status: 400, headers: {"content-length": "25", "set-cookie": "JSESSIONID=A6DE7E14D6C53C7445B236501F6A47B4; Path=/cek; Secure; HttpOnly", "content-type": "text/html;charset=ISO-8859-1", "": "", "date": "Mon, 26 Sep 2022 10:49:23 GMT", "connection": "close"}, body: [13, 10, 13, 10, 13, 10, 52, 48, 48, 13, 10, 45, 13, 10, 66, 97, 100, 32, 82, 101, 113, 117, 101, 115, 116] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment