You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the chat feature, the app crashes after a period of loading.
I launched Pygwalker from the .py file on my computer. Then a web page will open, and I use the chat feature on that page. After a while, it will crash.
The data I use: https://www.kaggle.com/datasets/dgomonov/new-york-city-airbnb-open-data/data?select=AB_NYC_2019.csv
Here is my code.
If i running the code in a .ipynb file, i can use the chat feature.
To Reproduce
Steps to reproduce the behavior:
Use this code to launch Pygwalker from the .py file.
In the chat feature, input: "With room_type on the x-axis and the mean price on the y-axis."
It is the same when using the chat here.
After a while, it will crash.
Expected behavior
Chat feature should work.
Versions
pygwalker version: 0.4.9.14
python version: 3.12.9
browser: chrome
The text was updated successfully, but these errors were encountered:
I know the reason, when i use Clash for windows(VPN), i cannot use chat feature. So it will crash.
If i don't use clash, i can use the chat feature successfully.
There is a new chat feature problem. I run this code. I already login successfully. I don't use Clash(VPN).
And I use the chat feature.
It shows the result. But after that, it crashes.
And when I run the code that calls a csv file with more data, it crashes without even showing the results.
All of the above is the code I run with a .py file. When running the code in the .ipynb file, they all complete successfully and don't crash.
In addition, is it normal for a web page to crash immediately if an error message such as not logging in or using clash appears?
Describe the bug

When using the chat feature, the app crashes after a period of loading.
I launched Pygwalker from the .py file on my computer. Then a web page will open, and I use the chat feature on that page. After a while, it will crash.
The data I use: https://www.kaggle.com/datasets/dgomonov/new-york-city-airbnb-open-data/data?select=AB_NYC_2019.csv
Here is my code.
If i running the code in a .ipynb file, i can use the chat feature.
To Reproduce
Steps to reproduce the behavior:
Use this code to launch Pygwalker from the .py file.
In the chat feature, input: "With room_type on the x-axis and the mean price on the y-axis."


It is the same when using the chat here.
After a while, it will crash.
Expected behavior
Chat feature should work.
Versions
The text was updated successfully, but these errors were encountered: