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
2016-07-16 20:31:29 Can't set short node name!
Please check your configuration
This is what I got when trying to run this according to the README.
This may be related to #91 not sure.
I updated the start.sh and console.sh
changing -sname to -name
This seems to be the fix.
I am new to Erlang so I am unsure if this is the real fix or if it is just covering something that is a deeper issue.
It would also be nice to have better documentation on the README as to what you can do after running the commands in the CLI.
The text was updated successfully, but these errors were encountered:
tapickell
added a commit
to TAP-Software/Ybot
that referenced
this issue
Jul 17, 2016
```
~/code/Ybot (master ✘)✭ ᐅ ./bin/console.sh
2016-07-16 20:31:29 Can't set short node name!
Please check your configuration
```
This updates both bin/scripts to use `-name` over `-sname`
So far in my testing this seems to have resolved the issue.
I am not 100% sure though as I am new to this project and
new to Erlang.
Todd Pickell @tapickell <[email protected]>
This is what I got when trying to run this according to the README.
This may be related to #91 not sure.
I updated the start.sh and console.sh
changing
-sname
to-name
This seems to be the fix.
I am new to Erlang so I am unsure if this is the real fix or if it is just covering something that is a deeper issue.
It would also be nice to have better documentation on the README as to what you can do after running the commands in the CLI.
The text was updated successfully, but these errors were encountered: