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

Do not log errors when clients send expired connection tokens. #23

Open
jmderuty opened this issue Oct 4, 2024 · 0 comments
Open

Do not log errors when clients send expired connection tokens. #23

jmderuty opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jmderuty
Copy link
Member

jmderuty commented Oct 4, 2024

      "message": "An error occurred while processing a system request '136 from 16282  (37.2.144.116)",
      "data": {
        "className": "System.ArgumentException",
        "message": "Invalid token signature. Token valid between 10/04/2024 12:46:50 and 10/04/2024 12:51:50. It's currently 10/04/2024 13:26:39",
        "data": null,
        "innerException": null,
        "helpURL": null,
        "stackTraceString": "   at Stormancer.Cluster.Application.SceneManager.DecodeToken(String token)\n   at Stormancer.Cluster.Application.SceneManager.GetSceneInformation(IClientPeerConnection connection, String token)\n   at Stormancer.Modules.SceneModule.<ConfigureClientSystemRequestApis>b__7_4(RequestContext rc)\n   at Stormancer.Networking.Processors.RequestProcessor.RunHandler(Func`2 handler, RequestContext context)",
        "remoteStackTraceString": null,
        "remoteStackIndex": 0,
        "exceptionMethod": null,
        "hResult": -2147024809,
        "source": "Stormancer.Server.Node",
        "watsonBuckets": null,
        "paramName": null
      }
    }```
@jmderuty jmderuty added the bug Something isn't working label Oct 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