The main site keeps flipping between vs 2.0 and 1.4.0

The website keeps going between v2.0 v.1.4 even though I am on the latest url. Is this a known problem? Pics attached

I haven’t seen or heard of anything. Is this happening reliably with specific urls?

I’m unable to reproduce this with either the links above or just by trying lots of random ones. My guess is your browser is over caching for some reason. Is suggest trying to force reload the pages, or clearing cache.

Using curl from a linux command line shows v2.0 is what is showing. Just to be clear, what is supposed to be there? 1.4 or 2.0?

$ curl -s https://docs.bokeh.org/en/latest/index.html | head -20

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta charset="utf-8" />

  <title>Bokeh 2.0.0 Documentation</title>

  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
    <link rel="stylesheet" href="_static/sphinx-bootstrap.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  <link href="_static/custom.css" rel="stylesheet">
    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <script type="text/javascript" src="_static/language_data.js"></script>
    <link rel="index" title="Index" href="genindex.html" />

No cache in curl, here are the headers I am getting back:

$ curl -IL  https://docs.bokeh.org/en/latest/index.html
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 19497
Connection: keep-alive
x-amz-id-2: gxNfNEIVoHFgyyTosD6awUS+wEHWzs5qhSZs8jRDFAhDBjyaJS+LBCvfvWXj7H+EE8/+74ZUdx8=
x-amz-request-id: 8FBDD0A8F2D2D351
Date: Tue, 10 Mar 2020 06:56:44 GMT
Last-Modified: Mon, 09 Mar 2020 15:27:00 GMT
ETag: "bc2b1a1095307c7039a5174f77ce9027"
Cache-Control: max-age=31536000,public
Accept-Ranges: bytes
Server: AmazonS3
Vary: Accept-Encoding
X-Cache: Hit from cloudfront
Via: 1.1 62a7001a7a5cdae0c372f387ebcd07e5.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: ORD53-C1
X-Amz-Cf-Id: nDrqwzcNZ3QTsLVKpeLnsaiJ0CjsGXlhltPCNOValbiTwtfJugvTRw==
Age: 330718

Oh cleared cache… looks like I was thinking 2.0 was a pre-release or something… My mistake!

1 Like