Skip to content

Instantly share code, notes, and snippets.

@zulman
Created August 17, 2012 14:51
Show Gist options
  • Save zulman/3379422 to your computer and use it in GitHub Desktop.
Save zulman/3379422 to your computer and use it in GitHub Desktop.
callstack
catch:Traceback (most recent call last):\n File \"C:\\pw.test.9.4.0\\social\\handlers.py\", line 486, in onLoggedAction\n return actionHandler.onStart()\n File \"C:\\pw.test.9.4.0\\social\\subaction.py\", line 62, in wrapper\n return method(self, *args, **kwargs)\n File \"C:\\pw.test.9.4.0\\social\\subaction.py\", line 47, in wrapper\n return method(self, *args, **kwargs)\n File \"C:\\pw.test.9.4.0\\social\\logic\\change_fraction.py\", line 37, in onStart\n self.onBuy({ \"code\" : ibilling.ERROR_CODE_OK } )\n File \"C:\\pw.test.9.4.0\\social\\logic\\change_fraction.py\", line 60, in onBuy\n self.changeFraction()\n File \"C:\\pw.test.9.4.0\\social\\logic\\change_fraction.py\", line 146, in changeFraction\n hero.PersistentId = crc32( hero.class_name )\nTypeError: crc32() argument 1 must be string or read-only buffer, not None\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment