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
Recent Twisted deprecated unicode string support in the DNS handling, and broke wokkel and punjab.
Adding bytes(domain) instead of domain when calling SRVConnector's constructor seems to fix this.
bytes(domain)
domain
The text was updated successfully, but these errors were encountered:
Obviously this is not correct for domains with unicode.
Sorry, something went wrong.
Maybe we should of done more than what was in this change? e57a5ad
#26
That's probably fine. I realized after I filed this that I wasn't on the latest code.
No branches or pull requests
Recent Twisted deprecated unicode string support in the DNS handling, and broke wokkel and punjab.
Adding
bytes(domain)
instead ofdomain
when calling SRVConnector's constructor seems to fix this.The text was updated successfully, but these errors were encountered: