inrupt / friend-requests-exploration

An exploration into how Solid users might send each other friend requests
MIT License
3 stars 2 forks source link

deal with unparseable inbox items #13

Closed michielbdejong closed 5 years ago

michielbdejong commented 5 years ago

fetcher.js:1004 Uncaught (in promise) Error: Fetcher: Error trying to parse <https://michielbdejong.inrupt.net/inbox/31d92f50-de7f-11e8-bd40-41f888c1c85f> as Notation3:
SyntaxError: Line 1 of <https://michielbdejong.inrupt.net/inbox/31d92f50-de7f-11e8-bd40-41f888c1c85f>: Bad syntax: expected directive or statement
at: "hi"
    at Fetcher.failFetch (fetcher.js:1004)
    at N3Handler.parse (fetcher.js:494)
    at fetcher.js:1813
michielbdejong commented 5 years ago

Follow-up to #10

michielbdejong commented 5 years ago

this was done