Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-15-2020 11:52 PM
HI, friends.
I can not download the raw neovis.js for development with following link:
'https://rawgit.com/neo4j-contrib/neovis.js/master/dist/neovis.js'
The link seems wrong.
who can help me? Thanks.
01-16-2020 12:59 AM
Hello Wentao.
Welcome to the the community!
What do you mean by raw neovis.js? Have you tried https://github.com/neo4j-contrib/neovis.js/
Regards
vivek
01-16-2020 01:09 AM
Hi Vivek
Thanks for your reply. I have try the 'https://github.com/neo4j-contrib/neovis.js/'
There are two links,
1 For development (not cached) - Master
<script src="https://rawgit.com/neo4j-contrib/neovis.js/master/dist/neovis.js"></script>
and
2 For production (cached) - Master
<script src="https://cdn.rawgit.com/neo4j-contrib/neovis.js/master/dist/neovis.js"></script>
the second is ok, but the first link (for development) always error in connection. and I use python Django to develop the web application of neo4j data, its not worked with the second .js file......
thanks
01-16-2020 03:04 AM
I am able to open the file .. Send me your email id i will forward you
01-16-2020 03:06 AM
Thank you very much .
01-16-2020 03:33 AM
its still not work.....
And in develop tool pycharm terminal display:
[16/Jan/2020 19:26:27] "GET /graph/ HTTP/1.1" 200 2502
[16/Jan/2020 19:26:27] "GET /static/assets/js/neovis.js HTTP/1.1" 304 0
I think that is .js error.
but the .html(download from git) is ok, when directly open it with explorer.
03-23-2021 11:23 AM
I am also having issue with using the CDN options (both with and without dependencies) from the GitHub.com/Neo4j-contrib/neovis.js
So I resorted to using the npm install of neovis.js and in the html for the QuickStart example used the script href with a local path
I have the desktop Neo4j movie example running and changed the relevant labels and relationships In the script.
The error I get when using the local path to the neovis.js is
Unexpected token < in line 1 of neovis.js
03-23-2021 12:41 PM
Update: now appending after the path to neovis.js the ‘dist/neovis.js’ so that the correct script is used...I again get an error pertaining to authentication.
Could it be in the configuration as in the server name and password I am to use?
All the sessions of the conference are now available online