spruceid / didkit

A cross-platform toolkit for decentralized identity.

Home Page:https://www.spruceid.dev/didkit/didkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Django examples throws error - no running event loop

demos2022 opened this issue · comments

While running the python-django example program, the error - no running event loop gets thrown when the line -verification_method = didkit.key_to_verification_method("key", key) in issue_credential.py file gets invoked.
Attached is the screenshot.
screenshot_pythondjangoerror

Whilst I fix the various pipelines, you will find the updated example here: https://github.com/spruceid/didkit-python/tree/feat/examples/examples/python_django