AnonSolutions / django-aries-community

Django wrapper for a cloud-based Hyperledger Aries Agent
Other
4 stars 4 forks source link

Error creating user with marked mobile option #30

Open guilherme-funchal opened 4 years ago

guilherme-funchal commented 4 years ago

When I create a user with checked mobile options, after login I try to open the credentials option the error occurs:

Request Method: GET

http://localhost:8000/credentials/ 2.2.11 TypeError unsupported operand type(s) for +: 'NoneType' and 'str' /home/aries/aries_community_demo/aries_community_demo/aries_community/agent_utils.py in fetch_credentials, line 909 /home/indy/.pyenv/versions/3.6.9/bin/python 3.6.9 ['/home/aries/aries_community_demo/aries_community_demo', '/home/indy/.pyenv/versions/3.6.9/lib/python36.zip', '/home/indy/.pyenv/versions/3.6.9/lib/python3.6', '/home/indy/.pyenv/versions/3.6.9/lib/python3.6/lib-dynload', '/home/indy/.pyenv/versions/3.6.9/lib/python3.6/site-packages'] Seg, 23 Mar 2020 19:07:16 +0000

guilherme-funchal commented 4 years ago

What is the function of checkbox "mobile" in user individual creation ? If it is checked, the credentials option does not open in the menu. Is this option correct?

ianco commented 4 years ago

If you check "mobile" then it doesn't create an aries agent for you, you need to have a mobile app (eSatus or Streetcred for example). I haven't fully tested this yet with the django-aries framework, it worked with the old django-indy framework with the connect.me mobile app.

guilherme-funchal commented 4 years ago

Ok, thank you.

Do you know some APP to Aries in Open source ?

ianco commented 4 years ago

Take a look here:

https://github.com/hyperledger/aries-mobileagent-xamarin

guilherme-funchal commented 4 years ago

I think it would be interesting to create labels to identify bugs, news features, backlog, etc.

What do you think ?