Advertisement
Guest User

XBMC Log

a guest
Jun 26th, 2013
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. 13:01:39 T:5092 NOTICE: plugin.image.flickr: Web Viewer Not Installed - Using Mobile Method
  2. 13:02:19 T:5092 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <class 'flickrapi.exceptions.FlickrError'>
  5. Error Contents: Error: 1: User not found
  6. Traceback (most recent call last):
  7. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\default.py", line 929, in <module>
  8. if fsession.authenticate(force=True):
  9. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\default.py", line 282, in authenticate
  10. result = self.authenticateMobile(self.flickr.token_cache.token)
  11. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\default.py", line 306, in authenticateMobile
  12. return self.finishAuthenticate(token)
  13. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\default.py", line 311, in finishAuthenticate
  14. user = self.flickr.people_findByUsername(username=self.username)
  15. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\flickrapi\__init__.py", line 349, in handler
  16. parse_format=args['format'], **args)
  17. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\flickrapi\__init__.py", line 435, in __wrap_in_parser
  18. return parser(self, data)
  19. File "C:\Users\xxx\AppData\Roaming\XBMC\addons\plugin.image.flickr\flickrapi\__init__.py", line 278, in parse_etree
  20. raise FlickrError(u'Error: %(code)s: %(msg)s' % err.attrib)
  21. FlickrError: Error: 1: User not found
  22. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement