jbillmann / GarageServer.IO

A simple, lightweight, HTML multiplayer game server (and client) for Node.js
MIT License
181 stars 29 forks source link

GarageServer.IO client is missing the server path #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

garageserver.io.js:192 Uncaught Error: GarageServer.IO client is missing the server path - please verify the path argument passed to GarageServerIO.initializeGarageServer.

Hmm, is it because options isn't being passed in?

ghost commented 8 years ago

I added

GarageServerIO.initializeGarageServer('http://localhost:3000', {

Seems to fix, sorry for issue!