Advertisement
Guest User

TraceBack

a guest
Nov 1st, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. C:\Python27\python.exe D:/work/python/Testing/test.py
  2. Traceback (most recent call last):
  3. File "D:/work/python/Testing/test.py", line 9, in <module>
  4. print c.cookies['__utma']
  5. File "C:\Python27\lib\site-packages\requests\cookies.py", line 276, in __getitem__
  6. return self._find_no_duplicates(name)
  7. File "C:\Python27\lib\site-packages\requests\cookies.py", line 331, in _find_no_duplicates
  8. raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path))
  9. KeyError: "name='__utma', domain=None, path=None"
  10.  
  11. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement