question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

help needed for deployment

See original GitHub issue

Hi! My goal is to create something similar with your work on embeddings. After cloning the two repos, I have created a directory my_data under your project pm, containing labels.json links.bin and positions.bin as described. I have also changed the `src/config.js’ to have:

export default {
  dataUrl: './my_data/'
};

However, when I start npm start, it automatically shows the Code Galaxies Visualization. I guess I am losing a path or something simple. How can I see my visualization?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mingghancommented, Sep 10, 2018

I faced the same issue and fortunately found the solution Here are the steps, which helped in my case:

  1. Be sure to write ip-address in src/config.js in this format: '//127.0.0.1:8080/'
  2. In my case name of the folder with data contained minus instead of underscore: graph-data, but it had to be written like this: graph_data
  3. Somehow positions.bin file is requested from this url: http://127.0.0.1:8080/graph_data/undefined/positions.bin, so I had to add a nested folder to my data folder, and name it undefined, literally. After that I moved all my data files into it

That’s all, visualization is extremely beatiful, but the tool has very high entrance barrier for newbies like me. Anyway, it was worth it. Thank you, anvaka@

1reaction
anvakacommented, Mar 13, 2018

@balikasg - sorry about that. I updated my comment, describing how to access the visualization from pm and also corrected, that my_data needs to be nested.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Preparing for Deployment – The Essentials - Military OneSource
Need help as you prepare for deployment? Military OneSource offers a number of assistance programs and services for service members and their families....
Read more >
Pre-Deployment Checklists - Military.com
Make sure you know where to go if you need financial assistance (e.g., Family Service Center, Command Ombudsman, Personnel Support Detachment (PSD), or...
Read more >
What should I bring on a deployment? - FDA
Category Item Norm Field XUS MIL Clothing/Uniform Civilian/professional Y Y Clothing/Uniform BDUs Y Y Clothing/Uniform Khakis Y Y
Read more >
DEPLOYMENT PACKING LIST
DEPLOYMENT PACKING LIST. PACKING/BAGS/GENERAL ADVICE. Pack as light as possible taking into ... 1 qt Ziploc with travel size essential toiletries/shave kit.
Read more >
Budget-Friendly Deployment Necessities For Your Packing List
Deployment Packing List · Extra pair of glasses: If you're blind like me, these are important! · Medication: The amount needed for your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found