Skip to content

Invalid type marker byte #27

@Maxxan

Description

@Maxxan

Some users get this error (using version 2.5.4). I don't know if the stream is corrupt somehow or if there is an actual bug when writing the stream (it writes the data to a file that is later read using Smile format). It's not over network, it's an application that saves the data to an internal smile file and reads from the file system it when loading the app (android).

com.fasterxml.jackson.core.JsonParseException: Invalid type marker byte 0x0 for expected value token
at [Source: java.io.BufferedInputStream@3dae2fe1; line: -1, column: 1]
at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1487)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:518)
at com.fasterxml.jackson.dataformat.smile.SmileParser.nextToken(SmileParser.java:688)

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