rezalas / riftshadow

Dedicated to the preservation of the game and modernization of a classic mud codebase.
MIT License
18 stars 14 forks source link

Blazor Web Player fails to connect #215

Open Psypher9 opened 1 year ago

Psypher9 commented 1 year ago

I was just poking around on the Production Blazor Web Player and when I click the Connect button, I see an error and neither the Console or Network logs show good error messages to know what might be going on.

Blazor Web Player

Repro Steps

Psypher9 commented 1 year ago

By the way, is the Web Player a part of this project?

rezalas commented 1 year ago

It's not, but it should be. I think it would make sense to adapt the web player and the admin panel code together into one piece to make it easier to manage. At the moment the reason the web player doesn't work is a domain issue. It needs to target play.riftshadow.org instead of the previous target.

Psypher9 commented 1 year ago

Ah I see. So is the web player making telnet calls or is it co-located with the server and making in memory calls directly?

rezalas commented 1 year ago

It's a web player that makes a socket connection for cleanliness. It should make porting the code much easier. I'll get the website code into the repo tonight after I run it through a sanitization check.