Created
August 17, 2012 14:51
-
-
Save zulman/3379422 to your computer and use it in GitHub Desktop.
callstack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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