Open Bilge opened 3 years ago
Turns out rebooting Windows "fixed" this, but every time I hibernate and wake from sleep, it fails again. This never used to happen, so I guess a recent Windows 10 update terminally broke this, but again, only after putting the computer to sleep via hibernate.
@Bilge: Please try running https://github.com/amphp/windows-registry/blob/9be2c13bc44970d89572f9e0746969283dfa355a/examples/dns.php before and after hibernate.
Found nameservers: 192.168.1.1:53
Note: The above appears to be an IP assigned to VirtualBox Host-Only Ethernet Adapter #4
.
Found nameservers: 188.172.144.120:53, 141.0.144.64:53
These are nameservers assigned by my ISP to my Wi-Fi adapter.
When trying to do a simple HTTP request with
HttpClient
, I invariable receive aDnsException
thrown byAmp\Dns\Rfc1035StubResolver:197
, which is part of aMultiReasonException
containing two such exceptions, whose previous exception is anAssertionError
frombyte-stream\lib\ResourceInputStream.php:135
where an assertion containing the following message fails:Libraries