Skip to content

MemBuffer overrun #93

Description

@albertly

With this version I've got the error
"evernote": "2.0.0-beta"
From https://github.com/evernote/evernote-sdk-js/blob/master/sample/express/package.json

I've changed to "evernote": "2.0.5" . It works.

It's about a time to change package.json .

With 2.0.0-beta


    if (this.offset + len > this.buffer.length) throw Error('MemBuffer overrun');
                                                ^

Error: MemBuffer overrun
    at MemBuffer.read (C:\Users\albertly\Downloads\git\evernote-sdk-js-master\sample\express\node_modules\evernote\lib\thrift\transport\memBuffer.js:29:55)
    at BinaryProtocol.readMessageBegin (C:\Users\albertly\Downloads\git\evernote-sdk-js-master\sample\express\node_modules\evernote\lib\thrift\protocol\binaryProtocol.js:203:38)

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