-
Notifications
You must be signed in to change notification settings - Fork 334
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
Uncaught Error: toString failed #491
Comments
@dnowacki-usgs Thanks for opening a issue. This shouldn't happen but I can't reproduce it. Could you post the exact command you are trying to run and a screenshot of the development console ( |
@dnowacki-usgs Node (and thus Atom) currently can't convert large buffers (larger than 192MB) into strings. See nodejs/node#4266 . I've committed a workaround to the jmp repository, so that any messages that throw this exception are dropped. This change won't fix the issue with large buffers, but it should let you keep using Hydrogen. I want to make a few more tests before making a new release of |
@dnowacki-usgs I've just published |
@n-riesco: Hmm, still throwing the error for me, and the kernel remains unresponsive. I uninstalled Hydrogen, restarted Atom, reinstalled Hydrogen, restarted Atom, and tested the same code with the same output. How can I test to make sure Hydrogen is using the latest jmp? |
The latest version of The fix will be released in Hydrogen 1.0.0 (soon). If you cannot wait, you can install the latest development version by following this steps: https://github.com/nteract/hydrogen#development. |
I'm getting this error when trying to
print
a (rather large) variable. After the error, trying to run other lines gives a checkmark but no actual output.Atom Version: 1.11.2
Electron Version: 0.37.8
System: Mac OS X 10.10.5
Thrown From: Hydrogen package, v0.15.0
Stack Trace
Uncaught Error: toString failed
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: