Skip to content

Problem with newly forked rdflib.js #7

@happybeing

Description

@happybeing

I've forked rdflib.js and plume to create a PoC Solid app for SAFE Network using Plume, but I'm hitting a problem, probably because Plume needs updating to work with the newest rdflib.js.

I've disabled Plume's authentication (working already logged into a local server), so there's a possibility that this or something else is the cause but I think it is most likely my switching to a newer rdflib.js

Anyway, in Chromium browser, when I click Publish on my first blog post rdflib.js throws an error. Console shows:

Uncaught Error: Missing IRI for NamedNode
    at new t (named-node.js:23)
    at Object.u (data-factory.js:43)
    at savePost (app.js:632)
    at Object.publishPost (app.js:625)
    at HTMLButtonElement.onclick ((index):1)

Links to source:
at new t (named-node.js:23)
at Object.u (data-factory.js:43)
at savePost (app.js:632)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions