Skip to content
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

Loading preview of big tables takes long and ended up with some error #147

Closed
shenshan opened this issue Apr 8, 2021 · 3 comments · Fixed by #150
Closed

Loading preview of big tables takes long and ended up with some error #147

shenshan opened this issue Apr 8, 2021 · 3 comments · Fixed by #150
Assignees
Labels
bug Something isn't working

Comments

@shenshan
Copy link

shenshan commented Apr 8, 2021

Bug Report

Description

When loading a big table, it takes long to process and ended up with the following error:

Problem fetching table content: Error: 401 - UNAUTHORIZED: (Signature verification failed)

Reproducibility

I have seen this error on two databases:
princeton and IBL internal. It is easier for developers to use IBL internal to replicate the error. The table I was trying to load was ibl_behavior.TrialSet.Trial.

In ibl public database, previewing table ibl_behavior.TrialSet.Trial also returns an error. Not sure this is the same issue or a different one.

Problem fetching table content: SyntaxError: Unexpected token N in JSON at position 518
@shenshan shenshan added the bug Something isn't working label Apr 8, 2021
@Synicix
Copy link
Contributor

Synicix commented May 25, 2021

Turns on this is an issue with json handling Nans and infs. This will be patch shortly

@kabilar
Copy link

kabilar commented Oct 20, 2021

@austinhoag has also encountered this issue. After testing with @guzman-raphael, this linked pull request fixes @austinhoag's specific case.

@kabilar
Copy link

kabilar commented Jan 13, 2022

Thank you @guzman-raphael @zitrosolrac. I have tested the new DataJoint LabBook Release 0.1.1 for @austinhoag's use case and this release addresses this GitHub Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants