Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed:
--> d7d0d0ed453a4347f9de335a34504af576d018ca4ed9535100e14e474933522e: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)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--> 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"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^