avgupta456 / statbotics

📈 Modernizing Data Analytics for FRC Robotics
https://statbotics.io/
MIT License
64 stars 10 forks source link

Hypothetical events broken - unhashable type list #371

Closed tervay closed 5 months ago

tervay commented 6 months ago

Seems hypothetical events are broken. For example

https://www.statbotics.io/event/O00ly04431X1nDY2t6puU_woxWysBiDo_j8HIud5H2dTRAzt9rViFVF1Ep-HWPYOZOZmcreUesfUgUhdmynenjpqqWtGv0xczkWgGLuBa6c9F4-YnniutSWEHDAUbLpAPbjIkf_LKhFMKBDbgordQrjXtFBiryh05W9maunCRcHNIJgGrRQxj-l0heFrYwuTZVQ_qtyh-O_TGmiGg

The console shows a GET request to

https://api.statbotics.io/site/event/hypothetical/O00ly04431X1nDY2t6puU_woxWysBiDo_j8HIud5H2dTRAzt9rViFVF1Ep-HWPYOZOZmcreUesfUgUhdmynenjpqqWtGv0xczkWgGLuBa6c9F4-YnniutSWEHDAUbLpAPbjIkf_LKhFMKBDbgordQrjXtFBiryh05W9maunCRcHNIJgGrRQxj-l0heFrYwuTZVQ_qtyh-O_TGmiGg

which responds with

{"data":[],"message":"Error unhashable type: 'list'","time":"PT0.07222S"}
avgupta456 commented 5 months ago

Should be fixed now, thanks for the bug report!