Guest User

Untitled

a guest
Jul 19th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. [~/Source/Python/control-0.0.07122009] ➔ ./cctrluser.py addKey ~/.ssh/id_rsa.pub
  2. Email : info@sebastiankippe.de
  3. Password:
  4. Traceback (most recent call last):
  5. File "./cctrluser.py", line 68, in <module>
  6. main()
  7. File "./cctrluser.py", line 12, in main
  8. parse_cmdline(user)
  9. File "./cctrluser.py", line 55, in parse_cmdline
  10. args.func(args)
  11. File "/Users/sebastian/Source/Python/control-0.0.07122009/user.py", line 22, in addKey
  12. self.auth.check_authentification()
  13. File "/Users/sebastian/Source/Python/control-0.0.07122009/authentification.py", line 32, in check_authentification
  14. self.get_token()
  15. File "/Users/sebastian/Source/Python/control-0.0.07122009/authentification.py", line 39, in get_token
  16. if self.api.authenticate(email, password):
  17. File "/Users/sebastian/Source/Python/control-0.0.07122009/pycclib/cclib.py", line 185, in authenticate
  18. self.token = Token(xml.dom.minidom.parseString(response['xml']).getElementsByTagName("token")[0])
  19. File "/Users/sebastian/Source/Python/control-0.0.07122009/pycclib/Token.py", line 30, in __init__
  20. self.fromXml(xml)
  21. File "/Users/sebastian/Source/Python/control-0.0.07122009/pycclib/Token.py", line 44, in fromXml
  22. self.expires = datetime.strptime(xml.getAttribute('expires'), '%Y-%m-%d %H:%M:%S.%f')
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/_strptime.py", line 321, in strptime
  24. (bad_directive, format))
  25. ValueError: 'f' is a bad directive in format '%Y-%m-%d %H:%M:%S.%f'
Add Comment
Please, Sign In to add comment