JSH32 / MineBoy

ComputerCraft GameBoy Color emulator with streaming server
MIT License
18 stars 2 forks source link

Server returns nothing when client requests games #4

Closed NovaAstral closed 1 year ago

NovaAstral commented 1 year ago

I've been trying to get this setup, and when the client gets the game list from the server, the server seems to return nothing, so gamesList is nil, which crashes the client.

I can see on the server, the client connecting when it fails to get the games, so i'm not sure why its not doing anything. The server also displays the game list when it starts so its not empty. image image

NovaAstral commented 1 year ago

ah! the problem is if you dont put http:// at the beginning of the http url, it will still connect but fail to actually do anything

JSH32 commented 1 year ago

Yep, I maybe should make a "Unable to connect" message, for now im closing this