colombod / dotnet-interactive-experiments

MIT License
1 stars 1 forks source link

Can't run the project #1

Closed PawelStadnicki closed 3 years ago

PawelStadnicki commented 3 years ago

Hi, I wanted to try it out but it looks like some additional setup must be done (signalr ?). I did all required steps and loaded the page but got this just after the page load?

Utils.js:204 [2021-02-23T21:40:02.343Z] Information: WebSocket connected to ws://localhost:9000/kernelhub?id=QLcIOGsX1TLF45byLJ97-Q.
Utils.js:198 [2021-02-23T21:40:02.352Z] Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.

and this after submitting some code:

HttpConnection.js:131 Uncaught (in promise) Error: Cannot send data if the connection is not in the 'Connected' State.
    at HttpConnection.send (HttpConnection.js:131)
    at HubConnection.sendMessage (HubConnection.js:351)
    at HubConnection.sendWithProtocol (HubConnection.js:358)
    at HubConnection.send (HubConnection.js:375)
    at Object.submitCommand (HubConnectionBuilder.js:122)
    at KernelClientImpl.<anonymous> (HubConnectionBuilder.js:122)
    at step (dotnet-interactive.js:67)
    at Object.next (dotnet-interactive.js:48)
    at dotnet-interactive.js:41
    at new Promise (<anonymous>)
PawelStadnicki commented 3 years ago

I tried on other computer and it works. The previous was a corporate one with proxies and prioprietary security