Skip to content

TypeError: data.readUIntBE is not a function #37

@zxpectre

Description

@zxpectre

Hi, we are currently hitting TypeError: data.readUIntBE is not a function error when calling basic methods like ledgerAppAda.getSerial() and ledgerAppAda.getVersion(), testing on a Nano S.

Aparently on this too lines:

return data.readUIntBE(0, 2) as Uint16_t

and

return data.readUIntBE(0, 4) as Uint32_t

We are using version @cardano-foundation/[email protected]
and because of too many dependencies to keep we are stuck in an old react-scripts 4 and node, npm versions old as well.

Is there any workaround to this posible rather than updating everything on our side please?
Big project, small community team here!

Downgrading to @cardano-foundation/[email protected] is incompatible with latest Ledger Cardano App

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions