lieser / dkim_verifier

DKIM Verifier Extension for Mozilla Thunderbird
MIT License
213 stars 36 forks source link

DKIM verifier always showing: Internal error (TB 102) #314

Closed TheNewSound closed 2 years ago

TheNewSound commented 2 years ago

DKIM verifier always showing: Internal error

image

/**
 * Configure the JSDNS resolver if needed.
 *
 * @returns {Promise<void>}
 */
function configureJsdns() {
    if (!jsdnsIsConfigured) {
        log.debug("configure jsdns");
        addPrefsListener();
        jsdnsIsConfigured = browser.jsdns.configure( // Error seems to happen on this line...
lieser commented 2 years ago

This is probably a duplicate of #303/#306.

Please try the version attached to https://github.com/lieser/dkim_verifier/issues/312#issuecomment-1141493203.

lieser commented 2 years ago

I will assume the linked version did fix the problem for you. If now please let me know.