Domain https://authserver.mojang.com/ don't works anymore: - https://github.com/PrismLauncher/PrismLauncher/issues/2470 - https://check-host.net/check-report/2278cffckaaf - I got `twisted.internet.error.DNSLookupError: DNS lookup failed: no results for hostname lookup: authserver.mojang.com.` error on login --- Imports like `from quarry.auth import Profile` ([link](https://quarry.readthedocs.io/en/latest/networking/writing_clients.html#:~:text=from%20quarry.auth%20import%20Profile)) are outdated (and changelog too) --- [NameError: name 'ClientFactory' is not defined](https://quarry.readthedocs.io/en/latest/networking/writing_servers.html#skeleton-server)
Domain https://authserver.mojang.com/ don't works anymore:
twisted.internet.error.DNSLookupError: DNS lookup failed: no results for hostname lookup: authserver.mojang.com.error on loginImports like
from quarry.auth import Profile(link) are outdated (and changelog too)NameError: name 'ClientFactory' is not defined