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
@app("/")asyncdefserve(q: Q):
awaitq.page.drop()
awaitq.page.save() # Update the UI
ErrorTraceback (mostrecentcalllast):
File"/Users/mtanco/PycharmProjects/att_training/.venv/lib/python3.12/site-packages/h2o_wave/server.py", line360, in_processawaitself._handle(q)
File"/Users/mtanco/PycharmProjects/att_training/chat.py", line22, inserveawaitq.page.drop()
TypeError: objectNoneTypecan't be used in 'await' expression
works if you remove await
The text was updated successfully, but these errors were encountered:
Wave SDK Version, OS
This is not an await function, so docs are wrong
works if you remove await
The text was updated successfully, but these errors were encountered: