Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure of Issuance of Transferable Records #289

Open
aditimishraa opened this issue Oct 9, 2023 · 1 comment
Open

Failure of Issuance of Transferable Records #289

aditimishraa opened this issue Oct 9, 2023 · 1 comment

Comments

@aditimishraa
Copy link

aditimishraa commented Oct 9, 2023

The steps for a Transferrable Record are:

  • Deploying Transferable Record Registry
  • Preparing Transferable Record
  • Issuing Transferable Record

For the Final Issuance step,
While running the below command:
open-attestation token-registry issue -a 0x8431012Bc040942B59e3C5bf428221eab0b2f723 --tokenId 0x0d9839a8034cb783d98bd57bcbaafb4dc3614c4193d2edf8a655c1ec6635b7ea --beneficiary 0x6FFeD6E6591b808130a9b248fEA32101b5220eca --holder 0x6FFeD6E6591b808130a9b248fEA32101b5220eca -n goerli -f key.txt

and replacing the values of address, beneficiary, holder and tokenId with the my acquired values. It is failing with the error:
(node:20908) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit (node:20908) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit ✖ error missing revert data in call exception; Transaction reverted without a reason string

Attached the screenshot below for reference:
Screenshot 2023-10-09 at 6 49 08 PM

@osslgtm
Copy link
Contributor

osslgtm commented Oct 10, 2023

The error (node:20908) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit (node:20908) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit is from the aws-sdk, we'll upgrade it the package accordingly.

can you log the full error that is thrown and let us know if there's been any changes to the code ?

Do a throw on this line:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants