📚🐛 Some demos in the docs are broken due to 404 error fetching cytoscape.min.js
#3259
Closed
7 tasks
cytoscape.min.js
#3259
Currently, some demos (e.g edge-types) are broken due to the missing
![image](https://private-user-images.githubusercontent.com/9513634/348551742-e4020601-761c-449f-8f39-a7c4f1933b23.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTczMDksIm5iZiI6MTczOTI1NzAwOSwicGF0aCI6Ii85NTEzNjM0LzM0ODU1MTc0Mi1lNDAyMDYwMS03NjFjLTQ0OWYtOGYzOS1hN2M0ZjE5MzNiMjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDY1NjQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmM2MWMxNzVkNGRjYmY5NmQzODM2NGVlMTQzOTcwYzY4MzUzNzQ2ZDBjMzFiNGNmZWFhODJiZGFhOTI2MDA5OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.AenzLZUohP4gMkecK6ucMlyvzWgqifh6d6ziTLsjP1M)
cytoscape.min.js
(https://js.cytoscape.org/js/cytoscape.min.js
).The reason for this is that the file got copied into a
![image](https://private-user-images.githubusercontent.com/9513634/348551936-fa0fa7b5-f340-4c44-a333-60edaf4de604.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTczMDksIm5iZiI6MTczOTI1NzAwOSwicGF0aCI6Ii85NTEzNjM0LzM0ODU1MTkzNi1mYTBmYTdiNS1mMzQwLTRjNDQtYTMzMy02MGVkYWY0ZGU2MDQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDY1NjQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ODEyZTI0NDk1N2E5MjBlOGVjNTA1ZmJhMmIxOTQ1M2YxZjIxNjhlY2RiYTczNTQ4NDI2MTIzNjViM2JhZDAwMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.UPbaQe4o1Hk_Y_IihHHAKlxB48MrcdS8hPwbaH2nBDs)
build
subfolder of thejs
folder on thegh-pages
branchThe
dependabot
update in #3247 bumpedcpy-cli
from3.1.1
to5.0.0
where4.0.0
introduced the breaking change:Note that some demos (e.g. edgehandles) still work because they use
https://unpkg.com/[email protected]/dist/cytoscape.min.js
instead ofhttps://js.cytoscape.org/js/cytoscape.min.js
.Current (buggy) behaviour
Some demos are broken because
https://js.cytoscape.org/js/cytoscape.min.js
gives a 404 HTTP error.Desired behaviour
All demos work.
Minimum steps to reproduce
Go to the edge-types demo in current docs and see that it is broken (open browser dev tools to see why).
Alternatively, locally build the doc for the current version of the default branch locally
Serve the documentation folder locally and visit the edge-types demo
For reviewers
Reviewers should ensure that the following tasks are carried out for incorporated issues:
master
,unstable
, and1.1.x
if the current release is 1.2).bug
, if necessary.The text was updated successfully, but these errors were encountered: