Windows error 0xC00D1327, -1072884953

Detailed Error Information

NS_E_CURL_INVALIDPATH[1]

MessageThe URL contains a path that is not valid.%0
Declared innserror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code4903 (0x1327)

Questions

3votes
1answer

COMException accessing WMP from Plex Plugin (using Python for .NET)

MY GOAL I'm trying to create a plugin for Plex Media Server (PMS) that will interface with WMP (Windows Media Player) to get metadata about Windows media library items. THE SETUP * PMS uses Python 2.7 as its primary script host. Plex Plugins are written in Python, though they operate [...] read more
python
.net
com
wmp
plex

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0