Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 500 error fetching JSON LD from solid.community #1332

Open
kayakr opened this issue Oct 26, 2019 · 2 comments
Open

HTTP 500 error fetching JSON LD from solid.community #1332

kayakr opened this issue Oct 26, 2019 · 2 comments
Assignees

Comments

@kayakr
Copy link

kayakr commented Oct 26, 2019

15:32:24 jonathan:~ (master) $ curl -v "https://kayakr.solid.community/profile/card" -H "Accept:application/ld+json"

*   Trying 165.227.231.225...
* TCP_NODELAY set
* Connected to kayakr.solid.community (165.227.231.225) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
*  subject: CN=solid.community
*  start date: Sep 29 13:01:54 2019 GMT
*  expire date: Dec 28 13:01:54 2019 GMT
*  subjectAltName: host "kayakr.solid.community" matched cert's "*.solid.community"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
> GET /profile/card HTTP/1.1
> Host: kayakr.solid.community
> User-Agent: curl/7.54.0
> Accept:application/ld+json
> 
< HTTP/1.1 500 Internal Server Error
< X-Powered-By: solid-server/5.2.0
< Vary: Accept, Authorization, Origin
< Access-Control-Allow-Credentials: true
< Access-Control-Expose-Headers: Authorization, User, Location, Link, Vary, Last-Modified, ETag, Accept-Patch, Accept-Post, Updates-Via, Allow, WAC-Allow, Content-Length, WWW-Authenticate
< Allow: OPTIONS, HEAD, GET, PATCH, POST, PUT, DELETE
< Link: <card.acl>; rel="acl", <card.meta>; rel="describedBy", <http://www.w3.org/ns/ldp#Resource>; rel="type"
< WAC-Allow: user="read",public="read"
< MS-Author-Via: SPARQL
< Updates-Via: wss://kayakr.solid.community
< Content-Type: text/plain; charset=utf-8
< Content-Length: 38
< ETag: W/"26-QBI7EYtDt6zJzGYxyvtGCQrnW5Q"
< Date: Sat, 26 Oct 2019 02:35:53 GMT
< Connection: keep-alive
< 
Error translating between RDF formats
* Connection #0 to host kayakr.solid.community left intact
@jaxoncreed jaxoncreed self-assigned this Oct 29, 2019
@jaxoncreed
Copy link
Contributor

Thanks for the report. I'll look into fixing it.

@jaxoncreed
Copy link
Contributor

The root cause is an error in rdflib when translating JSON-LD (linkeddata/rdflib.js#364). This shold be automatically fixed when that is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants