JSH32 / MineBoy

ComputerCraft GameBoy Color emulator with streaming server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server returns nothing when client requests games

NovaAstral opened this issue · comments

commented

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

commented

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

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