Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613,
  3. in readerPollUntilEmpty
  4. while self.readerPollOnce():
  5. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 620,
  6. in readerPollOnce
  7. self.handleDatagram(self.private__di)
  8. File "C:\Panda3D-1.9.0\direct\showbase\PythonUtil.py", line 3543, in _exceptio
  9. nLogged
  10. return f(*args, **kArgs)
  11. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  12. PClientRepository.py", line 1873, in handleDatagram
  13. self.handler(msgType, di)
  14. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  15. PClientRepository.py", line 483, in handleConnecting
  16. self._handleConnected()
  17. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  18. PClientRepository.py", line 512, in _handleConnected
  19. self.gotoFirstScreen()
  20. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  21. PClientRepository.py", line 517, in gotoFirstScreen
  22. self.loginFSM.request('login')
  23. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 284, in request
  24. exitArgList)
  25. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 231, in __transition
  26. self.__enter(aState, enterArgList)
  27. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 217, in __enter
  28. aState.enter(argList)
  29. File "C:\Panda3D-1.9.0\direct\fsm\State.py", line 203, in enter
  30. apply(self.__enterFunc, argList)
  31. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  32. PClientRepository.py", line 524, in enterLogin
  33. self.csm.performLogin(self.loginDoneEvent)
  34. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\toontown\uberdog\C
  35. lientServicesManager.py", line 23, in performLogin
  36. self.sendUpdate('login', [token, clientKey])
  37. File "C:\Panda3D-1.9.0\direct\distributed\DistributedObject.py", line 359, in
  38. sendUpdate
  39. fieldName, sendToId or self.doId, args)
  40. TypeError: Incorrect arguments to field: login['dev', 'acfa75bd27a912bc09d7376f9
  41. 2c15791']
  42. :task(error): Exception occurred in PythonTask readerPollTask-441117912
  43. Traceback (most recent call last):
  44. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613,
  45. in readerPollUntilEmpty
  46. while self.readerPollOnce():
  47. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 618,
  48. in readerPollOnce
  49. if self.checkDatagram():
  50. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613,
  51. in readerPollUntilEmpty
  52. while self.readerPollOnce():
  53. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 620,
  54. in readerPollOnce
  55. self.handleDatagram(self.private__di)
  56. File "C:\Panda3D-1.9.0\direct\showbase\PythonUtil.py", line 3543, in _exceptio
  57. nLogged
  58. return f(*args, **kArgs)
  59. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  60. PClientRepository.py", line 1873, in handleDatagram
  61. self.handler(msgType, di)
  62. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  63. PClientRepository.py", line 483, in handleConnecting
  64. self._handleConnected()
  65. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  66. PClientRepository.py", line 512, in _handleConnected
  67. self.gotoFirstScreen()
  68. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  69. PClientRepository.py", line 517, in gotoFirstScreen
  70. self.loginFSM.request('login')
  71. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 284, in request
  72. exitArgList)
  73. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 231, in __transition
  74. self.__enter(aState, enterArgList)
  75. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 217, in __enter
  76. aState.enter(argList)
  77. File "C:\Panda3D-1.9.0\direct\fsm\State.py", line 203, in enter
  78. apply(self.__enterFunc, argList)
  79. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  80. PClientRepository.py", line 524, in enterLogin
  81. self.csm.performLogin(self.loginDoneEvent)
  82. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\toontown\uberdog\C
  83. lientServicesManager.py", line 23, in performLogin
  84. self.sendUpdate('login', [token, clientKey])
  85. File "C:\Panda3D-1.9.0\direct\distributed\DistributedObject.py", line 359, in
  86. sendUpdate
  87. fieldName, sendToId or self.doId, args)
  88. TypeError: Incorrect arguments to field: login['dev', 'acfa75bd27a912bc09d7376f9
  89. 2c15791']
  90. :task(error): Exception occurred in PythonTask readerPollTask-441117912
  91. :ToonBase(warning): Handling Python exception.
  92. Traceback (most recent call last):
  93. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\otpbase\OTPBas
  94. e.py", line 239, in run
  95. taskMgr.run()
  96. File "C:\Panda3D-1.9.0\direct\task\Task.py", line 502, in run
  97. self.step()
  98. File "C:\Panda3D-1.9.0\direct\task\Task.py", line 460, in step
  99. self.mgr.poll()
  100. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613,
  101. in readerPollUntilEmpty
  102. while self.readerPollOnce():
  103. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 618,
  104. in readerPollOnce
  105. if self.checkDatagram():
  106. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 613,
  107. in readerPollUntilEmpty
  108. while self.readerPollOnce():
  109. File "C:\Panda3D-1.9.0\direct\distributed\ConnectionRepository.py", line 620,
  110. in readerPollOnce
  111. self.handleDatagram(self.private__di)
  112. File "C:\Panda3D-1.9.0\direct\showbase\PythonUtil.py", line 3543, in _exceptio
  113. nLogged
  114. return f(*args, **kArgs)
  115. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  116. PClientRepository.py", line 1873, in handleDatagram
  117. self.handler(msgType, di)
  118. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  119. PClientRepository.py", line 483, in handleConnecting
  120. self._handleConnected()
  121. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  122. PClientRepository.py", line 512, in _handleConnected
  123. self.gotoFirstScreen()
  124. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  125. PClientRepository.py", line 517, in gotoFirstScreen
  126. self.loginFSM.request('login')
  127. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 284, in request
  128. exitArgList)
  129. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 231, in __transition
  130. self.__enter(aState, enterArgList)
  131. File "C:\Panda3D-1.9.0\direct\fsm\ClassicFSM.py", line 217, in __enter
  132. aState.enter(argList)
  133. File "C:\Panda3D-1.9.0\direct\fsm\State.py", line 203, in enter
  134. apply(self.__enterFunc, argList)
  135. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\otp\distributed\OT
  136. PClientRepository.py", line 524, in enterLogin
  137. self.csm.performLogin(self.loginDoneEvent)
  138. File "C:\Users\Jim\Desktop\TTI Source\ToontownInfiniteRetro\toontown\uberdog\C
  139. lientServicesManager.py", line 23, in performLogin
  140. self.sendUpdate('login', [token, clientKey])
  141. File "C:\Panda3D-1.9.0\direct\distributed\DistributedObject.py", line 359, in
  142. sendUpdate
  143. fieldName, sendToId or self.doId, args)
  144. TypeError: Incorrect arguments to field: login['dev', 'acfa75bd27a912bc09d7376f9
  145. 2c15791']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement