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

[Access] Empty error object in successful WebSocket subscription responce #7009

Open
Guitarheroua opened this issue Feb 11, 2025 · 0 comments · May be fixed by #7037
Open

[Access] Empty error object in successful WebSocket subscription responce #7009

Guitarheroua opened this issue Feb 11, 2025 · 0 comments · May be fixed by #7037
Assignees
Labels
Bug Something isn't working S-Access

Comments

@Guitarheroua
Copy link
Contributor

🐞 Bug Report

If subscribe to any topic, the success response contains an empty error object:

{
    "subscription_id": "a06381bf-9932-49e9-82b0-caad09e553bc",
    "error": {
        "code": 0,
        "message": ""
    },
    "action": "subscribe"
}

It should not be present at all in success responce.

@Guitarheroua Guitarheroua changed the title [Access] When empty error object in successful subscription [Access] Empty error object in successful subscription Feb 11, 2025
@Guitarheroua Guitarheroua changed the title [Access] Empty error object in successful subscription [Access] Empty error object in successful WebSocket subscription Feb 11, 2025
@Guitarheroua Guitarheroua changed the title [Access] Empty error object in successful WebSocket subscription [Access] Empty error object in successful WebSocket subscription responce Feb 11, 2025
@Guitarheroua Guitarheroua added S-Access Bug Something isn't working labels Feb 11, 2025
@illia-malachyn illia-malachyn self-assigned this Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working S-Access
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants