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
2023-06-16 14:41:49,826 __main__ INFO Pulling data from 20230601 to 20230615
2023-06-16 14:41:49,826 __main__ INFO Fetching config from blip server
2023-06-16 14:41:50,217 __main__ INFO Fetching info on the following analyses from the database: [1514906, 1515280, 1514986, 1514879, 1514850, 1515251]
2023-06-16 14:41:50,278 __main__ CRITICAL Traceback (most recent call last):
File "C:\Users\Data_Analytics\blip_api\blip_api.py", line 448, in<module>
main(**vars(ARGS))
File "C:\Users\Data_Analytics\blip_api\blip_api.py", line 339, in main
routes_to_pull = {analysis_id: dict(report_name = report_name) foranalysis_id, report_nameincur.fetchone()}
psycopg2.InterfaceError: cursor already closed
2023-06-19 18:39:06,492 __main__ CRITICAL Traceback (most recent call last):
File "C:\Users\Data_Analytics\blip_api\blip_api.py", line 448, in <module>
main(**vars(ARGS))
File "C:\Users\Data_Analytics\blip_api\blip_api.py", line 339, in main
routes_to_pull = {analysis_id: dict(report_name = report_name) for analysis_id, report_name in cur.fetchone()}
File "C:\Users\Data_Analytics\blip_api\blip_api.py", line 339, in <dictcomp>
routes_to_pull = {analysis_id: dict(report_name = report_name) for analysis_id, report_name in cur.fetchone()}
TypeError: cannot unpack non-iterable int object
The following line needs to be tabbed over
bdit_data-sources/bluetooth/api/blip_api.py
Line 339 in 08a4502
The text was updated successfully, but these errors were encountered: