We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
altdns raises the following error when executed as non-root user:
No handlers could be found for logger "tldextract"
When a logger is provided, tldextract reports the following error:
WARNING:tldextract:unable to cache TLDs in file /usr/local/lib/python2.7/dist-packages/tldextract/.tld_set: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/tldextract/.tld_set'
This issue doesn't change the operation of altdns at all. For more info, refer to john-kurkowski/tldextract#9
A patch is forthcoming.
The text was updated successfully, but these errors were encountered:
d5b6346
Merge pull request #16 from urbanadventurer/master
cbe1e0f
Fixed #15 - thanks @urbanadventurer!
Fixed #15
62a8379
Resolves the issue where the following message is raised: > No handlers could be found for logger "tldextract"
445fc6c
No branches or pull requests
altdns raises the following error when executed as non-root user:
When a logger is provided, tldextract reports the following error:
This issue doesn't change the operation of altdns at all. For more info, refer to john-kurkowski/tldextract#9
A patch is forthcoming.
The text was updated successfully, but these errors were encountered: