riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

LIGHT RIDERS - Upload fails and stuck on Compiling #78

Closed RotemKariv closed 6 years ago

RotemKariv commented 6 years ago

Hi,

I am trying to upload new bots to light riders game, but everytime I try it fails to upload, and in overview screen i can see all those uploads in a compliling loop.

It happens even with the basic kit.

thanks for the help

JimVanEeden commented 6 years ago

We're aware of the issue, somebody else posted as well. We're looking into it at the moment, but we're not exactly sure what's causing it.

tombsar commented 6 years ago

Same thing is happening for me with Ms. Hack-Man

tiramon commented 6 years ago

Currently happend 2 times on Ms.HackMan

jltemple commented 6 years ago

Been going on for a few hours in Ms. Hack-Man 2017-12-13_17-55-40

tiramon commented 6 years ago

And again or maybe even more a still failing

Strange ... It says 'Your bot could not be uploaded' and after a refresh it appears in the Overview as a new revision and says 'Upload completed' and when i click the download button it looks like it was completly uploaded...

Also console output during 'failed upload' image

JimVanEeden commented 6 years ago

This problem is platform wide and also goes for challenges. I can explain a bit more about the problem maybe. When you upload a bot, a request is sent to the API that will create a new bot revision. The API then sends a request to the compiler with that bot revision so that the whole compile - test process is started. The problem is with RabbitMQ, a queue system that handles the request from the API to the compiler. RabbitMQ has lately been super unstable and occasionally jams, we're trying very hard to find the exact problem but it has been giving us headaches.

JimVanEeden commented 6 years ago

Closing as we've fixed our stability issues.