Closed btakita closed 3 years ago
I'm getting the following error when running holochain-run-dna -c run-dna-config.yaml -m
:
$ holochain-run-dna -c run-dna-config.yaml -m
#lair-keystore-ready#
#lair-keystore-version:0.0.1-alpha.10#
Using config file at path: /tmp/tmp.jQbAl3bUZ8/tmp-361130-aVjaeLQZTlxU/config.yaml
###HOLOCHAIN_SETUP###
###ADMIN_PORT:37403###
###HOLOCHAIN_SETUP_END###
Conductor ready.
(-m FLAG ON) Generating new agent pub key for syn.
Error while installing happs: {
type: 'error',
data: {
type: 'internal_error',
data: 'Conductor returned an error while using a ConductorApi: EntryDefStoreError(DnaError(WasmError(Compile("link error: Import not found, namespace: env, name: __debug"))))'
}
}
(-m FLAG ON) Generating new agent pub key for syn1.
Error while installing happs: {
type: 'error',
data: {
type: 'internal_error',
data: 'Conductor returned an error while using a ConductorApi: EntryDefStoreError(DnaError(WasmError(Compile("link error: Import not found, namespace: env, name: __debug"))))'
}
}
Placeholder issue re: the process of upgrading the dependencies to holochain/holochain#main. Depending on the amount of effort for me (and my limited understanding), I may or may not complete this. Primarily using this project as a reference to bootstrap development on another project.