Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into type mismatch error during request handling. #432

Closed
danfuzz opened this issue Nov 10, 2024 · 1 comment
Closed

Look into type mismatch error during request handling. #432

danfuzz opened this issue Nov 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@danfuzz
Copy link
Owner

danfuzz commented Nov 10, 2024

Describe the bug

A short summary of the problem.

To reproduce

Steps to reproduce the problem:

Unclear. This was observed in production.

Expected behavior

No exception.

Actual behavior

Exceptions like this (excerpt of process.json file):

    "problems": [
      {
        "type": "unhandledRejection",
        "problem": {
          "@Error": {
            "message": "Must be of type `string`.",
            "stack": [
              {
                "name": "MustBe.string",
                "file": "file:///home/milk-user/lib/lactoserv/lib/code/node_modules/@this/typey/export/MustBe.js",
                "line": 278,
                "col": 13
              },
              {
                "name": "new RequestContext",
                "file": "file:///home/milk-user/lib/lactoserv/lib/code/node_modules/@this/net-util/export/RequestContext.js",
                "line": 64,
                "col": 14
              },
              {
                "name": "HttpWrangler._prot_incomingRequest",
                "file": "file:///home/milk-user/lib/lactoserv/lib/code/node_modules/@this/net-protocol/export/ProtocolWrangler.js",
                "line": 341,
                "col": 28
              },
              {
                "name": "Server.<anonymous>",
                "file": "file:///home/milk-user/lib/lactoserv/lib/code/node_modules/@this/net-protocol/private/HttpWrangler.js",
                "line": 26,
                "col": 44
              },

Environment

  • OS: Amazon Linux 2023
  • Node: 20
  • Browser: n/a
@danfuzz danfuzz added the bug Something isn't working label Nov 10, 2024
danfuzz added a commit that referenced this issue Dec 4, 2024
@danfuzz
Copy link
Owner Author

danfuzz commented Dec 4, 2024

This should be fixed by PR #443.

@danfuzz danfuzz closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant