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
in case the payload contains some special char like ®, the client fails with error:
TypeError: Cannot convert argument to a ByteString because the character at index 10117 has a value of 8482 which is greater than 255.
at Client.fetch (/smee-client/node_modules/undici/index.js:112:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client.onmessage (file:///smee-client/index.js:52:30)
The text was updated successfully, but these errors were encountered:
same error
my use case: sending Webhooks from GitHub, Content Type = application/json
[EDIT]
if I switch the method from application/json to urlencoded in GitHub Webhook settings
so smee-client is passing the payload but the receiver doesnt accept it with the error 431
org.eclipse.jetty.http.HttpParser parseFields
Header is too large 8193>8192
in case the payload contains some special char like ®, the client fails with error:
The text was updated successfully, but these errors were encountered: