Pixolid is a Web application built to support the Solid framework. Its purpose is to manage, upload, comment, and like images via the Solid POD storage.
curl 'https://tic-tac-moe.inrupt.net/pixolid/images/'
Error: Don't know how to parse application/octet-stream yet while trying to parse <https://tic-tac-moe.inrupt.net/pixolid/.acl> as application/octet-stream
Hi, great that you developed this Solid app!!
I ran into an error while using it:
That means that probably the app uploaded https://tic-tac-moe.inrupt.net/pixolid/.acl and https://tic-tac-moe.inrupt.net/pixolid/images/.acl without giving it a content type? If you PUT a Turtle document then you should add a
Content-Type: text/turtle
request header.Let me know if I can help with that!