Closed mirr254 closed 2 years ago
what is this log? and whant actions make this log out? It looks strange to me, and it's output by janus-proxy core
@jamken I can't create a session.
"_cachedResponse": undefined, "_hasError": true, "_headers": {"content-type": "application/json"}, "_incrementalEvents": false, "_lowerCaseResponseHeaders": {}, "_method": "POST", "_perfKey": "network_XMLHttpRequest_https://52.90.187.34:8288", "_requestId": null, " _response": "Handshake failed",
I can see "_requestId": null, "
and also handshake failed
Hi mirr254, Janus-cloud does not support http(restful) API of Janus, it only support websocket API of Janus, So that you should use the websocket API to create the session instead of http(restful) API。 also, your infomation may be a log of a http client tool which I don't know, maybe you can use curl as http client and give me the post url
I am struggling to make janus-proxy work.
I am getting this error
Looking at the logs only thing I see is
/janus 500
and some unreadable charactersI am not sure how to debug this