Skip to content

Incorrect schema format is set in the Payload #63

@yalisassoon

Description

@yalisassoon

The good folks at mParticle spotted this whilst working on integrating Snowplow with their platform - Jonathan Almeida (@jonalmeida) - can you take a look please?


There might be a bug in the trackScreenView code. The version I have from Github reads:

payload.setSchema( this.baseSchemaPath + "/contexts/" + this.schemaTag + Version.VERSION);

This led to an exception, possibly in the Jackson JSON libraries.

I fixed it with this line:

payload.setSchema( this.baseSchemaPath + "/contexts/" + this.schemaTag + "/" + Version.VERSION);

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:defectBugs or weaknesses. The issue has to contain steps to reproduce.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions