Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. 2014-12-11 13:16:06,821 Adding FTS index for ip.address
  2. Traceback (most recent call last):
  3. File "manage.py", line 45, in <module>
  4. execute_from_command_line(sys.argv)
  5. File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  6. utility.execute()
  7. File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
  10. self.execute(*args, **options.__dict__)
  11. File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
  12. output = self.handle(*args, **options)
  13. File "/opt/noc/sa/management/commands/debug-script.py", line 443, in handle
  14. requests = [self.get_request(script_name, obj, snmp_ro_community, values) for obj in objects]
  15. File "/opt/noc/sa/management/commands/debug-script.py", line 370, in get_request
  16. self.set_access_profile_name(r.access_profile, obj, profile, snmp_ro_community)
  17. File "/opt/noc/sa/management/commands/debug-script.py", line 323, in set_access_profile_name
  18. access_profile.password = credentials.password
  19. File "/usr/lib/python2.7/site-packages/google/protobuf/internal/python_message.py", line 454, in setter
  20. type_checker.CheckValue(new_value)
  21. File "/usr/lib/python2.7/site-packages/google/protobuf/internal/type_checkers.py", line 117, in CheckValue
  22. raise TypeError(message)
  23. TypeError: None has type <type 'NoneType'>, but expected one of: (<type 'str'>, <type 'unicode'>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement