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
The wget.log file is filled with the following entries:
wget.log
wget-at: unable to resolve host address 't.me' wget-at: unable to resolve host address 't.me' wget-at: unable to resolve host address 't.me' wget-at: unable to resolve host address 't.me' wget-at: unable to resolve host address 't.me' wget-at: unable to resolve host address 't.me'
If I understand correctly, this means that the DNS server is not responding.
Looks like the Quad9 DNS servers are hardcoded in:
telegram-grab/pipeline.py
Line 257 in 61ab68d
I believe this makes the process way slower to archive telegram.
Maybe we can use other DNS servers such as 1.1.1.1
1.1.1.1
Also there maybe is a configuration to avoid resolving the IP address everytime and use a cached one.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
wget.log
file is filled with the following entries:If I understand correctly, this means that the DNS server is not responding.
Looks like the Quad9 DNS servers are hardcoded in:
telegram-grab/pipeline.py
Line 257 in 61ab68d
I believe this makes the process way slower to archive telegram.
Maybe we can use other DNS servers such as
1.1.1.1
Also there maybe is a configuration to avoid resolving the IP address everytime and use a cached one.
The text was updated successfully, but these errors were encountered: