I can't even get to the point of reproducing any of these errors
anymore. A typical session now fails like this:

$ flickrfs [...]/flickr
Authorizing with flickr...
Can't retrieve token from browser:/usr/bin/firefox:
        If you're behind a proxy server, first set http_proxy environment 
variable.
        Please close all your browser windows, and try again

I've tried with Firefox, Chrome, Opera, and x-www-browser (probably
points to Chrome for me), and none of them work. As indicated on the man
page, I ensured the browser was not running when I ran flickrfs. No
browser is started.

At this point, I would guess that it's because flickrfs is using the old
non-https API endpoint. A quick strace supports that theory to some
extent:

getsockopt(5, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
poll([{fd=5, events=POLLOUT}], 1, 10000) = 1 ([{fd=5, revents=POLLOUT}])
sendto(5, "POST /services/rest/ HTTP/1.1\r\nA"..., 355, 0, NULL, 0) = 355
poll([{fd=5, events=POLLIN}], 1, 10000) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "HTTP/1.1 403 Forbidden\r\nDate: Tu"..., 8192, 0, NULL, NULL) = 710

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/399452

Title:
  Error when mounting flickrfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flickrfs/+bug/399452/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to