Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2013
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. 13:04:25 T:6336 NOTICE: [XBMCMailClient]: 'select [Gmail]'
  2. 13:04:25 T:6336 NOTICE: [XBMCMailClient]: 'NO'
  3. 13:04:25 T:6336 NOTICE: [XBMCMailClient]: 'Logging out...'
  4. 13:04:25 T:6336 ERROR: Exception
  5. 13:04:25 T:6336 ERROR: imaplib
  6. 13:04:25 T:6336 ERROR: .
  7. 13:04:25 T:6336 ERROR: error
  8. 13:04:25 T:6336 ERROR: :
  9. 13:04:25 T:6336 ERROR: error('command CLOSE illegal in state AUTH, only allowed in states SELECTED',)
  10. 13:04:25 T:6336 ERROR: in
  11. 13:04:25 T:6336 ERROR: <bound method XBMCMailClient.__del__ of <resources.lib.client.XBMCMailClient object at 0x0C080510>>
  12. 13:04:25 T:6336 ERROR: ignored
  13. 13:04:25 T:6336 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  14. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  15. Error Type: <type 'exceptions.ValueError'>
  16. Error Contents: invalid literal for int() with base 10: '[NONEXISTENT] Unknown Mailbox: [Gmail] (Failure)'
  17. Traceback (most recent call last):
  18. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\plugin.programm.xbmcmail\addon.py", line 273, in <module>
  19. plugin.run()
  20. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 332, in run
  21. items = self._dispatch(self.request.path)
  22. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\script.module.xbmcswift2\lib\xbmcswift2\plugin.py", line 306, in _dispatch
  23. listitems = view_func(**items)
  24. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\plugin.programm.xbmcmail\addon.py", line 125, in show_mailbox
  25. } for email in client.get_emails(mailbox)]
  26. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\plugin.programm.xbmcmail\resources\lib\client.py", line 160, in get_emails
  27. email_ids = self._get_email_ids(mailbox)
  28. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\plugin.programm.xbmcmail\resources\lib\client.py", line 112, in _get_email_ids
  29. self._select_mailbox(mailbox)
  30. File "C:\Users\desktop\AppData\Roaming\XBMC\addons\plugin.programm.xbmcmail\resources\lib\client.py", line 108, in _select_mailbox
  31. return int(data[0])
  32. ValueError: invalid literal for int() with base 10: '[NONEXISTENT] Unknown Mailbox: [Gmail] (Failure)'
  33. -->End of Python script error report<--
  34. 13:04:25 T:6336 INFO: Python script desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement