riddlesio / issues

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

Compile is failing without output #16

Closed SimonPrins closed 7 years ago

SimonPrins commented 7 years ago

My bot is failing the compilation step, however no output is shown in the submission details. In the Submission logs, the Compile step is stuck displaying a loading icon. My bot does compile locally (At least the last version I uploaded does).

SimonPrins commented 7 years ago

I at least found out what seemed to be the problem. There was a .metadata folder added by Eclipse, which seems to have caused the compilation to fail on the server.

trogatog commented 7 years ago

I'm still having this issue with my C# bot. Output would definitely be handy

nikovanmeurs commented 7 years ago

@trogatog could you send your bot to niko [at] riddles [dot] io? I'd like to take a look at it to see if I can figure out why you're not getting any feedback from the compiler.

nikovanmeurs commented 7 years ago

@SimonPrins thanks for letting us know. I'll be adding some functionality to filter out IDE metadata folders when doing the programming language detection in the near future as I'm working on several compiler and input test related issues at the moment.

nikovanmeurs commented 7 years ago

We just deployed an update which fixes several bugs, any of which could cause a log to not be shown. Please let us know if you are still experiencing issues.