After the fight with Radovid, couldn't collect any loot so had to play it again so I can find out where the fight happened. Here is a screenshot of the location. Went back and collected all the items. Please do if you can as its so worth it!
Wednesday, February 7, 2024
Reason of State | Witcher 3 | Radovid Fight Location
Monday, February 7, 2022
C# HttpWebRequest Errors/times out if there is no response from the server in about 10 minutes
HttpWebRequest will throw error as below in about 10 minutes even though the API call is still running. There is no error shown in the server, and the server API continues to run even after this error is seen in client. This can be seen in nodjs servers processing long running logic, and sending no responses back while doing so
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at ST_21897f924a0740cf89b833f682f079d9.ScriptMain.HttpGet(String url)
A solution is to change Tcp wait timeout as below. You may also need to set correct timeout for the HttpWebRequest or else it may timeout with System.Net.WebException: The operation has timed out. Make sure this is set before the HttpWebRequest object is created.
A sample request with this as below
Blender 3.0, HDRI background not visible in render view
Check and make sure
Render Properties - Film - Transparent is not checked
Turn on Windows 11 Fast Boot
If windows starting is slow, to enable windows 11 fast startup/boot, Press Windows + R, type powercfg.cpl, and hit Enter. This will direct...
-
To allow games to be played via Windows Sandbox, do the following. The below configuration will allow Virtual Gpu in Windows sandbox and map...
-
Get a trampoline, drag the Ninja and smash him onto the trampoline so he bounces off outside and lands on feet. that's it It wont wor...
-
I got the Ferrari 458 Italia Racing Wheel for XBox360 and PC and hooked it up to my PC to play Scania Truck Driving Simulator This may wo...
