-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add notaries #178
Comments
What OS are you on? Windows? Could your issue be the same bug as my issue at mk-fg/convergence#1 ? |
Running OS X 10.8.5. |
Same problem, running Convergence 0.09 with Firefox 24.0 on OSX 10.8.5. |
Could you try with the fork at https://github.com/mk-fg/convergence ? It's received regular updates, while moxie0's repo hasn't been updated in 2 years. If it fails, does it fail in the same way? |
Unable to add notaries either by url or downloaded bundle. The "Add Notary" modal dialog won't accept the notary somehow, so it refuses to dismiss via the OK button. FF 26.0 |
Same problem here. No notaries on install. When I try to install a notary via URL the OK button is unclickable. When I upload via file, the OK button works, but the notary screen is blank. ' FF 26 |
More details on FF 27.0.1 OSX 10.9.1: JS console says: https://github.com/moxie0/Convergence/blob/master/client/chrome/content/options.js#L97 function onAddNotary() {
var retVal = {notary: null};
window.openDialog("chrome://convergence/content/addNotary.xul", "dialog2", "modal", retVal).focus();
if (retVal.notary) {
for (var i=0;i<notaries.length;i++) { <<<<<==================
if (isDuplicateNotary(notaries[i], retVal.notary)) {
dump("Found duplicate: " + notaries[i].getName()+ "\n");
alert("Sorry, this notary conflicts with a notary that you already have configured." +
" You can only use two notaries from the same organization if they are" +
" configured for seperate regions.");
return;
}
}
notaries.push(retVal.notary);
updateNotarySettings();
}
} |
Looks like |
Starting FF from the console reveals the silently handled exception dump()s the following to stderr/stdout
There is no |
Don't know if this helps, but I compiled and hosted a nspr4.10 that only depends on itself and libSystem.dylib |
Taking a gross two-stroke chainsaw to all NSPR code doesn't help. Also tries to load libssl3.dylib. :sadface: Needs TLC by someone that KWTFTD (or fakes it well). |
Just to add that: I have the same problem on FF 24 Win 7 here. |
Same problem, FF 28 Ubuntu 14.04 x64. |
@zzottel and @th3flyboy , use mk-fg's version (Convergence Extra). Works fine for me on Windows 8 and Linux Mint 15. Reportedly OSX has other issues which Convergence Extra doesn't fix. |
I am using Convergence 0.99 in firefox 23.0.1.
I am unable to add any of the notaries listed here (high availability): https://github.com/moxie0/Convergence/wiki/Notaries
I tried both from the downloaded file and from the URL. I do not get any error messages, but the list remains empty (was empty on install).
The text was updated successfully, but these errors were encountered: