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

Your app is having trouble loading the st_aggrid.agGrid component. #4

Closed
apexbb opened this issue Jan 19, 2021 · 7 comments
Closed

Comments

@apexbb
Copy link

apexbb commented Jan 19, 2021

I am using AgGrid 0.0.7 , streamlit v0.73

Your app is having trouble loading the st_aggrid.agGrid component.

(The app is attempting to load the component from , and hasn't received its "streamlit:componentReady" message.)

If this is a development build, have you started the dev server?
If this is a release build, have you compiled the frontend?
For more troubleshooting help, please see the Streamlit Component docs or visit our forums.

this happen when i use call the aggrid function:

gb = GridOptionsBuilder(min_column_width=100, editable_columns=False, side_panel=False)
    gb.build_columnsDefs_from_dataframe(input_df) #take df as parameters
    gridOptions = gb.build()


    st.markdown("""
    ## Details#
    """)

    grid_response = AgGrid(input_df, gridOptions=gridOptions, height=500)

    input_df = grid_response['data']

and it seems i continously call the function but i cannot find the
"streamlit:componentReady"** message location. can you givve an hints>

@PablocFonseca
Copy link
Owner

update to latest version with pip install streamlit-aggrid --upgrade.

@Es-Be
Copy link

Es-Be commented Jan 25, 2021

I am facing the same issue:
Your app is having trouble loading the st_aggrid.agGrid component.

(The app is attempting to load the component from , and hasn't received its "streamlit:componentReady" message.)

If this is a development build, have you started the dev server?
If this is a release build, have you compiled the frontend?

Upgrading via "pip install streamlit-aggrid --upgrade" to streamlit-aggrid 0.1.7 didn't help. Please suggest.

@andrei-volkau
Copy link

I am facing the same issue.

streamlit           0.76.0
streamlit-aggrid    0.1.9

@wmg-expired
Copy link

wmg-expired commented Aug 12, 2021

Same issue also here with

streamlit==0.82.0
streamlit-aggrid==0.2.1

Update

The app (where this issue happens) is deployed to an ec2 server. This is odd - but the issue only happens when I tried to access the app using a public and slow wifi connection; while with fast home's wifi it works just fine.

@bthng-poly
Copy link

I still face this issue

streamlit==1.7.0
streamlit-aggrid==0.2.3.post2

Did anyone manage to resolve this issue?

@quincysmiith
Copy link

I had this issue when deploying on Google Cloud Run also.

Upgrading the machine with more RAM solved the issue for me.

with 512 mb memory I was experiencing this issue. No longer seeing this issue with the container memory set to 2Gb

@luca-serra
Copy link

I had this issue when deploying on Google Cloud Run also.

Upgrading the machine with more RAM solved the issue for me.

with 512 mb memory I was experiencing this issue. No longer seeing this issue with the container memory set to 2Gb

It seems more like a connection speed issue. With good WIFI, I don't have the issue. This is discussed here.

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

8 participants