Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> b5ece3ece2bd1972661e0cbae9824b14103db2ab1d46d7bb2d3d129b6ec48ad4:19:5
|
19 | self.admin.addInvitee(collectionRef: self.collection, id: tokenID, invitee: invitee, songID: songID, timestamp: timestamp, webhookID: webhookID)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 6132e17d906c656a.TrmAssetMSV1_0:1803:12
|
1803 | collectionRef.addInvitee(id: id, invitee: invitee, songID: songID, timestamp: timestamp, webhookID: webhookID)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Invitee is invalid
--> 6132e17d906c656a.TrmAssetMSV1_0:1521:16
|
1521 | invitee.length > 0: "Invitee is invalid"
| ^^^^^^^^^^^^^^^^^^