ERROR: File does not exist
Senousi opened this issue · 2 comments
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!
I have met the same problem. Did you fix it?