10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faee781 commit 07bc7b4Copy full SHA for 07bc7b4
plotly/plotly/plotly.py
@@ -1348,6 +1348,7 @@ def add_share_key_to_url(plot_url, attempt=0):
1348
1349
# sometimes a share key is added, but access is still denied
1350
# check for access, and retry a couple of times if this is the case
1351
+ # https://github.com/plotly/streambed/issues/4089
1352
embed_url = plot_url.split('?')[0] + '.embed' + plot_url.split('?')[1]
1353
access_res = requests.get(embed_url)
1354
if access_res.status_code == 404:
0 commit comments