NotebookParams(generating=True, email=False, debug=False, unparsed={'run_date': '20251205'})

SyncΒΆ

Running with date 20251205
No files found in S3 path: s3://tpeskett-buyn/rec/20251205/
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
Cell In[6], line 2
      1 if rm is None:
----> 2     raise ValueError(f"Could not find recording for date {run_date}")

ValueError: Could not find recording for date 20251205
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[7], line 1
----> 1 rec = rm.load_recording()

AttributeError: 'NoneType' object has no attribute 'load_recording'
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[8], line 1
----> 1 an = rec.analyser()

NameError: name 'rec' is not defined
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[9], line 1
----> 1 an.analyse()

NameError: name 'an' is not defined