You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to do a simple HTTP request with HttpClient, I invariable receive a DnsException thrown by Amp\Dns\Rfc1035StubResolver:197, which is part of a MultiReasonException containing two such exceptions, whose previous exception is an AssertionError from byte-stream\lib\ResourceInputStream.php:135 where an assertion containing the following message fails:
Trying to read from a previously fclose()'d resource. Do NOT manually fclose() resources the loop still has a reference to.
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.
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
The text was updated successfully, but these errors were encountered: