question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.com parsing fails for IANA domains

See original GitHub issue

Describe the bug Domains registered under .com by IANA directly output a different format, thus causes the parsing to fail. An example is example.com. Instead for regular format, it has the following output:

domain:       EXAMPLE.COM

organisation: Internet Assigned Numbers Authority

created:      1992-01-01
source:       IANA

To Reproduce Steps to reproduce the behavior:

  1. Query to example.com
  2. Try to access .__dict__

Expected behavior Should deal with the IANA format

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
maarten-bootcommented, Nov 7, 2022
1reaction
maarten-bootcommented, Nov 3, 2022

should be fixed by pull request: #230

Read more comments on GitHub >

github_iconTop Results From Across the Web

IDN Repository Procedures
The sole purpose of the repository is to publish LGRs that have been verified as coming from representatives of domain registries. Registries ...
Read more >
How can I find the WHOIS server for any TLD? [closed]
The 100% reliable method is to look up the TLD at IANA's WHOIS server, whois.iana.org , parse out the whois: entry, and then...
Read more >
How do I get the domain originating the request in express.js?
You have to retrieve it from the HOST header. var host = req.get('host');. It is optional with HTTP 1.0, but required by 1.1....
Read more >
DomainValidator (Apache Commons Validator 1.7 API)
No accommodation is provided for the specialized needs of other applications; if the domain name has been URL-encoded, for example, validation will fail...
Read more >
Parsing DNS query and response fields - IBM
DNS response ; Query domain, The domain name that was requested to be resolved. ; Response code, A response code of 0 means...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found