question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Error] signatureId must be shorter than or equal to 24 characters

See original GitHub issue
transaction = await deployNFT(useTestNet,
            {
                name,
                chain: "MATIC",
                symbol,
                provenance: true,
                publicMint: false,
                signatureId: 'a4873cd9-...........-7074056db3c4'
            });

Response with error:

signatureId must be shorter than or equal to 24 characters

Using the endpoint API with same payload works ok. signatureId validation should change to 36 characters same as the API.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
samuelsramkocommented, Sep 20, 2022

Problem here is following - all */broadcast endpoints accept optional singatureId parameter - which should be 24 chars long ID of the transaction, which is signed inside Tatum KMS and should be marked as completed on Tatum side. You should not directly call those endpoints with your own signatureId. I will double check the implementation inside V1 SDK, if there is proper validation present. @belguith

0reactions
belguithcommented, Sep 23, 2022

Fixed 😄 😄 may thanks @samuelsramko

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why your password can't have symbols—or be longer than 16 ...
The brokerage and banking company Charles Schwab has strict length limits—passwords can be no longer than eight characters, no shorter than ...
Read more >
Understanding and Configuring Snort Rules | Rapid7 Blog
In this article, we will learn the makeup of Snort rules and how we can we configure them on Windows to get alerts...
Read more >
"Too many characters in character literal error" - Stack Overflow
A char can hold a single character only, a character literal is a single character in single quote, i.e. '&' - if you...
Read more >
Documentation: 15: 8.3. Character Types - PostgreSQL
If the string to be stored is shorter than the declared length, ... the length must be greater than zero and cannot exceed...
Read more >
Remedy & ITSM Error Message Lookup - ARE|RRR - rrr.se
Level Number Subject NOTE 32 AR System server terminated normally. ARERR 49 Internal error: The request ID is invalid. WARNING 50 You have no permission to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found