Advertisement
Rapptz

Untitled

Sep 18th, 2014
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [9/17/2014 9:22:14 AM] Danny: this bug is such a pain in the ass
  2. [9/17/2014 9:22:29 AM] Danny: ValueError: invalid literal for int() with base 10: ''
  3. [9/17/2014 9:22:31 AM] Malthe: what bug?
  4. [9/17/2014 9:22:43 AM] Danny: I make sure the string isn't empty and it still happens
  5. [9/17/2014 9:22:44 AM] Danny: idgi
  6. [9/17/2014 9:25:34 AM] Danny: there's no way to fix this without asking Fiel I'm afraid
  7. [9/17/2014 9:25:42 AM] Danny: >spent 45 minutes on this
  8. [9/17/2014 9:25:53 AM] Danny: even converting it to hexadecimal and seeing the exact bytes it gives me ''
  9. [9/17/2014 9:25:55 AM] Danny: like, fuck man
  10. [9/17/2014 9:25:59 AM] Danny: python's so retarded
  11. [9/17/2014 9:26:49 AM] Danny: ''
  12. 30:30:30:32:34:38:32:35
  13.  
  14. Traceback (most recent call last):
  15. File "C:\MapleStory\WzReader\run.py", line 179, in <module>
  16. result = func(*args, **kwargs)
  17. File "C:\MapleStory\WzReader\MCharacter.py", line 154, in GetUpdated
  18. Equip.SetID(itemID)
  19. File "C:\MapleStory\WzReader\IMGReader\CCharacter.py", line 59, in SetID
  20. self.wzID = str(int(wzID)).zfill(8)
  21. ValueError: invalid literal for int() with base 10: ''
  22. [9/17/2014 9:33:19 AM] Danny: frustrating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement