Skip to content
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

Alpha test of --adblock #155

Closed
1 of 2 tasks
spirillen opened this issue Dec 25, 2020 · 23 comments
Closed
1 of 2 tasks

Alpha test of --adblock #155

spirillen opened this issue Dec 25, 2020 · 23 comments
Assignees

Comments

@spirillen
Copy link
Contributor

spirillen commented Dec 25, 2020

Until now there have been non test of the --adblock variable....

This should be the thread for that purpose.

I'll be using a valid list for this purpose from EasyList, more specific I'll be using the following list to get as broad a number of rules as possible and yet keeping things small.

https://raw.githubusercontent.com/easylist/easylist/master/easyprivacy/easyprivacy_trackingservers.txt
https://raw.githubusercontent.com/easylist/easylist/master/easylist_cookie/easylist_cookie_general_hide.txt
https://raw.githubusercontent.com/easylist/easylist/master/fanboy-addon/fanboy_annoyance_specific_block.txt

If you find any test case, you think I have forgotten please post a comment.

NOTE

I'll update this particular post with any news rather than comments, to better maintain a overview of what is done and have to be done.


@funilrys Please add to this post to https://github.com/funilrys/PyFunceble/projects/6

@spirillen spirillen changed the title Alpha test of --ad Alpha test of --adblock Dec 25, 2020
@spirillen
Copy link
Contributor Author

spirillen commented Dec 25, 2020

Ping @smed79 @ryanbr @Khrin @DandelionSprout @THEtomaso @Yuki2718 Please comment what you'll find of errors or suggestions for tests 😃

And Thank you so much for your good work with the EasyList project

UPDATE:
Thanks to @keczuppp in #156 (comment) my laziness caught up with me, sorry

@spirillen
Copy link
Contributor Author

spirillen commented Dec 25, 2020

First report

The --adblock argument do not accept more than one argument vs the -f argument where you can assign several sources at once

Reported at: #156

https://travis-ci.com/github/dns-test/PyFunceble-Sandboxed/builds/210574987

image

@Yuki2718
Copy link

I have been using this option combined with -f (-ad -f), at least it seems to recognize not only domain rules (||example.com^) but also cosmetic and scriptlet (##), but haven't tested thoroughly. Only annoyance I get is it complains about cp932 codec when the file includes non-ascii characters so I have to remove them from the file. But it seems to be more of a Python issue and also specific to my Windows (Japanese locale).

@spirillen
Copy link
Contributor Author

spirillen commented Dec 25, 2020

Only annoyance I get is it complains about cp932 codec when the file includes non-ascii characters so I have to remove them from the file. But it seems to be more of a Python issue and also specific to my Windows (Japanese locale).

What file are you using? is it a public one I can test with?

PS: the -ad is replaced with --adblock in version 4

@funilrys funilrys self-assigned this Dec 25, 2020
@Yuki2718
Copy link

What file are you using? is it a public one I can test with?

For example, foreign.txt in AdGuard Base filter (formerly English filter). This is the actual error message:

Screenshot

cp932

@spirillen
Copy link
Contributor Author

spirillen commented Dec 26, 2020

Super, I setup a test to have that fixed (Travis)

@funilrys , maybe you could spare a moment to setup a GH-Action to make windows + cygwin tests in the sandbox, you seems to have been working a bit with this

@funilrys
Copy link
Owner

Have you tried https://stackoverflow.com/a/52617143/5308363 ? I had a simular problem with the GitHub Actions under Windows and I solved it by adding the PYTHONIOENCODING variable:

PYTHONIOENCODING = utf-8

@DandelionSprout
Copy link

My experiences with --adblock in these past 2 days:

I often run into ConnectionAbortedError: [Errno 113] Software caused connection abort, and sometimes even Fatal Error: [Errno 113] Software caused connection abort, most often when running PyFunceble on Nordic Filters (by saving the main list version locally and running PyFunceble --adblock -f NorwegianList.txt).

Output (Very long):
1819.is                                                                                              ACTIVE      WHOIS
adform.net                                                                                           ACTIVE      WHOIS
amino.dk                                                                                             ACTIVE      WHOIS
medier24.no                                                                                          ACTIVE      NETINFO
austurfrett.is                                                                                       ACTIVE      WHOIS
bb.is                                                                                                ACTIVE      WHOIS
hvat.fo                                                                                              ACTIVE      WHOIS
bornholm.nu                                                                                          ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffddaffd0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffddb7190 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffddb7250 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
brudleyp.fo                                                                                          ACTIVE      WHOIS
tynsetingen.no                                                                                       ACTIVE      DNSLOOKUP
arendalstidende.no                                                                                   ACTIVE      DNSLOOKUP
tynsetingen.no                                                                                       ACTIVE      DNSLOOKUP
sorlandsavisen.no                                                                                    ACTIVE      DNSLOOKUP
bt.no                                                                                                ACTIVE      DNSLOOKUP
bt.no                                                                                                ACTIVE      DNSLOOKUP
bt.no                                                                                                ACTIVE      DNSLOOKUP
biff.no                                                                                              ACTIVE      DNSLOOKUP
730.no                                                                                               ACTIVE      DNSLOOKUP
1881.no                                                                                              ACTIVE      DNSLOOKUP
karfan.is                                                                                            ACTIVE      WHOIS
abcnyheter.no                                                                                        ACTIVE      DNSLOOKUP
blogg.no                                                                                             ACTIVE      DNSLOOKUP
backpacker.no                                                                                        ACTIVE      DNSLOOKUP
bobilportal.no                                                                                       ACTIVE      DNSLOOKUP
alvdalmiv.no                                                                                         ACTIVE      DNSLOOKUP
byggebolig.no                                                                                        ACTIVE      DNSLOOKUP
boblad.no                                                                                            ACTIVE      DNSLOOKUP
alvdalmiv.no                                                                                         ACTIVE      DNSLOOKUP
bobilverden.no                                                                                       ACTIVE      DNSLOOKUP
byggebolig.no                                                                                        ACTIVE      DNSLOOKUP
aftenposten.no                                                                                       ACTIVE      DNSLOOKUP
tv2.no                                                                                               ACTIVE      DNSLOOKUP
byggebolig.no                                                                                        ACTIVE      DNSLOOKUP
tek.no                                                                                               ACTIVE      DNSLOOKUP
tynsetingen.no                                                                                       ACTIVE      DNSLOOKUP
biip.no                                                                                              ACTIVE      DNSLOOKUP
byggfakta.no                                                                                         ACTIVE      DNSLOOKUP
byggenytt.no                                                                                         ACTIVE      DNSLOOKUP
blogg.no                                                                                             ACTIVE      DNSLOOKUP
canariposten.no                                                                                      ACTIVE      DNSLOOKUP
alvdalmiv.no                                                                                         ACTIVE      DNSLOOKUP
feltet.dk                                                                                            ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdd63250 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
feltet.dk                                                                                            ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdd63850 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdd63790 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
detailersclub.no                                                                                     ACTIVE      DNSLOOKUP
portal.fo                                                                                            ACTIVE      WHOIS
fiskur.fo                                                                                            ACTIVE      WHOIS
bilgalleri.dk                                                                                        ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdd6fed0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
sting.de17a.com                                                                                      ACTIVE      DNSLOOKUP
bilgalleri.dk                                                                                        ACTIVE      DNSLOOKUP
digi.no                                                                                              ACTIVE      DNSLOOKUP
feltet.dk                                                                                            ACTIVE      WHOIS
dusken.no                                                                                            ACTIVE      DNSLOOKUP
fotbolti.net                                                                                         ACTIVE      WHOIS
frisms.nu                                                                                            ACTIVE      WHOIS
e24.no                                                                                               ACTIVE      DNSLOOKUP
digi.no                                                                                              ACTIVE      DNSLOOKUP
dusken.no                                                                                            ACTIVE      DNSLOOKUP
hestafrettir.is                                                                                      ACTIVE      WHOIS
e24.no                                                                                               ACTIVE      DNSLOOKUP
e24.no                                                                                               ACTIVE      DNSLOOKUP
frisms.nu                                                                                            ACTIVE      WHOIS
hvat.fo                                                                                              ACTIVE      WHOIS
click-dk.plista.com                                                                                  ACTIVE      DNSLOOKUP
flyprat.no                                                                                           ACTIVE      DNSLOOKUP
gaffa.no                                                                                             ACTIVE      DNSLOOKUP
jn.fo                                                                                                ACTIVE      WHOIS
e24.no                                                                                               ACTIVE      DNSLOOKUP
gaffa.no                                                                                             ACTIVE      DNSLOOKUP
karfan.is                                                                                            ACTIVE      WHOIS
gamer.no                                                                                             ACTIVE      DNSLOOKUP
hytteavisen.no                                                                                       ACTIVE      DNSLOOKUP
gamer.no                                                                                             ACTIVE      DNSLOOKUP
tu.no                                                                                                ACTIVE      DNSLOOKUP
hytteavisen.no                                                                                       ACTIVE      DNSLOOKUP
gamer.no                                                                                             ACTIVE      DNSLOOKUP
kanalen.no                                                                                           ACTIVE      DNSLOOKUP
itavisen.no                                                                                          ACTIVE      DNSLOOKUP
itavisen.no                                                                                          ACTIVE      DNSLOOKUP
itavisen.no                                                                                          ACTIVE      DNSLOOKUP
nakenprat.com                                                                                        ACTIVE      WHOIS
doktor.frettabladid.is                                                                               ACTIVE      DNSLOOKUP
ksu.no                                                                                               ACTIVE      DNSLOOKUP
kode24.no                                                                                            ACTIVE      DNSLOOKUP
nordlysid.fo                                                                                         ACTIVE      WHOIS
marsteinen.no                                                                                        ACTIVE      DNSLOOKUP
ksu.no                                                                                               ACTIVE      DNSLOOKUP
magasinetreiselyst.no                                                                                ACTIVE      DNSLOOKUP
bilgalleri.dk                                                                                        ACTIVE      WHOIS
marsteinen.no                                                                                        ACTIVE      DNSLOOKUP
marsteinen.no                                                                                        ACTIVE      DNSLOOKUP
nordlysid.fo                                                                                         ACTIVE      WHOIS
liverpool.no                                                                                         ACTIVE      DNSLOOKUP
nordlysid.fo                                                                                         ACTIVE      WHOIS
magasinetreiselyst.no                                                                                ACTIVE      DNSLOOKUP
nordlysid.fo                                                                                         ACTIVE      WHOIS
melkoghonning.no                                                                                     ACTIVE      DNSLOOKUP
noresk.com                                                                                           ACTIVE      WHOIS
portal.fo                                                                                            ACTIVE      WHOIS
flashscore.dk                                                                                        ACTIVE      DNSLOOKUP
portal.fo                                                                                            ACTIVE      WHOIS
norsk-rally.com                                                                                      ACTIVE      WHOIS
portal.fo                                                                                            ACTIVE      WHOIS
nettavisen.no                                                                                        ACTIVE      DNSLOOKUP
nettavisen.no                                                                                        ACTIVE      DNSLOOKUP
musikknyheter.no                                                                                     ACTIVE      DNSLOOKUP
nettavisen.no                                                                                        ACTIVE      DNSLOOKUP
shareholders.dk                                                                                      ACTIVE      WHOIS
shareholders.dk                                                                                      ACTIVE      WHOIS
salangen-nyheter.com                                                                                 ACTIVE      WHOIS
skessuhorn.is                                                                                        ACTIVE      WHOIS
norskenettsider.no                                                                                   ACTIVE      DNSLOOKUP
nyteknikk.no                                                                                         ACTIVE      DNSLOOKUP
reavisa.no                                                                                           ACTIVE      DNSLOOKUP
oppdrettstorget.no                                                                                   ACTIVE      DNSLOOKUP
sporttv.is                                                                                           ACTIVE      WHOIS
opp.no                                                                                               ACTIVE      DNSLOOKUP
norskenettsider.no                                                                                   ACTIVE      DNSLOOKUP
sveip.net                                                                                            ACTIVE      WHOIS
reiseliv.no                                                                                          ACTIVE      DNSLOOKUP
nyteknikk.no                                                                                         ACTIVE      DNSLOOKUP
rett24.no                                                                                            ACTIVE      DNSLOOKUP
randaberg24.no                                                                                       ACTIVE      DNSLOOKUP
samler.no                                                                                            ACTIVE      DNSLOOKUP
torg.fo                                                                                              ACTIVE      WHOIS
skinnelangs.no                                                                                       ACTIVE      DNSLOOKUP
tvkampen.com                                                                                         ACTIVE      WHOIS
sveip.no                                                                                             ACTIVE      DNSLOOKUP
studenttorget.no                                                                                     ACTIVE      DNSLOOKUP
studvest.no                                                                                          ACTIVE      DNSLOOKUP
storfjordnytt.no                                                                                     ACTIVE      DNSLOOKUP
storfjordnytt.no                                                                                     ACTIVE      DNSLOOKUP
tvkampen.com                                                                                         ACTIVE      WHOIS
tek.no                                                                                               ACTIVE      DNSLOOKUP
utvarpsaga.is                                                                                        ACTIVE      WHOIS
vb.is                                                                                                ACTIVE      WHOIS
tvkampen.com                                                                                         ACTIVE      WHOIS
teknologiskmatforum.no                                                                               ACTIVE      DNSLOOKUP
tek.no                                                                                               ACTIVE      DNSLOOKUP
trening.no                                                                                           ACTIVE      DNSLOOKUP
tvh.no                                                                                               ACTIVE      DNSLOOKUP
tv2.no                                                                                               ACTIVE      DNSLOOKUP
thaiguiden.no                                                                                        ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
vgtv.no                                                                                              ACTIVE      DNSLOOKUP
vg.no                                                                                                ACTIVE      DNSLOOKUP
viivilla.no                                                                                          ACTIVE      DNSLOOKUP
vgtv.no                                                                                              ACTIVE      DNSLOOKUP
vgtv.no                                                                                              ACTIVE      DNSLOOKUP
xlmoto.no                                                                                            ACTIVE      DNSLOOKUP
xlmoto.no                                                                                            ACTIVE      DNSLOOKUP
xlmoto.no                                                                                            ACTIVE      DNSLOOKUP
jernindustri.dk                                                                                      ACTIVE      WHOIS
xlmoto.no                                                                                            ACTIVE      DNSLOOKUP
e24.no                                                                                               ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
gamer.no                                                                                             ACTIVE      DNSLOOKUP
digi.no                                                                                              ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdd11990 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
vg.no                                                                                                ACTIVE      DNSLOOKUP
tek.no                                                                                               ACTIVE      DNSLOOKUP
xstra.no                                                                                             ACTIVE      DNSLOOKUP
digi.no                                                                                              ACTIVE      DNSLOOKUP
tek.no                                                                                               ACTIVE      DNSLOOKUP
goal.com                                                                                             ACTIVE      WHOIS
ad1.*.dk                                                                                             INVALID     SYNTAX
veier24.no                                                                                           ACTIVE      DNSLOOKUP
ads.*.is                                                                                             INVALID     SYNTAX
ad1.*.no                                                                                             INVALID     SYNTAX
ads.*.no                                                                                             INVALID     SYNTAX
banner.*.no                                                                                          INVALID     SYNTAX
tv2.no                                                                                               ACTIVE      DNSLOOKUP
helios.*.no                                                                                          INVALID     SYNTAX
adserver.*.dk                                                                                        INVALID     SYNTAX
finn.no                                                                                              ACTIVE      DNSLOOKUP
click-dk.plista.com                                                                                  ACTIVE      DNSLOOKUP
easy-ad.no                                                                                           ACTIVE      DNSLOOKUP
ad.no.doubleclick.net                                                                                ACTIVE      DNSLOOKUP
myad.no                                                                                              ACTIVE      DNSLOOKUP
advertisement.vg.no                                                                                  ACTIVE      DNSLOOKUP
online.adservicemedia.dk                                                                             ACTIVE      DNSLOOKUP
acdn.adnxs.com                                                                                       ACTIVE      DNSLOOKUP
akamai.net                                                                                           ACTIVE      WHOIS
akamaihd.net                                                                                         ACTIVE      WHOIS
lib.idg.no                                                                                           ACTIVE      DNSLOOKUP
ekstrabladet.dk                                                                                      ACTIVE      WHOIS
dnitv.com                                                                                            ACTIVE      WHOIS
adr.kulingen.no                                                                                      ACTIVE      DNSLOOKUP
bilborsen.webannonse.no                                                                              ACTIVE      DNSLOOKUP
skivefolkeblad.dk                                                                                    ACTIVE      DNSLOOKUP
adext.inkclub.com                                                                                    ACTIVE      DNSLOOKUP
feltet.dk                                                                                            ACTIVE      WHOIS
eyjar.net                                                                                            ACTIVE      WHOIS
acdn.adnxs.com                                                                                       ACTIVE      DNSLOOKUP
feltet.dk                                                                                            ACTIVE      WHOIS
feltet.dk                                                                                            ACTIVE      WHOIS
ad.shareholders.dk                                                                                   ACTIVE      DNSLOOKUP
banner.3loops.com                                                                                    ACTIVE      DNSLOOKUP
leikjaland.is                                                                                        ACTIVE      WHOIS
finn.no                                                                                              ACTIVE      DNSLOOKUP
gratisxxx.no                                                                                         ACTIVE      DNSLOOKUP
melkoghonning.no                                                                                     ACTIVE      DNSLOOKUP
n247.no                                                                                              ACTIVE      DNSLOOKUP
norskenettsider.no                                                                                   ACTIVE      DNSLOOKUP
norskenettsider.no                                                                                   ACTIVE      DNSLOOKUP
export.prisguide.no                                                                                  ACTIVE      DNSLOOKUP
export.prisguiden.no                                                                                 ACTIVE      DNSLOOKUP
trolli.is                                                                                            ACTIVE      WHOIS
storfjordnytt.no                                                                                     ACTIVE      DNSLOOKUP
drbrand.herokuapp.com                                                                                ACTIVE      DNSLOOKUP
ssl.p.jwpcdn.com                                                                                     ACTIVE      DNSLOOKUP
ssl.p.jwpcdn.com                                                                                     ACTIVE      DNSLOOKUP
ssl.p.jwpcdn.com                                                                                     ACTIVE      DNSLOOKUP
ssl.p.jwpcdn.com                                                                                     ACTIVE      DNSLOOKUP
ad.primetime.net                                                                                     ACTIVE      DNSLOOKUP
semegleren.com                                                                                       ACTIVE      WHOIS
track.adform.net                                                                                     ACTIVE      DNSLOOKUP
track.adform.net                                                                                     ACTIVE      DNSLOOKUP
gamer.no                                                                                             ACTIVE      DNSLOOKUP
ballade.no                                                                                           ACTIVE      DNSLOOKUP
malviknytt.no                                                                                        ACTIVE      DNSLOOKUP
malviknytt.no                                                                                        ACTIVE      DNSLOOKUP
utvarpsaga.is                                                                                        ACTIVE      WHOIS
utvarpsaga.is                                                                                        ACTIVE      WHOIS
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
viasport-assets.mtg-api.com                                                                          ACTIVE      DNSLOOKUP
widgets.sprinklecontent.com                                                                          ACTIVE      DNSLOOKUP
i0.wp.com                                                                                            ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
adnxs.com                                                                                            ACTIVE      WHOIS
damoh.vgtv.no                                                                                        INACTIVE    STDLOOKUP
deiligejenter.no                                                                                     INACTIVE    STDLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
ytresogn.no                                                                                          ACTIVE      DNSLOOKUP
doktor.frettabladid.is                                                                               ACTIVE      DNSLOOKUP
doktor.frettabladid.is                                                                               ACTIVE      DNSLOOKUP
doktor.frettabladid.is                                                                               ACTIVE      DNSLOOKUP
doktor.frettabladid.is                                                                               ACTIVE      DNSLOOKUP
123mc.dk                                                                                             ACTIVE      WHOIS
123mc.dk                                                                                             ACTIVE      WHOIS
123mc.dk                                                                                             ACTIVE      WHOIS
gfx.no                                                                                               ACTIVE      DNSLOOKUP
123mc.dk                                                                                             ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdcc68d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
1001spill.no                                                                                         ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdcc6f90 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
samimag.no                                                                                           ACTIVE      DNSLOOKUP
aftenbladet.no                                                                                       ACTIVE      DNSLOOKUP
f.nordiskemedier.dk                                                                                  ACTIVE      DNSLOOKUP
alletilbudsaviser.co.no                                                                              ACTIVE      DNSLOOKUP
alletilbudsaviser.co.no                                                                              ACTIVE      DNSLOOKUP
altomfotball.no                                                                                      ACTIVE      DNSLOOKUP
altomfotball.no                                                                                      ACTIVE      DNSLOOKUP
s1.adform.net                                                                                        ACTIVE      DNSLOOKUP
flatpanels.dk                                                                                        ACTIVE      WHOIS
ba.no                                                                                                ACTIVE      DNSLOOKUP
avvir.no                                                                                             ACTIVE      DNSLOOKUP
anlast.no                                                                                            ACTIVE      DNSLOOKUP
baadmagasinet.dk                                                                                     ACTIVE      WHOIS
ba.no                                                                                                ACTIVE      DNSLOOKUP
sol.dk                                                                                               ACTIVE      DNSLOOKUP
bilasolur.is                                                                                         ACTIVE      WHOIS
babyklar.dk                                                                                          ACTIVE      WHOIS
babyklar.dk                                                                                          ACTIVE      WHOIS
bilnorge.no                                                                                          ACTIVE      DNSLOOKUP
bilnorge.no                                                                                          ACTIVE      DNSLOOKUP
bilnorge.no                                                                                          ACTIVE      DNSLOOKUP
yrkesbil.no                                                                                          ACTIVE      DNSLOOKUP
bloggomtoppbloggere.com                                                                              ACTIVE      WHOIS
static.polarismedia.no                                                                               ACTIVE      DNSLOOKUP
bo-bedre.no                                                                                          ACTIVE      DNSLOOKUP
bodonu.no                                                                                            ACTIVE      DNSLOOKUP
bimmers.no                                                                                           ACTIVE      DNSLOOKUP
boligpluss.no                                                                                        ACTIVE      DNSLOOKUP
bobedre.dk                                                                                           ACTIVE      WHOIS
bold.dk                                                                                              ACTIVE      DNSLOOKUP
bramat.no                                                                                            ACTIVE      DNSLOOKUP
bramat.no                                                                                            ACTIVE      DNSLOOKUP
bt.dk                                                                                                ACTIVE      WHOIS
ekstrabladet.dk                                                                                      ACTIVE      DNSLOOKUP
borsen.dk                                                                                            ACTIVE      DNSLOOKUP
budstikka.no                                                                                         ACTIVE      DNSLOOKUP
bt.dk                                                                                                ACTIVE      DNSLOOKUP
computerworld.dk                                                                                     ACTIVE      DNSLOOKUP
dagens.dk                                                                                            ACTIVE      DNSLOOKUP
dagens.dk                                                                                            ACTIVE      DNSLOOKUP
bygg.no                                                                                              ACTIVE      DNSLOOKUP
bygg.no                                                                                              ACTIVE      DNSLOOKUP
dagens.dk                                                                                            ACTIVE      DNSLOOKUP
byas.no                                                                                              ACTIVE      DNSLOOKUP
canariajournalen.no                                                                                  ACTIVE      DNSLOOKUP
dailyrush.dk                                                                                         ACTIVE      DNSLOOKUP
ekstrabladet.dk                                                                                      ACTIVE      DNSLOOKUP
cw.no                                                                                                ACTIVE      DNSLOOKUP
cw.no                                                                                                ACTIVE      DNSLOOKUP
cw.no                                                                                                ACTIVE      DNSLOOKUP
sol.no                                                                                               ACTIVE      DNSLOOKUP
dagbladet.no                                                                                         ACTIVE      DNSLOOKUP
dagensmedisin.no                                                                                     ACTIVE      DNSLOOKUP
dagsavisen.no                                                                                        ACTIVE      DNSLOOKUP
dagsavisen.no                                                                                        ACTIVE      DNSLOOKUP
ekstrabladet.dk                                                                                      ACTIVE      DNSLOOKUP
daria.no                                                                                             ACTIVE      DNSLOOKUP
mobilsiden.dk                                                                                        ACTIVE      DNSLOOKUP
guloggratis.dk                                                                                       ACTIVE      DNSLOOKUP
daria.no                                                                                             ACTIVE      DNSLOOKUP
globalnyt.dk                                                                                         ACTIVE      DNSLOOKUP
komogvind.dk                                                                                         ACTIVE      DNSLOOKUP
dfly.no                                                                                              ACTIVE      DNSLOOKUP
dfly.no                                                                                              ACTIVE      DNSLOOKUP
landbrugsavisen.dk                                                                                   ACTIVE      DNSLOOKUP
diskusjon.no                                                                                         ACTIVE      DNSLOOKUP
diskusjon.no                                                                                         ACTIVE      DNSLOOKUP
dinavis.no                                                                                           ACTIVE      DNSLOOKUP
lokalavisen.dk                                                                                       ACTIVE      DNSLOOKUP
diskusjon.no                                                                                         ACTIVE      DNSLOOKUP
mobilsiden.dk                                                                                        ACTIVE      DNSLOOKUP
travservice.dk                                                                                       ACTIVE      DNSLOOKUP
dagensbyggeri.dk                                                                                     ACTIVE      DNSLOOKUP
dn.no                                                                                                ACTIVE      DNSLOOKUP
dv.is                                                                                                ACTIVE      WHOIS
dn.no                                                                                                ACTIVE      DNSLOOKUP
dn.no                                                                                                ACTIVE      DNSLOOKUP
eavisa.com                                                                                           ACTIVE      WHOIS
eavisa.com                                                                                           ACTIVE      WHOIS
eavisa.com                                                                                           ACTIVE      WHOIS
eroguide.dk                                                                                          ACTIVE      DNSLOOKUP
travservice.dk                                                                                       ACTIVE      DNSLOOKUP
ehandel.com                                                                                          ACTIVE      WHOIS
eidfaxi.is                                                                                           ACTIVE      WHOIS
tvsporten.dk                                                                                         ACTIVE      DNSLOOKUP
tvsporten.dk                                                                                         ACTIVE      DNSLOOKUP
tvsporten.dk                                                                                         ACTIVE      DNSLOOKUP
euroinvestor.dk                                                                                      ACTIVE      WHOIS
elmagasinet.no                                                                                       ACTIVE      DNSLOOKUP
elmagasinet.no                                                                                       ACTIVE      DNSLOOKUP
eyjar.net                                                                                            ACTIVE      WHOIS
eyjar.net                                                                                            ACTIVE      WHOIS
f7.no                                                                                                ACTIVE      DNSLOOKUP
f7.no                                                                                                ACTIVE      DNSLOOKUP
building-supply.dk                                                                                   ACTIVE      DNSLOOKUP
f7city.no                                                                                            ACTIVE      DNSLOOKUP
licitationen.dk                                                                                      ACTIVE      DNSLOOKUP
familieklubben.no                                                                                    ACTIVE      DNSLOOKUP
familieklubben.no                                                                                    ACTIVE      DNSLOOKUP
f7hvordanlage.no                                                                                     ACTIVE      DNSLOOKUP
familieklubben.no                                                                                    ACTIVE      DNSLOOKUP
familieklubben.no                                                                                    ACTIVE      DNSLOOKUP
easy-ads.dk                                                                                          ACTIVE      DNSLOOKUP
dagensbyggeri.dk                                                                                     ACTIVE      WHOIS
edbpriser.dk                                                                                         ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
annoncelight.dk                                                                                      ACTIVE      DNSLOOKUP
filmfront.no                                                                                         ACTIVE      DNSLOOKUP
filmfront.no                                                                                         ACTIVE      DNSLOOKUP
filmweb.no                                                                                           ACTIVE      DNSLOOKUP
filmweb.no                                                                                           ACTIVE      DNSLOOKUP
filmweb.no                                                                                           ACTIVE      DNSLOOKUP
filmweb.no                                                                                           ACTIVE      DNSLOOKUP
filmweb.no                                                                                           ACTIVE      DNSLOOKUP
altomdata.dk                                                                                         ACTIVE      DNSLOOKUP
altomcamping.dk                                                                                      ACTIVE      DNSLOOKUP
aarhusupdate.dk                                                                                      ACTIVE      DNSLOOKUP
finna.is                                                                                             ACTIVE      WHOIS
finansavisen.no                                                                                      ACTIVE      DNSLOOKUP
finansavisen.no                                                                                      ACTIVE      DNSLOOKUP
fiskeribladet.no                                                                                     ACTIVE      DNSLOOKUP
fiskeribladet.no                                                                                     ACTIVE      DNSLOOKUP
avisen.dk                                                                                            ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      WHOIS
edbpriser.dk                                                                                         ACTIVE      DNSLOOKUP
bilgalleri.dk                                                                                        ACTIVE      DNSLOOKUP
bilgalleri.dk                                                                                        ACTIVE      DNSLOOKUP
bilgalleri.dk                                                                                        ACTIVE      DNSLOOKUP
fla.de                                                                                               ACTIVE      DNSLOOKUP
fla.de                                                                                               ACTIVE      DNSLOOKUP
fla.de                                                                                               ACTIVE      DNSLOOKUP
fla.de                                                                                               ACTIVE      DNSLOOKUP
fla.de                                                                                               ACTIVE      DNSLOOKUP
fl-arena.de                                                                                          ACTIVE      DNSLOOKUP
fl-arena.de                                                                                          ACTIVE      DNSLOOKUP
borsen.dk                                                                                            ACTIVE      DNSLOOKUP
borsen.dk                                                                                            ACTIVE      DNSLOOKUP
borsen.dk                                                                                            ACTIVE      DNSLOOKUP
framtiden.no                                                                                         ACTIVE      DNSLOOKUP
freak.no                                                                                             ACTIVE      DNSLOOKUP
friflyt.no                                                                                           ACTIVE      DNSLOOKUP
friflyt.no                                                                                           ACTIVE      DNSLOOKUP
friflyt.no                                                                                           ACTIVE      DNSLOOKUP
terrengsykkel.no                                                                                     ACTIVE      DNSLOOKUP
gaming.fo                                                                                            ACTIVE      WHOIS
gjerrigknark.com                                                                                     ACTIVE      WHOIS
gaysir.no                                                                                            ACTIVE      DNSLOOKUP
glr.no                                                                                               ACTIVE      DNSLOOKUP
glr.no                                                                                               ACTIVE      DNSLOOKUP
forum.kvinneguiden.no                                                                                ACTIVE      DNSLOOKUP
forum.klikk.no                                                                                       ACTIVE      DNSLOOKUP
godt.no                                                                                              ACTIVE      DNSLOOKUP
golferen.no                                                                                          ACTIVE      DNSLOOKUP
golferen.no                                                                                          ACTIVE      DNSLOOKUP
golferen.no                                                                                          ACTIVE      DNSLOOKUP
gratiskryssord.no                                                                                    ACTIVE      DNSLOOKUP
gratiskryssord.no                                                                                    ACTIVE      DNSLOOKUP
flatpanels.dk                                                                                        ACTIVE      WHOIS
borsen.dk                                                                                            ACTIVE      DNSLOOKUP
flatpanels.dk                                                                                        ACTIVE      DNSLOOKUP
bt.dk                                                                                                ACTIVE      DNSLOOKUP
bt.dk                                                                                                ACTIVE      DNSLOOKUP
dagensbyggeri.dk                                                                                     ACTIVE      DNSLOOKUP
h-a.no                                                                                               ACTIVE      DNSLOOKUP
ebcontent.dk                                                                                         ACTIVE      DNSLOOKUP
hammerfestingen.no                                                                                   ACTIVE      DNSLOOKUP
hblad.no                                                                                             ACTIVE      DNSLOOKUP
hblad.no                                                                                             ACTIVE      DNSLOOKUP
computerworld.dk                                                                                     ACTIVE      DNSLOOKUP
computerworld.dk                                                                                     ACTIVE      DNSLOOKUP
historienet.no                                                                                       ACTIVE      DNSLOOKUP
historienet.no                                                                                       ACTIVE      DNSLOOKUP
hockeymagasinet.dk                                                                                   ACTIVE      WHOIS
hockeymagasinet.dk                                                                                   ACTIVE      WHOIS
hushagehobby.no                                                                                      ACTIVE      DNSLOOKUP
dailyrush.dk                                                                                         ACTIVE      DNSLOOKUP
hushagehobby.no                                                                                      ACTIVE      DNSLOOKUP
dailyrush.dk                                                                                         ACTIVE      DNSLOOKUP
in.fo                                                                                                ACTIVE      WHOIS
in.fo                                                                                                ACTIVE      WHOIS
danishfamilysearch.dk                                                                                ACTIVE      DNSLOOKUP
tidssonen.no                                                                                         ACTIVE      DNSLOOKUP
dba.dk                                                                                               ACTIVE      DNSLOOKUP
denstoredanske.dk                                                                                    ACTIVE      DNSLOOKUP
dk-kogebogen.dk                                                                                      ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdc86950 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 701, in try_to_query_status_from_whois
    self.status.whois_record = self.whois_query_tool.get_record()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
dk-kogebogen.dk                                                                                      ACTIVE      DNSLOOKUP
dk-kogebogen.dk                                                                                      ACTIVE      DNSLOOKUP
dmi.dk                                                                                               ACTIVE      DNSLOOKUP
edbpriser.dk                                                                                         ACTIVE      DNSLOOKUP
dmi.dk                                                                                               ACTIVE      DNSLOOKUP
iform.dk                                                                                             ACTIVE      DNSLOOKUP
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
kanalfrederikshavn.dk                                                                                ACTIVE      WHOIS
ekstrabladet.dk                                                                                      ACTIVE      DNSLOOKUP
valutakurser.dk                                                                                      ACTIVE      DNSLOOKUP
euroman.dk                                                                                           ACTIVE      DNSLOOKUP
klikk.no                                                                                             ACTIVE      DNSLOOKUP
klikk.no                                                                                             ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
kondis.no                                                                                            ACTIVE      DNSLOOKUP
kondis.no                                                                                            ACTIVE      DNSLOOKUP
kondis.no                                                                                            ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
kondis.no                                                                                            ACTIVE      DNSLOOKUP
kondis.no                                                                                            ACTIVE      DNSLOOKUP
koplr.no                                                                                             ACTIVE      DNSLOOKUP
kreativeideer.no                                                                                     ACTIVE      DNSLOOKUP
kreativtforum.no                                                                                     ACTIVE      DNSLOOKUP
krs247.no                                                                                            ACTIVE      DNSLOOKUP
kyst.no                                                                                              ACTIVE      DNSLOOKUP
langrenn.com                                                                                         ACTIVE      WHOIS
kendte.dk                                                                                            ACTIVE      WHOIS
skipsrevyen.no                                                                                       ACTIVE      DNSLOOKUP
hardwareonline.dk                                                                                    ACTIVE      DNSLOOKUP
lydogbilde.no                                                                                        ACTIVE      DNSLOOKUP
lydogbilde.no                                                                                        ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
m.feltet.dk                                                                                          ACTIVE      DNSLOOKUP
m.kanalfrederikshavn.dk                                                                              ACTIVE      DNSLOOKUP
m.kanalfrederikshavn.dk                                                                              ACTIVE      DNSLOOKUP
fcbarcelona.dk                                                                                       ACTIVE      DNSLOOKUP
m.valutakurser.dk                                                                                    ACTIVE      DNSLOOKUP
filmz.dk                                                                                             ACTIVE      DNSLOOKUP
markedsforing.dk                                                                                     ACTIVE      WHOIS
markedsforing.dk                                                                                     ACTIVE      WHOIS
markedsforing.dk                                                                                     ACTIVE      WHOIS
flatpanels.dk                                                                                        ACTIVE      DNSLOOKUP
hardwareonline.dk                                                                                    ACTIVE      DNSLOOKUP
gaffa.dk                                                                                             ACTIVE      DNSLOOKUP
gaffa.dk                                                                                             ACTIVE      DNSLOOKUP
gastrofun.dk                                                                                         ACTIVE      DNSLOOKUP
gastromand.dk                                                                                        ACTIVE      DNSLOOKUP
mbl.is                                                                                               ACTIVE      WHOIS
matoppskrift.no                                                                                      ACTIVE      DNSLOOKUP
mbl.is                                                                                               ACTIVE      WHOIS
gastromad.dk                                                                                         ACTIVE      DNSLOOKUP
min-mave.dk                                                                                          ACTIVE      WHOIS
midjan.is                                                                                            ACTIVE      WHOIS
min-mave.dk                                                                                          ACTIVE      WHOIS
godstart.dk                                                                                          ACTIVE      DNSLOOKUP
godstart.dk                                                                                          ACTIVE      DNSLOOKUP
minmote.no                                                                                           ACTIVE      DNSLOOKUP
minmote.no                                                                                           ACTIVE      DNSLOOKUP
minmote.no                                                                                           ACTIVE      DNSLOOKUP
minmote.no                                                                                           ACTIVE      DNSLOOKUP
mobil.nu                                                                                             ACTIVE      WHOIS
mittkongsvinger.no                                                                                   ACTIVE      DNSLOOKUP
nattogdag.no                                                                                         ACTIVE      DNSLOOKUP
nattogdag.no                                                                                         ACTIVE      DNSLOOKUP
guloggratis.dk                                                                                       ACTIVE      DNSLOOKUP
gratisspil.dk                                                                                        ACTIVE      DNSLOOKUP
guloggratis.dk                                                                                       ACTIVE      DNSLOOKUP
newz.dk                                                                                              ACTIVE      WHOIS
guloggratis.dk                                                                                       ACTIVE      DNSLOOKUP
herognu.dk                                                                                           ACTIVE      DNSLOOKUP
netdoktor.dk                                                                                         ACTIVE      DNSLOOKUP
guloggratis.dk                                                                                       ACTIVE      DNSLOOKUP
nhi.no                                                                                               ACTIVE      DNSLOOKUP
ni.dk                                                                                                ACTIVE      WHOIS
railgun.dk                                                                                           ACTIVE      DNSLOOKUP
herognu.dk                                                                                           ACTIVE      DNSLOOKUP
hwt.dk                                                                                               ACTIVE      DNSLOOKUP
information.dk                                                                                       ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdca54d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdca5590 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdca5890 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdca5c50 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
installator.dk                                                                                       ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdca5d10 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 701, in try_to_query_status_from_whois
    self.status.whois_record = self.whois_query_tool.get_record()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
indkast.dk                                                                                           ACTIVE      DNSLOOKUP
indkast.dk                                                                                           ACTIVE      DNSLOOKUP
nutiminn.is                                                                                          ACTIVE      WHOIS
nutiminn.is                                                                                          ACTIVE      WHOIS
tvguide.dk                                                                                           ACTIVE      DNSLOOKUP
nutiminn.is                                                                                          ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdcbb410 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
norskkalender.no                                                                                     ACTIVE      DNSLOOKUP
nt24.no                                                                                              ACTIVE      DNSLOOKUP
onlinenytt.com                                                                                       ACTIVE      WHOIS
ni.dk                                                                                                ACTIVE      WHOIS
nyereiselivsavisen.no                                                                                ACTIVE      DNSLOOKUP
ni.dk                                                                                                ACTIVE      DNSLOOKUP
opn.no                                                                                               ACTIVE      DNSLOOKUP
ordtak.no                                                                                            ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdc51d10 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
jyllands-posten.dk                                                                                   ACTIVE      DNSLOOKUP
jyllands-posten.dk                                                                                   ACTIVE      DNSLOOKUP
parcferme.no                                                                                         ACTIVE      DNSLOOKUP
journalisten.dk                                                                                      ACTIVE      DNSLOOKUP
jubii.dk                                                                                             ACTIVE      DNSLOOKUP
jyllands-posten.dk                                                                                   ACTIVE      DNSLOOKUP
jodelgrin.dk                                                                                         ACTIVE      DNSLOOKUP
parcferme.no                                                                                         ACTIVE      DNSLOOKUP
nyheder.tv2.dk                                                                                       ACTIVE      DNSLOOKUP
presse-fotos.dk                                                                                      ACTIVE      WHOIS
presse-fotos.dk                                                                                      ACTIVE      WHOIS
presse-fotos.dk                                                                                      ACTIVE      WHOIS
popidol.no                                                                                           ACTIVE      DNSLOOKUP
poki.no                                                                                              ACTIVE      DNSLOOKUP
pslife.dk                                                                                            ACTIVE      WHOIS
prissok.no                                                                                           ACTIVE      DNSLOOKUP
procycling.no                                                                                        ACTIVE      DNSLOOKUP
purehelp.no                                                                                          ACTIVE      DNSLOOKUP
retten.no                                                                                            ACTIVE      DNSLOOKUP
rorfag.no                                                                                            ACTIVE      DNSLOOKUP
rorfag.no                                                                                            ACTIVE      DNSLOOKUP
kendte.dk                                                                                            ACTIVE      DNSLOOKUP
sermitsiaq.ag                                                                                        ACTIVE      WHOIS
seher.no                                                                                             ACTIVE      DNSLOOKUP
sistenytt.com                                                                                        ACTIVE      WHOIS
sistenytt.com                                                                                        ACTIVE      WHOIS
side2.no                                                                                             ACTIVE      DNSLOOKUP
smartepenger.no                                                                                      ACTIVE      DNSLOOKUP
skolediskusjon.no                                                                                    ACTIVE      DNSLOOKUP
smartepenger.no                                                                                      ACTIVE      DNSLOOKUP
kommunikationsforum.dk                                                                               ACTIVE      DNSLOOKUP
kommunikationsforum.dk                                                                               ACTIVE      DNSLOOKUP
spillespill.no                                                                                       ACTIVE      DNSLOOKUP
sognavis.no                                                                                          ACTIVE      DNSLOOKUP
spritnyt.com                                                                                         ACTIVE      WHOIS
spillespill.no                                                                                       ACTIVE      DNSLOOKUP
utdanningsnytt.no                                                                                    ACTIVE      DNSLOOKUP
startsiden.no                                                                                        ACTIVE      DNSLOOKUP
startsiden.no                                                                                        ACTIVE      DNSLOOKUP
stiften.dk                                                                                           ACTIVE      WHOIS
stiften.dk                                                                                           ACTIVE      WHOIS
startsiden.no                                                                                        ACTIVE      DNSLOOKUP
rssnyheter.sveip.no                                                                                  ACTIVE      DNSLOOKUP
steinkjer24.no                                                                                       ACTIVE      DNSLOOKUP
kommunikationsforum.dk                                                                               ACTIVE      DNSLOOKUP
studievalg.no                                                                                        ACTIVE      DNSLOOKUP
storm.no                                                                                             ACTIVE      DNSLOOKUP
sva.no                                                                                               ACTIVE      DNSLOOKUP
sykepleien.no                                                                                        ACTIVE      DNSLOOKUP
sysla.no                                                                                             ACTIVE      DNSLOOKUP
test.no                                                                                              ACTIVE      DNSLOOKUP
test.no                                                                                              ACTIVE      DNSLOOKUP
telefonterror.co.no                                                                                  ACTIVE      DNSLOOKUP
kulturportalen.dk                                                                                    ACTIVE      DNSLOOKUP
ni.dk                                                                                                ACTIVE      DNSLOOKUP
thainytt.no                                                                                          ACTIVE      DNSLOOKUP
thetravelinspector.no                                                                                ACTIVE      DNSLOOKUP
tiendeo.no                                                                                           ACTIVE      DNSLOOKUP
tiendeo.no                                                                                           ACTIVE      DNSLOOKUP
lydogbillede.dk                                                                                      ACTIVE      DNSLOOKUP
lydogbillede.dk                                                                                      ACTIVE      DNSLOOKUP
newsbreak.dk                                                                                         ACTIVE      DNSLOOKUP
tilbudmaskin.no                                                                                      ACTIVE      DNSLOOKUP
tilbudmaskin.no                                                                                      ACTIVE      DNSLOOKUP
tilbudmaskin.no                                                                                      ACTIVE      DNSLOOKUP
tilbudsuken.no                                                                                       ACTIVE      DNSLOOKUP
transitmag.no                                                                                        ACTIVE      DNSLOOKUP
treningsforum.no                                                                                     ACTIVE      DNSLOOKUP
treningsforum.no                                                                                     ACTIVE      DNSLOOKUP
treningsforum.no                                                                                     ACTIVE      DNSLOOKUP
treningsforum.no                                                                                     ACTIVE      DNSLOOKUP
treningsforum.no                                                                                     ACTIVE      DNSLOOKUP
trinesmatblogg.no                                                                                    ACTIVE      DNSLOOKUP
ugeskriftet.dk                                                                                       ACTIVE      WHOIS
utdanningsnytt.no                                                                                    ACTIVE      DNSLOOKUP
utdanningsnytt.no                                                                                    ACTIVE      DNSLOOKUP
utrop.no                                                                                             ACTIVE      DNSLOOKUP
madensverden.dk                                                                                      ACTIVE      DNSLOOKUP
madensverden.dk                                                                                      ACTIVE      DNSLOOKUP
magasinetskolen.dk                                                                                   ACTIVE      DNSLOOKUP
magasinetskolen.dk                                                                                   ACTIVE      DNSLOOKUP
vagabond.no                                                                                          ACTIVE      DNSLOOKUP
vagabond.no                                                                                          ACTIVE      DNSLOOKUP
vagabond.no                                                                                          ACTIVE      DNSLOOKUP
veitingastadir.is                                                                                    ACTIVE      WHOIS
varden.no                                                                                            ACTIVE      DNSLOOKUP
vartoslo.no                                                                                          ACTIVE      DNSLOOKUP
maskinbladet.dk                                                                                      ACTIVE      DNSLOOKUP
visir.is                                                                                             ACTIVE      WHOIS
visir.is                                                                                             ACTIVE      WHOIS
visir.is                                                                                             ACTIVE      WHOIS
visir.is                                                                                             ACTIVE      WHOIS
visir.is                                                                                             ACTIVE      WHOIS
maskinbladet.dk                                                                                      ACTIVE      DNSLOOKUP
visitnorway.no                                                                                       ACTIVE      DNSLOOKUP
tipsbladet.dk                                                                                        ACTIVE      WHOIS
matematikbogen.dk                                                                                    ACTIVE      DNSLOOKUP
vl.no                                                                                                ACTIVE      DNSLOOKUP
vl.no                                                                                                ACTIVE      DNSLOOKUP
vl.no                                                                                                ACTIVE      DNSLOOKUP
onlineposten.dk                                                                                      ACTIVE      DNSLOOKUP
vredens-gnag.no                                                                                      ACTIVE      DNSLOOKUP
gulindex.no                                                                                          ACTIVE      DNSLOOKUP
innherred.no                                                                                         ACTIVE      DNSLOOKUP
static.vg.no                                                                                         ACTIVE      DNSLOOKUP
www-presse-fotos-dk.filesusr.com                                                                     ACTIVE      DNSLOOKUP
politirapporten.dk                                                                                   ACTIVE      WHOIS
www.tv2.no                                                                                           ACTIVE      DNSLOOKUP
meremobil.dk                                                                                         ACTIVE      DNSLOOKUP
meremobil.dk                                                                                         ACTIVE      DNSLOOKUP
komputer.no                                                                                          ACTIVE      DNSLOOKUP
natgeo.no                                                                                            ACTIVE      DNSLOOKUP
mobilkunden.dk                                                                                       ACTIVE      DNSLOOKUP
telepristjek.dk                                                                                      ACTIVE      DNSLOOKUP
netavis.dk                                                                                           ACTIVE      DNSLOOKUP
newsbreak.dk                                                                                         ACTIVE      DNSLOOKUP
newsbreak.dk                                                                                         ACTIVE      DNSLOOKUP
drm24.no                                                                                             ACTIVE      DNSLOOKUP
nyheder24.dk.tilbudsugen.dk                                                                          INACTIVE    STDLOOKUP
magasinetliv.dk                                                                                      ACTIVE      WHOIS
vafo.dk                                                                                              ACTIVE      WHOIS
woman.dk                                                                                             ACTIVE      DNSLOOKUP
tara.no                                                                                              ACTIVE      DNSLOOKUP
bygdanytt.no                                                                                         ACTIVE      DNSLOOKUP
av-avis.no                                                                                           ACTIVE      DNSLOOKUP
strilen.no                                                                                           ACTIVE      DNSLOOKUP
vestnytt.no                                                                                          ACTIVE      DNSLOOKUP
kino.no                                                                                              ACTIVE      DNSLOOKUP
ni.dk                                                                                                ACTIVE      DNSLOOKUP
vvsaktuelt.no                                                                                        ACTIVE      DNSLOOKUP
byggfaktabolig.no                                                                                    ACTIVE      DNSLOOKUP
gulesider.no                                                                                         ACTIVE      DNSLOOKUP
ni.dk                                                                                                ACTIVE      DNSLOOKUP
hsfo.dk                                                                                              ACTIVE      WHOIS
mmm.dk                                                                                               ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdc11a10 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
nordjyske.dk                                                                                         ACTIVE      DNSLOOKUP
nordjyske.dk                                                                                         ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdc1d350 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdc1d290 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
nordjyske.dk                                                                                         ACTIVE      DNSLOOKUP
magasinetgulv.dk                                                                                     ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdc28950 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 701, in try_to_query_status_from_whois
    self.status.whois_record = self.whois_query_tool.get_record()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
onlineposten.dk                                                                                      ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffdd04a50 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 701, in try_to_query_status_from_whois
    self.status.whois_record = self.whois_query_tool.get_record()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
midtjyllandsavis.dk                                                                                  ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdc3b4d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdc3b7d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
officeplusdesign.dk                                                                                  ACTIVE      DNSLOOKUP
politiken.dk                                                                                         ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffde181d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffed7a350 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
politiken.dk                                                                                         ACTIVE      DNSLOOKUP
exception calling callback for <Future at 0x6ffffde66bd0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdbf2190 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdde1ed0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffdeb9e50 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
exception calling callback for <Future at 0x6ffffde5de10 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
midtjyllandsavis.dk                                                                                  ACTIVE      WHOIS
exception calling callback for <Future at 0x6ffffdbe24d0 state=finished raised ConnectionAbortedError>
Traceback (most recent call last):
  File "/usr/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
    callback(self)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 99, in done_callback
    raise func.exception()
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/cli/threads/tester.py", line 197, in get_status
    testing_object.set_subject(test_dataset["idna_subject"])
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 81, in query_status
    return query_object.query_status()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 119, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/base.py", line 144, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/domain.py", line 115, in query_status
    self.try_to_query_status_from_whois()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/checker/availability/base.py", line 699, in try_to_query_status_from_whois
    self.whois_query_tool.get_expiration_date()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 199, in wrapper
    self.query()
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 115, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 127, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/imree/.local/lib/python3.7/site-packages/PyFunceble/query/whois/query_tool.py", line 392, in query
    data = req.recv(self.BUFFER_SIZE)
ConnectionAbortedError: [Errno 113] Software caused connection abort
prisjagt.dk                                                                                          ACTIVE      DNSLOOKUP
prisjagt.dk                                                                                          ACTIVE      DNSLOOKUP
prisjagt.dk                                                                                          ACTIVE      DNSLOOKUP
midtjyllandsavis.dk                                                                                  ACTIVE      WHOIS
pulze.dk                                                                                             ACTIVE      DNSLOOKUP
recordere.dk                                                                                         ACTIVE      DNSLOOKUP
united.no                                                                                            ACTIVE      DNSLOOKUP
valkal.no                                                                                            ACTIVE      DNSLOOKUP
dagensperspektiv.no                                                                                  ACTIVE      DNSLOOKUP
kulturplot.no                                                                                        ACTIVE      DNSLOOKUP
velferd.no                                                                                           ACTIVE      DNSLOOKUP
icelandreview.com                                                                                    ACTIVE      WHOIS
side6.dk                                                                                             ACTIVE      DNSLOOKUP
steigan.no                                                                                           ACTIVE      DNSLOOKUP
allers.no                                                                                            ACTIVE      DNSLOOKUP
kvf.fo                                                                                               ACTIVE      WHOIS
oyggjatidindi.com                                                                                    ACTIVE      WHOIS
tnt-tv.dk                                                                                            ACTIVE      WHOIS
tnt-tv.dk                                                                                            ACTIVE      WHOIS
tnt-tv.dk                                                                                            ACTIVE      WHOIS
talkmore.no                                                                                          ACTIVE      DNSLOOKUP
sn.dk                                                                                                ACTIVE      DNSLOOKUP
hero-magazine.com                                                                                    ACTIVE      WHOIS
tnt-tv.no                                                                                            ACTIVE      DNSLOOKUP
tnt-tv.no                                                                                            ACTIVE      DNSLOOKUP
tnt-tv.no                                                                                            ACTIVE      DNSLOOKUP
krom.is                                                                                              ACTIVE      WHOIS
elbil24.no                                                                                           ACTIVE      DNSLOOKUP
telenor.no                                                                                           ACTIVE      DNSLOOKUP
prod-adops-proxy.dnitv.net                                                                           ACTIVE      DNSLOOKUP
vglive.no                                                                                            ACTIVE      DNSLOOKUP
ktg-content.cdn.prismic.io                                                                           ACTIVE      DNSLOOKUP
superchat.dk                                                                                         ACTIVE      DNSLOOKUP
superchat.dk                                                                                         ACTIVE      DNSLOOKUP
norsk-tipping.no                                                                                     ACTIVE      DNSLOOKUP
norsk-tipping.no                                                                                     ACTIVE      DNSLOOKUP
norsk-tipping.no                                                                                     ACTIVE      DNSLOOKUP
norsk-tipping.no                                                                                     ACTIVE      DNSLOOKUP
norsk-tipping.no                                                                                     ACTIVE      DNSLOOKUP
ukendtnummer.dk                                                                                      ACTIVE      DNSLOOKUP
gamereactor.*                                                                                        INVALID     SYNTAX
gamereactor.*                                                                                        INVALID     SYNTAX
gamereactor.*                                                                                        INVALID     SYNTAX
gamereactor.*                                                                                        INVALID     SYNTAX
gamereactor.*                                                                                        INVALID     SYNTAX
gamereactor.*                                                                                        INVALID     SYNTAX
byggeplads.dk                                                                                        ACTIVE      DNSLOOKUP
jv.dk                                                                                                ACTIVE      DNSLOOKUP
alternativ-media.com                                                                                 ACTIVE      WHOIS
tipsbladet.dk                                                                                        ACTIVE      DNSLOOKUP
tipsbladet.dk                                                                                        ACTIVE      DNSLOOKUP
ektenyheter.no                                                                                       ACTIVE      DNSLOOKUP
resett.no                                                                                            ACTIVE      DNSLOOKUP
resett.no                                                                                            ACTIVE      DNSLOOKUP
resett.no                                                                                            ACTIVE      DNSLOOKUP
freewheel-mtgx-tv.akamaized.net                                                                      ACTIVE      DNSLOOKUP
resett.no                                                                                            ACTIVE      DNSLOOKUP
resett.no                                                                                            ACTIVE      DNSLOOKUP
dekristne.no                                                                                         ACTIVE      DNSLOOKUP
ekstrahus.no                                                                                         ACTIVE      DNSLOOKUP
frihetskamp.net                                                                                      ACTIVE      WHOIS
greenpilled.com                                                                                      ACTIVE      WHOIS
frihetskamp.net                                                                                      ACTIVE      WHOIS
resett.no                                                                                            ACTIVE      DNSLOOKUP
tv3.dk                                                                                               ACTIVE      DNSLOOKUP
tv3sport.dk                                                                                          ACTIVE      DNSLOOKUP
elgiganten.dk                                                                                        ACTIVE      WHOIS
elgiganten.dk                                                                                        ACTIVE      WHOIS
elgiganten.dk                                                                                        ACTIVE      WHOIS
uniavisen.dk                                                                                         ACTIVE      DNSLOOKUP
client-stream-events.mtg-api.com                                                                     ACTIVE      DNSLOOKUP
media.gamereactor.dk                                                                                 ACTIVE      DNSLOOKUP
media.gamereactor.dk                                                                                 ACTIVE      DNSLOOKUP
openx.gamereactor.dk                                                                                 ACTIVE      DNSLOOKUP
elkjop.no                                                                                            ACTIVE      DNSLOOKUP
storustovu.dk                                                                                        ACTIVE      WHOIS
itunesconnect-*.no                                                                                   INVALID     SYNTAX
fullbagcash.com                                                                                      ACTIVE      WHOIS
52.216.146.90                                                                                        ACTIVE      DNSLOOKUP
appleid.*.no                                                                                         INVALID     SYNTAX
v.fwmrm.net                                                                                          INACTIVE    STDLOOKUP
v.fwmrm.net                                                                                          INACTIVE    STDLOOKUP
folketidende.dk                                                                                      ACTIVE      DNSLOOKUP
desidert.no                                                                                          ACTIVE      DNSLOOKUP
boost-cdn.manatee.dk                                                                                 ACTIVE      DNSLOOKUP
panel.cint.com                                                                                       ACTIVE      DNSLOOKUP
version2.dk                                                                                          ACTIVE      DNSLOOKUP
madogvenner.dk                                                                                       ACTIVE      DNSLOOKUP
vimedhund.dk                                                                                         ACTIVE      DNSLOOKUP
degulesider.dk                                                                                       ACTIVE      DNSLOOKUP
ugeavisen.dk                                                                                         ACTIVE      DNSLOOKUP
dust2.dk                                                                                             ACTIVE      DNSLOOKUP
videnskab.dk                                                                                         ACTIVE      DNSLOOKUP
ing.dk                                                                                               ACTIVE      DNSLOOKUP
fyens.dk                                                                                             ACTIVE      DNSLOOKUP
dagbladet-holstebro-struer.dk                                                                        ACTIVE      DNSLOOKUP
viborg-folkeblad.dk                                                                                  ACTIVE      DNSLOOKUP
prisjagt.dk                                                                                          ACTIVE      DNSLOOKUP
nytid.no                                                                                             INACTIVE    STDLOOKUP
byggeplads.dk                                                                                        ACTIVE      DNSLOOKUP
krak.dk                                                                                              ACTIVE      DNSLOOKUP
herningfolkeblad.dk                                                                                  ACTIVE      DNSLOOKUP
magasinetgulv.dk                                                                                     ACTIVE      DNSLOOKUP
ikast-brandenyt.dk                                                                                   ACTIVE      DNSLOOKUP
92.42.104.146                                                                                        INACTIVE    STDLOOKUP
officeplusdesign.dk                                                                                  ACTIVE      DNSLOOKUP
herningfolkeblad.dk                                                                                  ACTIVE      DNSLOOKUP
finans.dk                                                                                            ACTIVE      DNSLOOKUP
ikast-brandenyt.dk                                                                                   ACTIVE      DNSLOOKUP
herningfolkeblad.dk                                                                                  ACTIVE      DNSLOOKUP
ikast-brandenyt.dk                                                                                   ACTIVE      DNSLOOKUP
campingnews.dk                                                                                       ACTIVE      DNSLOOKUP
brigitteheilmann.dk                                                                                  ACTIVE      DNSLOOKUP
Fatal Error: [Errno 113] Software caused connection abort

Comparatively, doing the same with EasyList Lithunia, which admittedly targets the ABP syntax instead of the uBO syntax, does not seem to cause this type of errors at all.

@Yuki2718
Copy link

Have you tried https://stackoverflow.com/a/52617143/5308363 ?

So run chcp 65001 & set PYTHONIOENCODING=utf-8 before Pyfunceble? I'll check later.

@Yuki2718
Copy link

I often run into ConnectionAbortedError: [Errno 113] Software caused connection abort, and sometimes even Fatal Error: [Errno 113] Software caused connection abort, most often when running PyFunceble on Nordic Filters (by saving the main list version locally and running PyFunceble --adblock -f NorwegianList.txt).

Haven't got that on any of uAssets, AG, or personal lists.

@spirillen
Copy link
Contributor Author

@DandelionSprout what is your test string?

Exmaple of what I mean:

pyfunceble --share-logs -dbr 6 -ex --dns 192.168.1.104:53 -w 6 -a --database-type mariadb --no-files --local -f somefile

@spirillen
Copy link
Contributor Author

pyfunceble --adblock -f https://raw.githubusercontent.com/AdguardTeam/AdguardFilters/master/EnglishFilter/sections/foreign.txt \
  --dns 192.168.1.104 192.168.1.103 192.168.1.102 192.168.1.101 \
  127.0.0.1 192.158.1.2 192.158.1.3 192.158.1.4 192.158.1.5

My test result is: SLOW, but my eyes haven't court any weird

@Yuki2718 could you retest this issue with @funilrys suggestion?

Another thing I noticed, we aren't filtering what is to become doubles...

mobilarena.hu                                                                                        ACTIVE      DNSLOOKUP 
mobilarena.hu                                                                                        ACTIVE      DNSLOOKUP 
mobilarena.hu                                                                                        ACTIVE      DNSLOOKUP 
filmvilag.org                                                                                        ACTIVE      WHOIS     
filmvilag.org                                                                                        ACTIVE      WHOIS     
filmvilag.org                                                                                        ACTIVE      WHOIS     
gyorietokc.hu                                                                                        ACTIVE      DNSLOOKUP 
gyorietokc.hu                                                                                        ACTIVE      DNSLOOKUP 
gyorietokc.hu                                                                                        ACTIVE      DNSLOOKUP 
bien.hu                                                                                              ACTIVE      DNSLOOKUP 
bien.hu                                                                                              ACTIVE      DNSLOOKUP 
itcafe.hu                                                                                            ACTIVE      DNSLOOKUP 
itcafe.hu                                                                                            ACTIVE      DNSLOOKUP 
hardverapro.hu                                                                                       ACTIVE      DNSLOOKUP 
hardverapro.hu                                                                                       ACTIVE      DNSLOOKUP 
hardverapro.hu                                                                                       ACTIVE      DNSLOOKUP 
hardverapro.hu                                                                                       ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP 
139.99.209.98                                                                                        ACTIVE      DNSLOOKUP

@spirillen
Copy link
Contributor Author

spirillen commented Dec 30, 2020

Test of @DandelionSprout #155 (comment)

pyfunceble --adblock --dns 192.168.1.104 192.168.1.103 192.168.1.102 192.168.1.101 \
  127.0.0.1 192.158.1.2 192.158.1.3 192.158.1.4 192.158.1.5 \
  -f https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianList.txt \
  https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt

Result: No errors

image

image

@Yuki2718
Copy link

@spirillen Sure, I just forgotten. As I said, I believe the issue is specific to Japanese locale.

@Yuki2718
Copy link

Doesn't help, I still get the same error.

@funilrys
Copy link
Owner

funilrys commented Jan 4, 2021

My experiences with --adblock in these past 2 days:

I often run into ConnectionAbortedError: [Errno 113] Software caused connection abort, and sometimes even Fatal Error: [Errno 113] Software caused connection abort, most often when running PyFunceble on Nordic Filters (by saving the main list version locally and running PyFunceble --adblock -f NorwegianList.txt).

Output (Very long):
Comparatively, doing the same with EasyList Lithunia, which admittedly targets the ABP syntax instead of the uBO syntax, does not seem to cause this type of errors at all.

Do you have a firewall configured? I'm asking because it is one of the ways to get ConnectionAbortedError: [Errno 113] Software caused connection abort.

@DandelionSprout
Copy link

DandelionSprout commented Jan 7, 2021

Seems like this works without any noticeable problems as of 4.0.0b1.dev. I'm not 100% sure how at the time of writing, but it does.

@spirillen
Copy link
Contributor Author

Hey @Yuki2718 Is this one still an issue #155 (comment)

Image

If so, I think I would suggest to put it into it's own issue, as I don't see why you shouldn't be allowed to run a full sized scan as well...

@Yuki2718
Copy link

Yuki2718 commented Feb 1, 2021

@spirillen I will test in a few days, please wait.

@funilrys
Copy link
Owner

funilrys commented Feb 1, 2021

Thank you @Yuki2718! Can you test with 4.0.0bX ?

@Yuki2718
Copy link

Yuki2718 commented Feb 4, 2021

On 4.0.0b19 the issue is solved, and it's noticeably faster than the old version. Thx for keeping good work!

@Yuki2718
Copy link

Yuki2718 commented Feb 4, 2021

BTW I had to downgrade Python to 3.8 as dnspython is not yet compatible to 3.9.

@spirillen
Copy link
Contributor Author

spirillen commented Feb 7, 2021

dnspython

?? I'm running dnspython on python 3.9.1 without any issues

python3.9 -m pip list | grep dnspython
dnspython                          2.0.0

dnspython in /usr/local/lib/python3.9/dist-packages (2.0.0)

And a HUGE thanks for your feedbacks @Yuki2718

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants