CodinGame / SpringChallenge2021

29 stars 71 forks source link

Cannot start gameRunner from webServices #24

Closed hagneva1 closed 3 years ago

hagneva1 commented 3 years ago

Hi guys,

I tried to start gameRunner from a webservice. I got in return : http://localhost:PORT/test.html Exposed web server dir: /myProjectPath/src/main/resources/view Exposed web server dir: /tmp/codingame

When I check on http://localhost:PORT Everything is good except frames doesn't load and I got this in game Errors : Cannot load demo, you might want to reset the demo Cannot read property 'split' of undefined

Notice that worked fine with FallChallenge2020.

I also inspect /tmp/codingame and it seems that the content is different between launch from test class from your repo or launch from my webService.

Hope you can help me.

hagneva1 commented 3 years ago

Closing issue. Didn't notice the upgrade of 4.0.2</gamengine.version>