Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> ff09650ff282a286fef4c6ccbb0aa0a1fea47b8c5266fdc535c7986ba61ef1cb:18:4
|
18 | 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)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 6132e17d906c656a.TrmAssetMSV1_0:1529:12
|
1529 | refAssetNFT.addInvitee(invitee: invitee, songID: songID, timestamp: timestamp, webhookID: webhookID)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 6132e17d906c656a.TrmAssetMSV1_0:520:12
|
520 | self.data.addInvitee(invitee: invitee)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: pre-condition failed: Maximum 100 renters allowed
--> 6132e17d906c656a.TrmAssetMSV1_0:187:16
|
187 | self.invitees.length < 100: "Maximum 100 renters allowed"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^