Skip to content

Serde error in ozone.moderation.get_record #271

Open
@rudyfraser

Description

@rudyfraser

match agent
.api
.tools
.ozone
.moderation
.get_record(Parameters {
data: ParametersData { cid, uri },
extra_data: AtriumIpld::Null,
})
.await
{
Ok(_) =>(),
Err(error) => {
eprintln!("@log: {error:?}");
}
}

@log: SerdeJson(Error("invalid type: map, expected byte array", line: 1, column: 2187))

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