-
Notifications
You must be signed in to change notification settings - Fork 10
No response/error after trying to log in with WebId #3
Comments
fwiw the error is happening here: https://github.com/solid/solid-inbox/blob/6394d5387388ee84735335fb7cbd55e1d8eac23c/js/solid.js#L151-L169 In
The head request using
With some debugging of the xhr requests i see the following:
I then tried various methods to with mixed results that look like this:
I added it via: I created it via: I am currently guessing there is an issue with how I created the certificate and added it to the keychain, but i'm not sure either. |
@sandhawke is there anyone we can talk to about databox.me, for guidance / user support? |
Possibly related: solid/solid#118 |
I am also getting the same exception (using a self-hosted WebID). The exception is thrown by rdf.parse() function in rdflib.min.js (line 4, column 28868). It is called from solid.js function parseGraph() @ line 1783. Among its parameters are:
parseGraph() is called from solid.js @ line 281:
... and the reason it sends its own HTML body is because the profileURL parameter is empty (""). How is this function supposed to determine the profileURL? The page never asked for it. |
It looks like the request to |
I get this error too
I think the issue here is the charset parameter IIRC older versions of rdflib.js had a bug where it didnt understand charset The latest version I think fixes this Suggest upgrading rdflib to the newest version, which is probably a good idea anyway |
After clicking "Yes, I have a WebId" on the home page, page remains blank. Console shows error:
undefined:1 Uncaught (in promise) Don't know how to parse text/html; charset=utf-8 yet
The text was updated successfully, but these errors were encountered: