Debugging Internal Errors
#1
Hi,

In the process of trying to figure out why some music albums aren't loading through Chorus2 (I just get an endless loading spinner), I looked at RPC requests and saw that there were indeed some errors on the server side, which would explain why Chorus2 is not getting what it expects (not sure why it isn't catching it and is spinning endlessly instead):

json:
{
    "error": {
        "code": -32603,
        "message": "Internal error."
    },
    "id": "1588686842237",
    "jsonrpc": "2.0"
}

But even with both debug and "component debug" options enabled, I do not see any error on the server side. The only relevant log is a sqlite query that seems to work when I execute it manually.

Is there any option I can use t enable more detailed logging of that internal error and see what is causing it?
Reply

Logout Mark Read Team Forum Stats Members Help
Debugging Internal Errors0