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

Page goes blank when clicking on columns with parenthesis #454

Closed
dulti opened this issue Mar 21, 2021 · 5 comments
Closed

Page goes blank when clicking on columns with parenthesis #454

dulti opened this issue Mar 21, 2021 · 5 comments

Comments

@dulti
Copy link

dulti commented Mar 21, 2021

Anaconda, python=3.8.8, pandas=1.2.3, dtale=1.40.1
Windows 10, Chrome 89.0.4389.90
When I'm clicking on the column headers with parenthesis in them, the whole page goes blank. Drops two errors in the JS console, see screenshot.
Screenshot 2021-03-21 183451
Found some older closed issues which addressed the same problem, but with periods and commas.
The column names look like this:

 0   Q1                                         3093 non-null   int64  
 1   Total Traffic(MB)                          3093 non-null   float64
 2   Downlink Throughput(Kbps)                  3093 non-null   float64
 3   Uplink Throughput(Kbps)                    3093 non-null   float64
 4   Downlink TCP Retransmission Rate(%)        3093 non-null   float64
 5   Video Streaming Download Throughput(Kbps)  3093 non-null   float64
 6   Video Streaming xKB Start Delay(ms)        3093 non-null   int64  
 7   Web Page Download Throughput(Kbps)         3093 non-null   float64
 8   Web Average TCP RTT(ms)                    3093 non-null   int64  
 9   Q2_1                                       3093 non-null   int32  
 10  Q2_2                                       3093 non-null   int32  
 11  Q2_3                                       3093 non-null   int32  
 12  Q2_4                                       3093 non-null   int32  
 13  Q2_5                                       3093 non-null   int32  
 14  Q2_6                                       3093 non-null   int32  
 15  Q2_7                                       3093 non-null   int32  
@dulti dulti changed the title Page goes blank when clicking on a columns with parenthesis Page goes blank when clicking on columns with parenthesis Mar 21, 2021
@dulti
Copy link
Author

dulti commented Mar 21, 2021

Now I've removed parens from column names, everything works as it should except for the column #4 - it has got the percentage sign in it, has the same effect.

@aschonfeld
Copy link
Collaborator

@dulti Got it, I'll dig into this. Thanks for all the detail 🙏

@aschonfeld
Copy link
Collaborator

Already got a fix. I'll let you know when I released a hotfix for it. Sorry for the inconvenience. If you get a sec please toss your ⭐ on the repo. Thanks!

Screen.Recording.2021-03-21.at.2.18.01.PM.mov

@dulti
Copy link
Author

dulti commented Mar 21, 2021

Amazing! Thanks a lot! I sure will!

@aschonfeld
Copy link
Collaborator

v1.40.2 is now available on pypi and should be on conda-forge shortly. Thanks again for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants