Advertisement
Guest User

Untitled

a guest
May 25th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. L 05/25/2019 - 19:36:24: - sp.hooks.exceptions - EXCEPTION
  2.  
  3. [SP] Caught an Exception:
  4. Traceback (most recent call last):
  5. File "../addons/source-python/plugins/es_emulator/logic.py", line 378, in on_client_command
  6. userid = userid_from_index(index)
  7.  
  8. ValueError: Conversion from "Index" (3) to "Userid" failed.
  9.  
  10.  
  11.  
  12. [SP] Caught an Exception:
  13. Traceback (most recent call last):
  14. File "../addons/source-python/plugins/es_emulator/logic.py", line 378, in on_client_command
  15. userid = userid_from_index(index)
  16.  
  17. ValueError: Conversion from "Index" (3) to "Userid" failed.
  18.  
  19.  
  20.  
  21. [SP] Caught an Exception:
  22. Traceback (most recent call last):
  23. File "../addons/source-python/packages/source-python/commands/auth.py", line 44, in __call__
  24. return self.callback(*args)
  25. File "../addons/source-python/packages/source-python/commands/typed.py", line 589, in on_command
  26. result = cls.on_clean_command(info, command_node, args)
  27. File "../addons/source-python/packages/source-python/commands/typed.py", line 662, in on_clean_command
  28. return super().on_clean_command(command_info, command_node, args)
  29. File "../addons/source-python/packages/source-python/commands/typed.py", line 607, in on_clean_command
  30. return command_node.callback(command_info, *cleaned_args)
  31. File "../addons/source-python/plugins/wcs/wcs.py", line 1260, in client_ability_minus_command
  32. wcsplayer = Player.from_index(command.index)
  33. File "../addons/source-python/plugins/wcs/core/players/entity.py", line 719, in from_index
  34. playerinfo = playerinfo_from_index(index)
  35.  
  36. ValueError: Conversion from "Index" (3) to "PlayerInfo" failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement