Windows error 0x801901F4, -2145844748

Detailed Error Information

HTTP_E_STATUS_SERVER_ERROR[1]

MessageInternal server error (500).
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode25 (0x019)
NameFACILITY_HTTP[2][1]
DescriptionThe source of the error code is HTTP support.[2][1]
Error Code500 (0x01f4)

Questions

1vote
1answer

SignalR always downgrades to long polling

I've created a new webservice using SignalR.Core which properly negotiates to use WebSockets. I also added it to an existing website, but it fails to negotiate both WebSockets and ServerSentEvents, so will always downgrade to use LongPolling. Both projects target .NET v4.7.1, running on IIS Express 10. The client is [...] read more
c#
.net
websocket
signalr
0votes
0answers

Fail on purchasing in via Windows store

I'm trying to purchase item via win store. It is always worked, until today. In this place: receiptString = await CurrentApp.GetProductReceiptAsync( product.ProductId ); I got this: "Internal server error" (500). And this: An unknown error has occurred on our side. Wait for a while and then try again. Error code: [...] read more
c#
uwp
windows-store-apps
in-app-purchase

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0