Skip to content

KeyError: 'content' #10

@SabineHaas

Description

@SabineHaas

When trying to upload results data with results.py I get an error in the following line, as "content" does not exists in data when the table does not exist, yet.

if data["content"]["rowcount"] == 0:

I just exchanged the line with if "not found" in data["reason"]: to make it work for me right now. This is not a proposal for a fix.

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