Giter Club home page Giter Club logo

Comments (3)

TallTed avatar TallTed commented on August 23, 2024

Are you using proper caching? You should not need to retrieve that static resource for every VC. You did not provide the error you were hitting, so it's not possible to tell whether you were throttled out (i.e., the server may not like being hit too quickly, or too many times in a day, etc.) or ran into some other issue.

Certainly, that URI is working fine right now --

$ curl -LI https://www.w3.org/2018/credentials/v1
HTTP/1.1 200 OK
date: Wed, 02 Jun 2021 15:38:46 GMT
content-length: 7687
content-type: application/ld+json
...

from w3id.org.

TallTed avatar TallTed commented on August 23, 2024

Also note -- w3id.org is not affiliated with w3.org, so this isn't the right place to raise your issue.

from w3id.org.

davidlehn avatar davidlehn commented on August 23, 2024

Agree about caching and this is not a w3id.org issue. Note that w3.org was using an expired cert yesterday for a little while, maybe around the time you filed this, and that may have caused certificate validation errors to happen that would cause an error like above. There may have been an error cause chain that would make that low level issue more obvious. I imagine it's working now but in general remember that networks and servers can have downtime and you need to have error handling in place to handle such situations.

For help with caching, I'd suggest the credentials community, JSON-LD community, or library maintainers. If you'd like better error messages, raise an issue with the library maintainers. I'm guessing based on that error message you are using jsonld.js or pyld, so that probably involves me, but better to discuss in another forum.

from w3id.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.