openwallet-foundation / acapy

ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://aca-py.org
Apache License 2.0
419 stars 512 forks source link

aries_cloudagent.transport.inbound.ws ERROR Unexpected Websocket message type received #1901

Closed DucDA177 closed 3 months ago

DucDA177 commented 2 years ago

I've got this error when sending message, issue credentials or present proof between 2 agents

aries_cloudagent.transport.inbound.ws ERROR Unexpected Websocket message type received: WSMsgType.CLOSE: 1000,

DucDA177 commented 2 years ago

here is my configurations:

PORTS="7004 7006 7008" \ scripts/run_docker start \ --label BLAB_MUL3.6 \ --wallet-key BLAB_MUL3.6WalletKey \ --wallet-name BLAB_MUL3.6WalletName \ --invite-label "BLAB_MUL3.6" \ --genesis-url https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_builder_genesis \ --endpoint http://localhost :7004/ \ --endpoint ws://localhost :7006/ \ --inbound-transport http localhost 7004 \ --inbound-transport http 0.0.0.0 7004 \ --inbound-transport ws 0.0.0.0 7006 \ --outbound-transport http \ --outbound-transport ws \ --admin 0.0.0.0 7008 \ --admin-insecure-mode \ --auto-provision \ --wallet-type indy \ --invite \ --public-invites \ --invite-multi-use \ --invite-metadata-json "{\"group\": \"admin\"}" \ --auto-accept-requests \ --auto-accept-invites \ --auto-respond-messages \ --auto-respond-credential-proposal \ --auto-respond-credential-offer \ --auto-respond-credential-request \ --auto-respond-presentation-proposal \ --auto-respond-presentation-request \ --auto-store-credential \ --auto-verify-presentation \ --auto-ping-connection \ --debug-connections \ --connections-invite \ --emit-new-didcomm-prefix \ --replace-public-did \ --preserve-exchange-records \ --notify-revocation \ --monitor-revocation-notification \ --wallet-storage-type postgres_storage \ --enable-undelivered-queue \ --accept-taa "click_agreement" "2.0" \ --multitenant \ --multitenant-admin \