-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Smart Card Resource Manager is not running. (0x8010001D) #168
Comments
|
You get the error AFTER you removed the reader? Please describe exactly what you do and what you get. |
I have run my code with the smartcard reader plug in my computer's USB port, but when I run my program above there is an error, this is the error "The Smart Card Resource Manager is not running. (0x8010001D)" |
The error is returned by Windows itself. |
But i have already install driver for acs reader 120u |
I can't help on Windows. |
Windows requires the Smart Card service to be running. Sometimes you have to enable it before you can communicate to a NFC reader. https://answers.microsoft.com/en-us/windows/forum/all/smartcard-resource-manager-is-not-running/b9aefb42-9d43-4356-8d63-341d2b1bba4a |
I've already runing smart card service |
One other thing with Windows we found is after the user plugs in the NFC reader we always have them restart. We found the device drivers that install via plug and play often times need to be restarted. Then Python will be able to communicate to the device via SWIG. |
still can't solve this isue, anybody can help please |
@syariffortask have you asked Microsoft? |
I have already ask Microsoft but Microsoft still can't reply my message |
This is a Windows issue. |
Your system information
Please describe your issue in as much detail as possible:
The Smart Card Resource Manager is not running. (0x8010001D)
Describe what did happen.
I was confused because there was an error: Failed to establish context: The Smart Card Resource Manager is not running. (0x8010001D), but I have run the smartcard service on windows service, can it help me
Steps for reproducing this issue:
and this is my code.
The text was updated successfully, but these errors were encountered: