Ad
  • Custom User Avatar

    This usually happens when you have left a "print" statement (or whatever the equivalent in your language is - displaying to console/stdout etc.) somewhere in your code.

    Try removing anything that logs output to screen, it should work then.