DataDepsGenerators.jl icon indicating copy to clipboard operation
DataDepsGenerators.jl copied to clipboard

RawGit is shutting down

Open asinghvi17 opened this issue 6 years ago • 2 comments

┌ Warning: GitHub() failed
│   exception =
│    HTTP.ExceptionRequest.StatusError(403, "GET", "/datameet/indian_village_boundaries/master/README.md", HTTP.Messages.Response:
│    """
│    HTTP/1.1 403 Forbidden
│    Date: Sun, 12 Jan 2020 09:57:50 GMT
│    Content-Type: text/html; charset=UTF-8
│    Transfer-Encoding: chunked
│    Connection: keep-alive
│    Set-Cookie: __cfduid=d4cfc7c7a93f9ae3f160658e4c074ef5b1578823070; expires=Tue, 11-Feb-20 09:57:50 GMT; path=/; domain=.rawgit.com; HttpOnly; SameSite=Lax; Secure
│    X-Content-Type-Options: nosniff
│    X-Robots-Tag: none
│    Access-Control-Allow-Origin: *
│    Link: <https://rawgit.com/>; rel="sunset"; title="RawGit will soon shut down. Please stop using it."
│    Sunset: Tue, 01 Oct 2019 00:00:00 GMT
│    Cache-Control: public; max-age: 3600
│    Last-Modified: Mon, 08 Oct 2018 18:03:22 GMT
│    CF-Cache-Status: HIT
│    Age: 8
│    Strict-Transport-Security: max-age=31536000; preload
│    Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
│    Alt-Svc: h3-24=":443"; ma=86400, h3-23=":443"; ma=86400
│    Server: cloudflare
│    CF-RAY: 553e44beabceddd7-SIN
│    
│    <!doctype html>
│    <html lang="en">
│    <meta charset="utf-8">
│    <title>RawGit is shutting down</title>
│    
│    <h1>403 Forbidden</h1>
│    
│    <p>
│    RawGit will soon shut down and is no longer serving new repos. Please visit
│    <a href="/">https://rawgit.com</a> for more details.
│    </p>
│    """)
└ @ DataDepsGenerators ~/.julia/packages/DataDepsGenerators/CbcdV/src/generate.jl:58

asinghvi17 avatar Jan 12 '20 10:01 asinghvi17

Should be easy to change to just using github directly

oxinabox avatar Jan 12 '20 11:01 oxinabox

Or maybe one could use jsdelivr instead?

devmotion avatar Jun 29 '20 20:06 devmotion