"bookmarkable-user-auth" issue

Asked by hub_cap

After downloading and installing an update to 10.10 Beta, I started getting the following;

A username and password are being requested by http://localhost:50479. The site says: "bookmarkable-user-auth"

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
hub_cap
Solved:
Last query:
Last reply:
Revision history for this message
Nikke (nmellegard) said :
#1

Having the same issue when starting Firefox. I think it may have started in Lucid when I enabled Bindwood (syncing bookmarks with Ubuntu One). However, the message gives no understandable clue whether this is the case or not, nor what username or password it expects -- not a perfect design, really...
I have tried to provide it with my local log-in credentials, as well as my UbuntuOne creds, to no avail.

All the best
/N

Revision history for this message
hub_cap (hub-capem) said :
#2

I think you are correct about the link to UbuntuOne. I eliminated the problem by removing Firefox and Firefox folders, then reinstalling Firefox. I had to use "sudo rm -irv firefox" to confirm the correct files and directories to remove.

whereis firefox
/usr/bin/firefox /etc/firefox /usr/lib/firefox

Revision history for this message
hub_cap (hub-capem) said :
#3

Solved my problem

Revision history for this message
waldek (waldek-chrzan) said :
#4

This solution not working in Maveric Meerkat (Ubuntu 10.10) :-(

Revision history for this message
Giacomo (poderi1980) said :
#5

Do you all have Bindwood extension enabled in Firefox and are behind proxy?

I think that might be the cause.
I disabled Bindwood and didn't get the authentication request anymore. But I'm not sure what kind of services bindwood is connected to and what will this imply :/

cheers,
gp

Revision history for this message
Douglas Baigrie (dbaigrie) said :
#6

To obtain the username and password for your local couch db (which is where the bookmarks are stored with Bindwood) execute the following command as your normal user account:

awk '/localhost/{split($3, parts, ":"); print "Username: " substr(parts[2],3); print "Password: " substr(parts[3], 0, index(parts[3], "@")-1)}' ~/.local/share/desktop-couch/couchdb.html

Revision history for this message
Apteryx (maxco) said :
#8

Thank you Douglas, I was able to retrieve both username and password using your awk script, helas Firefox keeps asking it at every launch, even although I checked the "Remember password" setting...

I don't know if there are logs of bindwood somewhere, haven't found any.