nodeSolidServer / nodeSolidServer/node-solid-server

HTTP 500 error fetching JSON LD from solid.community

Open
#1,332 2 comments 0 reactions 1 assignee View on GitHub

@jaxoncreed is already working on this.

Since Oct 29, 2019.

Dominant language
JavaScript
Stars
1.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.