[Flickrfs-users] all sets in /sets are empty, /stream is empty, but upload is OK
Brought to you by:
manishrjain
From: kevin w. <sp...@gm...> - 2007-10-05 07:11:39
|
Just installed flickrfs 1.3.9 on a fresh install of Ubuntu 7.04. Followed all the steps and got this: Authorizing with flickr... Authorization complete. Sets are being populated in the background. fuse: warning: buffer size too small: 4 I can go to the mountpoint and see the folders "sets" and "tags". Within "sets" I see all my sets, but they are all empty. I can create a folder and upload just fine, though. I also tried creating the "stream" folder, at which point I get the message: Populating photostream But the "stream" folder is also empty. Taking a look at the log file, I get a bunch of this: 10/05/07 00:08:17 ERROR Exception in function <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 ERROR Traceback (most recent call last): File "flickrfs.py", line 100, in _log_exception_wrapper func(*args, **kw) File "flickrfs.py", line 311, in __sync_set_in_background psetOnline = self.transfl.getPhotosFromPhotoset(set_id) File "/home/wuziq/flickrfs/flickrfs-1.3.9/transactions.py", line 357, in getPhotosFromPhotoset for p in rsp.photoset[0].photo: AttributeError: XMLNode instance has no attribute 'photo' 10/05/07 00:08:17 DEBUG Retry attempt 2 for func <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 INFO Syncing set /sets/2006-11-12 to 2006-11-15 san francisco 10/05/07 00:08:17 ERROR Exception in function <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 ERROR Traceback (most recent call last): File "flickrfs.py", line 100, in _log_exception_wrapper func(*args, **kw) File "flickrfs.py", line 311, in __sync_set_in_background psetOnline = self.transfl.getPhotosFromPhotoset(set_id) File "/home/wuziq/flickrfs/flickrfs-1.3.9/transactions.py", line 354, in getPhotosFromPhotoset privacy_filter=str(i)) File "/home/wuziq/flickrfs/flickrfs-1.3.9/flickrapi.py", line 254, in handler f = urllib2.urlopen(req) File "urllib2.py", line 121, in urlopen return _opener.open(url, data) File "urllib2.py", line 374, in open response = self._open(req, data) File "urllib2.py", line 392, in _open '_open', req) File "urllib2.py", line 353, in _call_chain result = func(*args) File "urllib2.py", line 1100, in http_open return self.do_open(httplib.HTTPConnection, req) File "urllib2.py", line 1075, in do_open raise URLError(err) URLError: <urlopen error timed out> 10/05/07 00:08:17 ERROR Exception in function <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 ERROR Traceback (most recent call last): File "flickrfs.py", line 100, in _log_exception_wrapper func(*args, **kw) File "flickrfs.py", line 311, in __sync_set_in_background psetOnline = self.transfl.getPhotosFromPhotoset(set_id) File "/home/wuziq/flickrfs/flickrfs-1.3.9/transactions.py", line 357, in getPhotosFromPhotoset for p in rsp.photoset[0].photo: AttributeError: XMLNode instance has no attribute 'photo' 10/05/07 00:08:17 DEBUG Retry attempt 2 for func <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 INFO Syncing set /sets/blogged 10/05/07 00:08:17 ERROR Exception in function <bound method Flickrfs.__sync_set_in_background of <__main__.Flickrfs instance at 0x836356c>> 10/05/07 00:08:17 ERROR Traceback (most recent call last): File "flickrfs.py", line 100, in _log_exception_wrapper func(*args, **kw) File "flickrfs.py", line 311, in __sync_set_in_background psetOnline = self.transfl.getPhotosFromPhotoset(set_id) File "/home/wuziq/flickrfs/flickrfs-1.3.9/transactions.py", line 354, in getPhotosFromPhotoset privacy_filter=str(i)) File "/home/wuziq/flickrfs/flickrfs-1.3.9/flickrapi.py", line 254, in handler f = urllib2.urlopen(req) File "urllib2.py", line 121, in urlopen return _opener.open(url, data) File "urllib2.py", line 374, in open response = self._open(req, data) File "urllib2.py", line 392, in _open '_open', req) File "urllib2.py", line 353, in _call_chain result = func(*args) File "urllib2.py", line 1100, in http_open return self.do_open(httplib.HTTPConnection, req) File "urllib2.py", line 1075, in do_open raise URLError(err) URLError: <urlopen error timed out> It looks like at least one other person is having this issue as well. Any help would be greatly appreciated! Kevin |