You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be running into a json issue while trying to create a .cjdnsadmin file using the cjdnsadmin sub-command:
$ cjdcmd cjdnsadmin --file ./cjdroute.conf
Loading configuration from: /Users/steve/Documents/cjdns/cjdroute.conf... Invalid JSON
Expected bool but received a number
I apologize for not being more helpful
Error loading config: json: cannot unmarshal number into Go value of type bool
For reference, here is my cjdroute.conf (edited to remove private details).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
stevenleeg
changed the title
Cannot parse cjdroute.cond
Cannot parse cjdroute.conf (json issue)
Apr 15, 2014
I seem to be running into a json issue while trying to create a
.cjdnsadmin
file using thecjdnsadmin
sub-command:For reference, here is my
cjdroute.conf
(edited to remove private details).Thanks in advance!
The text was updated successfully, but these errors were encountered: