-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oh no #11
Comments
I cannot reproduce this issue with the information provided. Please see https://uchicago-cs.github.io/debugging-guide/#asking-for-help for tips of what kind of information we would need to be able to debug this issue (at the very least, we need the configuration file and the exact list of steps that lead to this issue) |
@borjasotomayor I poked at this for a few minutes, and have an explanation. The error message
seems to imply that we can enable debugging at the command line, but browsing the source I realized this wasn't actually what was happening. Rather, the command collides with our set request, creating a malformed request with no node destination, key, or value (hence the node reference error). In fact, the error message is actually from Off the top of my head I can't think of a great solution that isn't gross (like forking their project). But at least this is an explanation. Also, a more minimal example should be just running Edit: Actually, disabling the Edit: There are some suggestions on the issue in cmd2. I guess the easiest way to just get the message to go away is overriding |
Hi. I'm one of the core maintainers of Best wishes -Todd |
The text was updated successfully, but these errors were encountered: