Skip to content

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

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

Closed
TheNewSound opened this issue Jun 9, 2022 · 2 comments
Closed

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

TheNewSound opened this issue Jun 9, 2022 · 2 comments
Assignees
Labels
bug Something isn't working compatibility Related to a specific Thunderbird version or another add-on duplicate This issue or pull request already exists
Milestone

Comments

@TheNewSound
Copy link

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
Copy link
Owner

lieser commented Jun 9, 2022

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

Please try the version attached to #312 (comment).

@lieser lieser self-assigned this Jun 9, 2022
@lieser lieser added bug Something isn't working duplicate This issue or pull request already exists compatibility Related to a specific Thunderbird version or another add-on labels Jun 9, 2022
@lieser lieser added this to the 5.0.0 milestone Jun 9, 2022
@lieser
Copy link
Owner

lieser commented Jun 12, 2022

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

@lieser lieser closed this as completed Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Related to a specific Thunderbird version or another add-on duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants