[QUERY] A connection attempt failed because the connected party did not properly respond
See original GitHub issueLibrary name and version
Azure.MixedReality.RemoteRendering 1.1.0
Query/Question
I am using some example code mentioned hereto trigger a conversation.
I get an error at following line almost after 50 seconds StartConversion() triggers.
AssetConversionOperation conversionOperation = client.StartConversion(conversionId, conversionOptions);
error:
System.AggregateException: 'Retry failed after 4 tries. Retry settings can be adjusted in ClientOptions.Retry. (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (sts.eastus:443)) (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (sts.eastus:443)) (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (sts.eastus:443)) (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (sts.eastus:443))'
It does look like like ARR service is not responding? Or may be something else. Can someone shed some light on this.
Environment
No response
Issue Analytics
- State:
- Created 5 months ago
- Reactions:1
- Comments:24 (7 by maintainers)
Top GitHub Comments
Since Service team is involved and working directly with OP, removing CXP attention label.
@jagohr that worked perfectly fine. Thanks. @MichaelZp0 , I still used the old constructor for new AssetConversionInputOptions(storageUriIn, relativeInputAssetPath) and it did require me to link the asa account with storage.