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

kodi json api stuck once tried to open mpd addon #25

Open
dionorgua opened this issue May 9, 2016 · 0 comments
Open

kodi json api stuck once tried to open mpd addon #25

dionorgua opened this issue May 9, 2016 · 0 comments

Comments

@dionorgua
Copy link

dionorgua commented May 9, 2016

I've tried to make 'mpdc' hotkey on my remote and found that request just stuck until I actually close add-on:

    read -d "" DATA <<EOF
    {
            "jsonrpc": "2.0",
            "method": "GUI.ActivateWindow",
            "id": "mybash.$?",
            "params": {
                    "window": "music",
                    "parameters": [
                            "plugin://script.mpdc/"
                    ]
            }
    }

EOF
curl --data-binary "$DATA" -H 'content-type: application/json;' http://xbmc:xbmc@localhost:9777/jsonrpc

Expected: request should just finish immediately

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

No branches or pull requests

1 participant