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

Fix SendIntent error #82

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

VojtechVitek
Copy link
Contributor

@VojtechVitek VojtechVitek commented Nov 11, 2024

POST https://dev-waas.sequence.app/rpc/WaasAuthenticator/SendIntent

{
    "error": "WebrpcEndpoint",
    "code": 0,
    "msg": "endpoint error",
    "cause": "initiating auth with WaaS API: {%!m(string=Unauthorized) %!m(int=1000) %!m(string=Unauthorized access) %!m(string=Unauthorized 1000: Unauthorized access: method not allowed for session type) %!m(int=401) %!m(*errors.errorString=\u0026{Unauthorized 1000: Unauthorized access: method not allowed for session type})}",
    "status": 400
}

POST https://dev-waas.sequence.app/rpc/WaasAuthenticator/SendIntent

{
    "error": "WebrpcEndpoint",
    "code": 0,
    "msg": "endpoint error",
    "cause": "initiating auth with WaaS API: {%!m(string=Unauthorized) %!m(int=1000) %!m(string=Unauthorized access) %!m(string=Unauthorized 1000: Unauthorized access: method not allowed for session type) %!m(int=401) %!m(*errors.errorString=\u0026{Unauthorized 1000: Unauthorized access: method not allowed for session type})}",
    "status": 400
}
Copy link
Member

@patrislav patrislav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, good catch!

@VojtechVitek VojtechVitek merged commit 0fb896e into master Nov 11, 2024
2 checks passed
@VojtechVitek VojtechVitek deleted the fix-sendintent-errorpost-https-dev-waas branch November 11, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants