I am using aca-py with a controller and bifold. When I try to use action menu the aca- py terminal shows problem report stating "No message class found for message type "https://didcomm.org/action-menu/1.0/menu". Meanwhile, the API response status from swagger is 200 with empty object {}. Additionally, I tried the /send-request , /perform endpoints and these also behave the same. However only /fetch doesn't show any problem report in the terminal and return "result": null. I checked the docs which states action-menu is implemented in aca-py https://github.com/hyperledger/aries-rfcs/blob/main/features/0509-action-menu/README.md though it's still under DEMONSTRATION. Any thoughts or comments regarding this ?
This is what I have from the log:
{'@type': 'https://didcomm.org/notification/1.0/problem-report', '@id': '8936422a-2e79-43a7-bf7c-74ec29d791eb', '~thread': {'pthid': 'bd93cb78-1988-41c0-b11c-5fd21baa2795'}, 'description': {'en': 'No message class found for message type "https://didcomm.org/action-menu/1.0/menu"', 'code': 'message-parse-failure'}}
I am using aca-py with a controller and bifold. When I try to use action menu the aca- py terminal shows problem report stating "No message class found for message type "https://didcomm.org/action-menu/1.0/menu". Meanwhile, the API response status from swagger is 200 with empty object {}. Additionally, I tried the
/send-request
,/perform
endpoints and these also behave the same. However only/fetch
doesn't show any problem report in the terminal and return"result": null
. I checked the docs which states action-menu is implemented in aca-py https://github.com/hyperledger/aries-rfcs/blob/main/features/0509-action-menu/README.md though it's still under DEMONSTRATION. Any thoughts or comments regarding this ?This is what I have from the log:
{'@type': 'https://didcomm.org/notification/1.0/problem-report', '@id': '8936422a-2e79-43a7-bf7c-74ec29d791eb', '~thread': {'pthid': 'bd93cb78-1988-41c0-b11c-5fd21baa2795'}, 'description': {'en': 'No message class found for message type "https://didcomm.org/action-menu/1.0/menu"', 'code': 'message-parse-failure'}}