Skip to content

WebSocket not receiving anything #12

@parabola949

Description

@parabola949

gmusic.js namespaces work just fine when using websocket connection, however it doesn't appear any namespaces in this library respond to the websocket. I can performSearch and I see the UI update, performing the search, but I can't use playlists.getAll, queue.getTracks, or any method to get information, from the websocket.

Maybe I'm just doing something wrong? Sample request sent via socket:

{
  "namespace": "queue",
  "method": "getTracks"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions