Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: File does not exist #16

Open
Senousi opened this issue Jun 20, 2020 · 2 comments
Open

ERROR: File does not exist #16

Senousi opened this issue Jun 20, 2020 · 2 comments

Comments

@Senousi
Copy link

Senousi commented Jun 20, 2020

I have created the files for a directed multilayer network (Extended_edges_list.txt, Info_Layer.txt, nodes_layout.txt, Config_file.txt) and try to load them into muxViz.
I browse the config file, I choose the Config_file.txt and click Import Network.

Samples of files are shown below:

Sample of Extended_edges_list.txt:

0 1 30 1
.
.
121 2 142 2
.
.
6 1 6 2
.
.
4763 7 4763 6

Info_Layer.txt:

layerID 
1 
2 
3 
4 
5 
6 
7 

sample of nodes_layout.txt:

nodeID 
1
2
.
.
4768

Config_file.txt:
<path goes here>/Extended_edges_list.txt;<path goes here>/Info_Layer.txt;<path goes here>/nodes_layout.txt

The files appear in the Configuration file Table under their corresponding categories but I get the following message in the bottom right of the screen.

ERROR: File does not exist <path goes here>/Info_Layer.txt

I am not sure what is going on or how to address this issue and any help would be most welcome!

@yuliangru
Copy link

I have met the same problem. Did you fix it?

@bettaerebus
Copy link

Are you running muxVizon docker? If yes, you should mount your volume to the docker container otherwise the files won't be detected

I have met the same problem. Did you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants