dfinity / snsdemo

Developer focused SNS deployment demo
15 stars 6 forks source link

dfx canister import import-im6.q16: unable to open X server `' @ error/import.c/ImportImageCommand/359. #135

Open gitvibecheck opened 1 year ago

gitvibecheck commented 1 year ago

@sesi200 said I should open an issue here.

When I execute this from snsdemo folder: ./.demo-init && ./bin/demo This error comes up:

-- The developer needs to install did files for the NNS and SNS

dfx canister import import-im6.q16: unable to open X server ' @ error/import.c/ImportImageCommand/359.

When i do readlink -f get_ephemeral_port.py, i get this output: /home/anon/ic-projects/sns/snsdemo/get_ephemeral_port.py

I don’t see the file and when I open it with nano it looks like this: grafik

This is what I use as a shebang: #!/usr/bin/env bash

Thank you for your help!

dskloetd commented 1 year ago

./bin/demo is an outdated script which has now been deleted.

What are you trying to do?