ADH-LukeBollam

Results 42 comments of ADH-LukeBollam

Hi @blueww I still seem to be running into this issue. The full debug log is 350MB so I can't attach it here, can you give me a specific region...

I don't manually run Azurite, Visual Studio starts it automatically on launch. I have full access to the folder because often it will work fine for days/weeks at a time....

Here is the creation request for import-jobs-poison. ``` 2022-09-15T02:13:30.423Z c9e23d40-3926-44ee-85a9-7ae1274a2a77 info: QueueStorageContextMiddleware: RequestMethod=PUT RequestURL=http://127.0.0.1/devstoreaccount1/recording-import-jobs-poison RequestHeaders:{"host":"127.0.0.1:10001","x-ms-version":"2018-11-09","accept":"application/xml","x-ms-client-request-id":"9c14c7d7-8e45-4b55-9917-15831c787c87","x-ms-return-client-request-id":"true","user-agent":"azsdk-net-Storage.Queues/12.8.0 (.NET Core 3.1.28; Microsoft Windows 10.0.19043)","x-ms-date":"Thu, 15 Sep 2022 02:13:30 GMT","authorization":"SharedKey devstoreaccount1:2iZlQuM1kWXgWbfFTjGrI3J6qjeyLt61qJxrWJreY/E=","content-length":"0"} ClientIP=127.0.0.1 Protocol=http HTTPVersion=1.1...

In case anyone else stumbles across this, FeatureUnits is built from the underlying Unit class from sc2api, definitions are documented here: https://blizzard.github.io/s2client-api/classsc2_1_1_unit.html

I just hit this today, with no code changes on my end. Confirmed that running Azurite outside of VS has fixed it, but updating the version in VS should really...

@xxd819240366 how did you get the data version string ("69493AFAB5C7B45DDB2F3442FD60F0CF") for 4.11?

Searching for "c297fef4-6975-48e5-8ec0-d52a8d302e1b" returns 120 hits, all within a 40 minute period from when I turned on my PC today to when I restarted it, and the error went away....

I'm not 100% sure whether the queue was re-created or not because I call CreateIfNotExists() before attempting to write to the queue. Here is the last attempt to write to...

Here's the full log of this region from the last failure to the success after restarting the PC [AzuriteQueueFail.txt](https://github.com/Azure/Azurite/files/9612764/AzuriteQueueFail.txt)

And here is the logs from the last successful queue write on the 19th, to the first failure on the morning of the 20th [SuccessToFirstFailure.txt](https://github.com/Azure/Azurite/files/9612990/SuccessToFirstFailure.txt)