-
Notifications
You must be signed in to change notification settings - Fork 16
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 TypeError: Cannot read property 'scrollHeight' of undefined #261
Comments
Hi @yarikoptic, thanks for reporting this. The error appears when passing the filename as parameter. Can workaround for the moment by going to http://nwbexplorer.opensourcebrain.org and writing the file url in the form. |
Thank you @filippomc for working on the fix! |
@yarikoptic (and @satra) that's exactly the type of usage we'd encourage, making it as easy as possible for uses to see the contents of the NWB files using NWBE. There have been some recent updates to the graphical front end to make more data types accessible in the viewer (e.g. a Processing tab in addition to Acquisition and Stimulus), but the fallback is always looking at the data using NWB Widgets in the python console. While this route still requires that the NWB files aren't too large (<1GB), the integration of NWBE into OSBv2 with inbuilt JupyterLab and file persistence should help loading times and general management/analysis of multiple files. |
btw, the fix is not deployed and works from the link from the datalad page. |
I guess you meant to say "now deployed" since it works for me now even on the phone! ;-) awesome, thank you!! |
Happens for http://nwbexplorer.opensourcebrain.org/nwbfile=http://datasets.datalad.org/dandi/dandisets/000027/sub-RAT123/sub-RAT123.nwb URL - it seems to get and load that really basic file , but then Python tab has just a spinning wheel. Console log logs an error:
The text was updated successfully, but these errors were encountered: