LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

Lots of errors with ChildProject calls on aclew10kq1 data (MacOS 11.16, Python 3.6.13) #300

Closed orasanen closed 2 years ago

orasanen commented 2 years ago

I've successfully installed the dependencies and ChildProject (through pip), and all childprojcet function help calls seem to work fine. I have also downloaded aclew10k data from https://github.com/aclew/aclew10kq1 using datalad get for each of the four corpora included in the dataset. However, whenever I try to do run some of the example analyses from documentation, some kind of error comes up

--- Error 1 on "overview" command ---

(ChildProject) rasaneno@wks-86206-mac bergelson % pwd /Users/rasaneno/Documents/koodit/ACLEW/aclew10kq1/ACLEW/bergelson (ChildProject) rasaneno@wks-86206-mac bergelson % child-project overview . Traceback (most recent call last): File "/opt/anaconda3/envs/ChildProject/bin/child-project", line 8, in sys.exit(main()) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 451, in main args.func(args) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 329, in overview perform_validation(project, require_success=True, ignore_files=True) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 44, in perform_validation errors, warnings = project.validate(**args) TypeError: validate() got an unexpected keyword argument 'ignore_files'

--- Error 2 on "duration" command ---

(ChildProject) rasaneno@wks-86206-mac bergelson % child-project compute-durations .
Traceback (most recent call last): File "/opt/anaconda3/envs/ChildProject/bin/child-project", line 8, in sys.exit(main()) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 451, in main args.func(args) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 418, in compute_durations perform_validation(project, require_success=True, ignore_files=True) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 44, in perform_validation errors, warnings = project.validate(**args) TypeError: validate() got an unexpected keyword argument 'ignore_files'

--- Error 3 on "metrics" command ---

(ChildProject) rasaneno@wks-86206-mac bergelson % child-project metrics . output.csv period --period 300 Traceback (most recent call last): File "/opt/anaconda3/envs/ChildProject/bin/child-project", line 8, in sys.exit(main()) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 451, in main args.func(args) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 40, in _parser.set_defaults(func=lambda args: cls().run(vars(args))) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/pipelines/metrics.py", line 667, in run metrics = pipelines[pipeline](self.project, kwargs) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/pipelines/metrics.py", line 508, in init f"'{self.set}' was not found in the index; " ValueError: 'None' was not found in the index; check spelling and make sure the set was properly imported.

Another try with full path:

(ChildProject) rasaneno@wks-86206-mac bergelson % child-project metrics /Users/rasaneno/Documents/koodit/ACLEW/aclew10kq1/ACLEW/bergelson/ output.csv period --period 300 Traceback (most recent call last): File "/opt/anaconda3/envs/ChildProject/bin/child-project", line 8, in sys.exit(main()) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 451, in main args.func(args) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/cmdline.py", line 40, in _parser.set_defaults(func=lambda args: cls().run(vars(args))) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/pipelines/metrics.py", line 667, in run metrics = pipelines[pipeline](self.project, kwargs) File "/opt/anaconda3/envs/ChildProject/lib/python3.6/site-packages/ChildProject/pipelines/metrics.py", line 508, in init f"'{self.set}' was not found in the index; " ValueError: 'None' was not found in the index; check spelling and make sure the set was properly imported.

When I run validate dataset, I get this:

(ChildProject) rasaneno@wks-86206-mac bergelson % child-project validate . error: cannot find recording '123962-9803_1' at './recordings/raw/123962-9803_1' error: cannot find recording '123482-1227_1' at './recordings/raw/123482-1227_1' error: cannot find recording '123524-1982_1' at './recordings/raw/123524-1982_1' error: cannot find recording '123718-5510_1' at './recordings/raw/123718-5510_1' error: cannot find recording '123598-3439_1' at './recordings/raw/123598-3439_1' error: cannot find recording '123908-8712_1' at './recordings/raw/123908-8712_1' error: cannot find recording '123730-5813_1' at './recordings/raw/123730-5813_1' error: cannot find recording '123875-7979_1' at './recordings/raw/123875-7979_1' error: cannot find recording '123686-4890_1' at './recordings/raw/123686-4890_1' error: cannot find recording '123497-1445_1' at './recordings/raw/123497-1445_1' error: cannot find recording '123536-2224_1' at './recordings/raw/123536-2224_1' error: cannot find recording '123965-9866_1' at './recordings/raw/123965-9866_1' error: cannot find recording '123658-4572_1' at './recordings/raw/123658-4572_1' error: cannot find recording '123502-1575_1' at './recordings/raw/123502-1575_1' error: cannot find recording '123612-3702_1' at './recordings/raw/123612-3702_1' error: cannot find recording '123705-5228_1' at './recordings/raw/123705-5228_1' error: cannot find recording '123442-0414_1' at './recordings/raw/123442-0414_1' error: cannot find recording '123923-9036_1' at './recordings/raw/123923-9036_1' error: cannot find recording '123707-5242_1' at './recordings/raw/123707-5242_1' error: cannot find recording '123749-6200_1' at './recordings/raw/123749-6200_1' error: cannot find recording '123486-1310_1' at './recordings/raw/123486-1310_1' error: cannot find recording '123772-6441_1' at './recordings/raw/123772-6441_1' error: cannot find recording '123722-5622_1' at './recordings/raw/123722-5622_1' error: cannot find recording '123649-4473_1' at './recordings/raw/123649-4473_1' error: cannot find recording '123565-2755_1' at './recordings/raw/123565-2755_1' error: cannot find recording '123565-2755_2' at './recordings/raw/123565-2755_2' error: cannot find recording '123825-6957_1' at './recordings/raw/123825-6957_1' error: cannot find recording '123444-0466_1' at './recordings/raw/123444-0466_1' error: cannot find recording '123574-2858_1' at './recordings/raw/123574-2858_1' error: cannot find recording '123525-2016_1' at './recordings/raw/123525-2016_1' error: cannot find recording '123903-8595_1' at './recordings/raw/123903-8595_1' error: cannot find recording '123824-6954_1' at './recordings/raw/123824-6954_1' error: cannot find recording '123494-1414_1' at './recordings/raw/123494-1414_1' error: cannot find recording '123614-3749_1' at './recordings/raw/123614-3749_1' error: cannot find recording '123728-5777_1' at './recordings/raw/123728-5777_1' error: cannot find recording '123493-1405_1' at './recordings/raw/123493-1405_1' error: cannot find recording '123852-7392_1' at './recordings/raw/123852-7392_1' error: cannot find recording '123859-7563_1' at './recordings/raw/123859-7563_1' error: cannot find recording '123859-7563_2' at './recordings/raw/123859-7563_2' error: cannot find recording '123736-5980_1' at './recordings/raw/123736-5980_1' error: cannot find recording '123506-1665_1' at './recordings/raw/123506-1665_1' error: cannot find recording '123917-8922_1' at './recordings/raw/123917-8922_1' error: cannot find recording '123949-9487_1' at './recordings/raw/123949-9487_1' error: cannot find recording '123721-5606_1' at './recordings/raw/123721-5606_1' error: cannot find recording '123721-5606_2' at './recordings/raw/123721-5606_2' error: cannot find recording '123445-0485_1' at './recordings/raw/123445-0485_1' error: cannot find recording '123662-4622_1' at './recordings/raw/123662-4622_1' error: cannot find recording '123942-9392_1' at './recordings/raw/123942-9392_1' error: cannot find recording '123847-7324_1' at './recordings/raw/123847-7324_1' error: cannot find recording '123726-5706_1' at './recordings/raw/123726-5706_1' error: cannot find recording '123434-0284_1' at './recordings/raw/123434-0284_1' error: cannot find recording '123881-8102_1' at './recordings/raw/123881-8102_1' error: cannot find recording '123622-3949_1' at './recordings/raw/123622-3949_1' error: cannot find recording '123935-9310_1' at './recordings/raw/123935-9310_1' error: cannot find recording '123529-2075_1' at './recordings/raw/123529-2075_1' error: cannot find recording '123481-1208_1' at './recordings/raw/123481-1208_1' error: cannot find recording '123964-9863_1' at './recordings/raw/123964-9863_1' error: cannot find recording '123429-0174_1' at './recordings/raw/123429-0174_1' error: cannot find recording '123575-2876_1' at './recordings/raw/123575-2876_1' error: cannot find recording '123490-1395_1' at './recordings/raw/123490-1395_1' error: cannot find recording '123522-1904_1' at './recordings/raw/123522-1904_1' error: cannot find recording '123671-4706_1' at './recordings/raw/123671-4706_1' error: cannot find recording '123671-4706_2' at './recordings/raw/123671-4706_2' error: cannot find recording '123669-4703_1' at './recordings/raw/123669-4703_1' error: cannot find recording '123854-7462_1' at './recordings/raw/123854-7462_1' error: cannot find recording '123742-6023_1' at './recordings/raw/123742-6023_1' error: cannot find recording '123713-5430_1' at './recordings/raw/123713-5430_1' error: cannot find recording '123717-5483_1' at './recordings/raw/123717-5483_1' error: cannot find recording '123748-6174_1' at './recordings/raw/123748-6174_1' error: cannot find recording '123675-4731_1' at './recordings/raw/123675-4731_1' error: cannot find recording '123431-0226_1' at './recordings/raw/123431-0226_1' error: cannot find recording '123579-2927_1' at './recordings/raw/123579-2927_1' error: cannot find recording '123562-2580_1' at './recordings/raw/123562-2580_1' error: cannot find recording '123586-3024_1' at './recordings/raw/123586-3024_1' error: cannot find recording '123596-3395_1' at './recordings/raw/123596-3395_1' error: cannot find recording '123508-1698_1' at './recordings/raw/123508-1698_1' error: cannot find recording '123716-5480_1' at './recordings/raw/123716-5480_1' error: cannot find recording '123845-7269_1' at './recordings/raw/123845-7269_1' error: cannot find recording '123769-6433_1' at './recordings/raw/123769-6433_1' error: cannot find recording '123563-2615_1' at './recordings/raw/123563-2615_1' error: cannot find recording '123850-7377_1' at './recordings/raw/123850-7377_1' error: cannot find recording '123544-2345_1' at './recordings/raw/123544-2345_1' error: cannot find recording '123840-7175_1' at './recordings/raw/123840-7175_1' error: cannot find recording '123644-4280_1' at './recordings/raw/123644-4280_1' error: cannot find recording '123550-2418_1' at './recordings/raw/123550-2418_1' error: cannot find recording '123844-7239_1' at './recordings/raw/123844-7239_1' error: cannot find recording '123729-5778_1' at './recordings/raw/123729-5778_1' error: cannot find recording '123886-8147_1' at './recordings/raw/123886-8147_1' error: cannot find recording '123503-1596_1' at './recordings/raw/123503-1596_1' error: cannot find recording '123893-8246_1' at './recordings/raw/123893-8246_1' error: cannot find recording '123462-0774_1' at './recordings/raw/123462-0774_1' error: cannot find recording '123870-7829_1' at './recordings/raw/123870-7829_1' error: cannot find recording '123511-1777_1' at './recordings/raw/123511-1777_1' error: cannot find recording '123523-1931_1' at './recordings/raw/123523-1931_1' error: cannot find recording '123438-0395_1' at './recordings/raw/123438-0395_1' error: cannot find recording '123533-2191_1' at './recordings/raw/123533-2191_1' error: cannot find recording '123625-4032_1' at './recordings/raw/123625-4032_1' error: cannot find recording '123835-7115_1' at './recordings/raw/123835-7115_1' error: cannot find recording '123568-2779_1' at './recordings/raw/123568-2779_1' error: cannot find recording '123956-9692_1' at './recordings/raw/123956-9692_1' error: cannot find recording '123837-7137_1' at './recordings/raw/123837-7137_1' error: cannot find recording '123758-6267_1' at './recordings/raw/123758-6267_1' error: cannot find recording '123607-3641_1' at './recordings/raw/123607-3641_1' error: cannot find recording '123897-8319_1' at './recordings/raw/123897-8319_1' error: cannot find recording '123640-4172_1' at './recordings/raw/123640-4172_1' error: cannot find recording '123521-1889_1' at './recordings/raw/123521-1889_1' error: cannot find recording '123499-1500_1' at './recordings/raw/123499-1500_1' error: cannot find recording '123498-1458_1' at './recordings/raw/123498-1458_1' error: cannot find recording '123608-3654_1' at './recordings/raw/123608-3654_1' error: cannot find recording '123567-2777_1' at './recordings/raw/123567-2777_1' error: cannot find recording '123907-8688_1' at './recordings/raw/123907-8688_1' error: cannot find recording '123699-5109_1' at './recordings/raw/123699-5109_1' error: cannot find recording '123514-1805_1' at './recordings/raw/123514-1805_1' error: cannot find recording '123898-8323_1' at './recordings/raw/123898-8323_1' error: cannot find recording '123472-0990_1' at './recordings/raw/123472-0990_1' error: cannot find recording '123734-5938_1' at './recordings/raw/123734-5938_1' error: cannot find recording '123929-9230_1' at './recordings/raw/123929-9230_1' error: cannot find recording '123779-6471_1' at './recordings/raw/123779-6471_1' error: cannot find recording '123972-9997_1' at './recordings/raw/123972-9997_1' error: cannot find recording '123972-9997_2' at './recordings/raw/123972-9997_2' error: cannot find recording '123572-2852_1' at './recordings/raw/123572-2852_1' error: cannot find recording '123605-3538_1' at './recordings/raw/123605-3538_1' error: cannot find recording '123545-2348_1' at './recordings/raw/123545-2348_1' error: cannot find recording '123420-0052_1' at './recordings/raw/123420-0052_1' error: cannot find recording '123829-7011_1' at './recordings/raw/123829-7011_1' error: cannot find recording '123931-9244_1' at './recordings/raw/123931-9244_1' error: cannot find recording '123427-0131_1' at './recordings/raw/123427-0131_1' error: cannot find recording '123737-5988_1' at './recordings/raw/123737-5988_1' error: cannot find recording '123792-6499_1' at './recordings/raw/123792-6499_1' error: cannot find recording '123864-7679_1' at './recordings/raw/123864-7679_1' error: cannot find recording '123913-8786_1' at './recordings/raw/123913-8786_1' error: cannot find recording '123561-2564_1' at './recordings/raw/123561-2564_1' error: cannot find recording '123877-8020_1' at './recordings/raw/123877-8020_1' error: cannot find recording '123613-3739_1' at './recordings/raw/123613-3739_1' error: cannot find recording '123473-0993_1' at './recordings/raw/123473-0993_1' error: cannot find recording '123601-3483_1' at './recordings/raw/123601-3483_1' error: cannot find recording '123925-9061_1' at './recordings/raw/123925-9061_1' error: cannot find recording '123457-0673_1' at './recordings/raw/123457-0673_1' error: cannot find recording '123710-5388_1' at './recordings/raw/123710-5388_1' error: cannot find recording '123647-4330_1' at './recordings/raw/123647-4330_1' error: cannot find recording '123619-3832_1' at './recordings/raw/123619-3832_1' error: cannot find recording '123842-7209_1' at './recordings/raw/123842-7209_1' error: cannot find recording '123896-8307_1' at './recordings/raw/123896-8307_1' error: cannot find recording '123515-1836_1' at './recordings/raw/123515-1836_1' error: cannot find recording '123911-8757_1' at './recordings/raw/123911-8757_1' error: cannot find recording '123566-2756_1' at './recordings/raw/123566-2756_1' error: cannot find recording '123934-9306_1' at './recordings/raw/123934-9306_1' error: cannot find recording '123495-1416_1' at './recordings/raw/123495-1416_1' error: cannot find recording '123752-6209_1' at './recordings/raw/123752-6209_1' error: cannot find recording '123959-9756_1' at './recordings/raw/123959-9756_1' error: cannot find recording '123443-0459_1' at './recordings/raw/123443-0459_1' error: cannot find recording '123921-9009_1' at './recordings/raw/123921-9009_1' error: cannot find recording '123900-8491_1' at './recordings/raw/123900-8491_1' error: cannot find recording '123922-9012_1' at './recordings/raw/123922-9012_1' error: cannot find recording '123860-7604_1' at './recordings/raw/123860-7604_1' error: cannot find recording '123814-6745_1' at './recordings/raw/123814-6745_1' error: cannot find recording '123589-3068_1' at './recordings/raw/123589-3068_1' error: cannot find recording '123595-3340_1' at './recordings/raw/123595-3340_1' error: cannot find recording '123963-9779_1' at './recordings/raw/123963-9779_1' error: cannot find recording '123471-0980_1' at './recordings/raw/123471-0980_1' error: cannot find recording '123905-8629_1' at './recordings/raw/123905-8629_1' error: cannot find recording '123853-7448_1' at './recordings/raw/123853-7448_1' error: cannot find recording '123547-2405_1' at './recordings/raw/123547-2405_1' error: cannot find recording '123547-2405_2' at './recordings/raw/123547-2405_2' error: cannot find recording '123632-4096_1' at './recordings/raw/123632-4096_1' error: cannot find recording '123834-7099_1' at './recordings/raw/123834-7099_1' error: cannot find recording '123834-7099_2' at './recordings/raw/123834-7099_2' error: cannot find recording '123939-9348_1' at './recordings/raw/123939-9348_1' error: cannot find recording '123553-2447_1' at './recordings/raw/123553-2447_1' error: cannot find recording '123648-4439_1' at './recordings/raw/123648-4439_1' error: cannot find recording '123648-4439_2' at './recordings/raw/123648-4439_2' error: cannot find recording '123750-6201_1' at './recordings/raw/123750-6201_1' error: cannot find recording '123706-5240_1' at './recordings/raw/123706-5240_1' error: cannot find recording '123447-0527_1' at './recordings/raw/123447-0527_1' error: cannot find recording '123697-5092_1' at './recordings/raw/123697-5092_1' error: cannot find recording '123826-6968_1' at './recordings/raw/123826-6968_1' error: cannot find recording '123946-9454_1' at './recordings/raw/123946-9454_1' error: cannot find recording '123851-7385_1' at './recordings/raw/123851-7385_1' error: cannot find recording '123820-6935_1' at './recordings/raw/123820-6935_1' error: cannot find recording '123424-0109_1' at './recordings/raw/123424-0109_1' error: cannot find recording '123838-7162_1' at './recordings/raw/123838-7162_1' error: cannot find recording '123542-2318_1' at './recordings/raw/123542-2318_1' error: cannot find recording '123899-8393_1' at './recordings/raw/123899-8393_1' error: cannot find recording '123534-2197_1' at './recordings/raw/123534-2197_1' error: cannot find recording '123858-7549_1' at './recordings/raw/123858-7549_1' error: cannot find recording '123539-2242_1' at './recordings/raw/123539-2242_1' error: cannot find recording '123577-2882_1' at './recordings/raw/123577-2882_1' error: cannot find recording '123926-9077_1' at './recordings/raw/123926-9077_1' error: cannot find recording '123732-5897_1' at './recordings/raw/123732-5897_1' error: cannot find recording '123421-0041_1' at './recordings/raw/123421-0041_1' error: cannot find recording '123696-5074_1' at './recordings/raw/123696-5074_1' error: cannot find recording '123849-7362_1' at './recordings/raw/123849-7362_1' error: cannot find recording '123857-7523_1' at './recordings/raw/123857-7523_1' error: cannot find recording '123970-9996_1' at './recordings/raw/123970-9996_1' error: cannot find recording '123912-8770_1' at './recordings/raw/123912-8770_1' error: cannot find recording '123604-3526_1' at './recordings/raw/123604-3526_1' error: cannot find recording '123810-6604_1' at './recordings/raw/123810-6604_1' error: cannot find recording '123755-6249_1' at './recordings/raw/123755-6249_1' error: cannot find recording '123556-2474_1' at './recordings/raw/123556-2474_1' error: cannot find recording '123500-1537_1' at './recordings/raw/123500-1537_1' error: cannot find recording '123500-1537_2' at './recordings/raw/123500-1537_2' error: cannot find recording '123500-1537_3' at './recordings/raw/123500-1537_3' error: cannot find recording '123455-0639_1' at './recordings/raw/123455-0639_1' error: cannot find recording '123856-7505_1' at './recordings/raw/123856-7505_1' error: cannot find recording '123603-3511_1' at './recordings/raw/123603-3511_1' error: cannot find recording '123583-2970_1' at './recordings/raw/123583-2970_1' error: cannot find recording '123887-8189_1' at './recordings/raw/123887-8189_1' error: cannot find recording '123855-7465_1' at './recordings/raw/123855-7465_1' error: cannot find recording '123874-7965_1' at './recordings/raw/123874-7965_1' error: cannot find recording '123663-4626_1' at './recordings/raw/123663-4626_1' error: cannot find recording '123827-6971_1' at './recordings/raw/123827-6971_1' error: cannot find recording '123731-5849_1' at './recordings/raw/123731-5849_1' error: cannot find recording '123731-5849_2' at './recordings/raw/123731-5849_2' error: cannot find recording '123731-5849_3' at './recordings/raw/123731-5849_3' error: cannot find recording '123504-1618_1' at './recordings/raw/123504-1618_1' error: cannot find recording '123425-0113_1' at './recordings/raw/123425-0113_1' error: cannot find recording '123918-8948_1' at './recordings/raw/123918-8948_1' error: cannot find recording '123933-9294_1' at './recordings/raw/123933-9294_1' error: cannot find recording '123805-6586_1' at './recordings/raw/123805-6586_1' error: cannot find recording '123682-4873_1' at './recordings/raw/123682-4873_1' error: cannot find recording '123878-8049_1' at './recordings/raw/123878-8049_1' error: cannot find recording '123683-4880_1' at './recordings/raw/123683-4880_1' error: cannot find recording '123943-9409_1' at './recordings/raw/123943-9409_1' error: cannot find recording '123436-0293_1' at './recordings/raw/123436-0293_1' error: cannot find recording '123512-1800_1' at './recordings/raw/123512-1800_1' error: cannot find recording '123505-1620_1' at './recordings/raw/123505-1620_1' error: cannot find recording '123920-8993_1' at './recordings/raw/123920-8993_1' error: cannot find recording '123646-4301_1' at './recordings/raw/123646-4301_1' error: cannot find recording '123432-0240_1' at './recordings/raw/123432-0240_1' error: cannot find recording '123817-6831_1' at './recordings/raw/123817-6831_1' error: cannot find recording '123817-6831_2' at './recordings/raw/123817-6831_2' error: cannot find recording '123822-6938_1' at './recordings/raw/123822-6938_1' error: cannot find recording '123958-9717_1' at './recordings/raw/123958-9717_1' error: cannot find recording '123645-4291_1' at './recordings/raw/123645-4291_1' error: cannot find recording '123692-4989_1' at './recordings/raw/123692-4989_1' error: cannot find recording '123906-8655_1' at './recordings/raw/123906-8655_1' error: cannot find recording '123489-1345_1' at './recordings/raw/123489-1345_1' error: cannot find recording '123469-0956_1' at './recordings/raw/123469-0956_1' error: cannot find recording '123765-6402_1' at './recordings/raw/123765-6402_1' error: cannot find recording '123465-0820_1' at './recordings/raw/123465-0820_1' error: cannot find recording '123714-5449_1' at './recordings/raw/123714-5449_1' error: cannot find recording '123665-4644_1' at './recordings/raw/123665-4644_1' error: cannot find recording '123517-1844_1' at './recordings/raw/123517-1844_1' error: cannot find recording '123960-9762_1' at './recordings/raw/123960-9762_1' error: cannot find recording '123551-2437_1' at './recordings/raw/123551-2437_1' error: cannot find recording '123538-2253_1' at './recordings/raw/123538-2253_1' error: cannot find recording '123839-7170_1' at './recordings/raw/123839-7170_1' error: cannot find recording '123725-5694_1' at './recordings/raw/123725-5694_1' error: cannot find recording '123670-4704_1' at './recordings/raw/123670-4704_1' error: cannot find recording '123666-4675_1' at './recordings/raw/123666-4675_1' error: cannot find recording '123666-4675_2' at './recordings/raw/123666-4675_2' error: cannot find recording '123910-8742_1' at './recordings/raw/123910-8742_1' error: cannot find recording '123961-9770_1' at './recordings/raw/123961-9770_1' error: cannot find recording '123815-6788_1' at './recordings/raw/123815-6788_1' error: cannot find recording '123916-8885_1' at './recordings/raw/123916-8885_1' error: cannot find recording '123812-6733_1' at './recordings/raw/123812-6733_1' error: cannot find recording '123812-6733_2' at './recordings/raw/123812-6733_2' error: cannot find recording '123650-4482_1' at './recordings/raw/123650-4482_1' error: cannot find recording '123643-4266_1' at './recordings/raw/123643-4266_1' error: cannot find recording '123643-4266_2' at './recordings/raw/123643-4266_2' error: cannot find recording '123576-2880_1' at './recordings/raw/123576-2880_1' error: cannot find recording '123884-8110_1' at './recordings/raw/123884-8110_1' error: cannot find recording '123587-3048_1' at './recordings/raw/123587-3048_1' error: cannot find recording '123478-1145_1' at './recordings/raw/123478-1145_1' error: cannot find recording '123440-0397_1' at './recordings/raw/123440-0397_1' error: cannot find recording '123744-6047_1' at './recordings/raw/123744-6047_1' error: cannot find recording '123867-7780_1' at './recordings/raw/123867-7780_1' error: cannot find recording '123948-9470_1' at './recordings/raw/123948-9470_1' error: cannot find recording '123466-0850_1' at './recordings/raw/123466-0850_1' error: cannot find recording '123638-4164_1' at './recordings/raw/123638-4164_1' error: cannot find recording '123754-6245_1' at './recordings/raw/123754-6245_1' error: cannot find recording '123516-1843_1' at './recordings/raw/123516-1843_1' error: cannot find recording '123890-8204_1' at './recordings/raw/123890-8204_1' error: cannot find recording '123868-7810_1' at './recordings/raw/123868-7810_1' error: cannot find recording '123433-0256_1' at './recordings/raw/123433-0256_1' error: cannot find recording '123715-5454_1' at './recordings/raw/123715-5454_1' error: cannot find recording '123428-0145_1' at './recordings/raw/123428-0145_1' error: cannot find recording '123578-2902_1' at './recordings/raw/123578-2902_1' error: cannot find recording '123606-3548_1' at './recordings/raw/123606-3548_1' error: cannot find recording '123468-0833_1' at './recordings/raw/123468-0833_1' error: cannot find recording '123657-4550_1' at './recordings/raw/123657-4550_1' error: cannot find recording '123615-3758_1' at './recordings/raw/123615-3758_1' error: cannot find recording '123615-3758_2' at './recordings/raw/123615-3758_2' error: cannot find recording '123936-9317_1' at './recordings/raw/123936-9317_1' error: cannot find recording '123751-6205_1' at './recordings/raw/123751-6205_1' error: cannot find recording '123636-4144_1' at './recordings/raw/123636-4144_1' error: cannot find recording '123543-2330_1' at './recordings/raw/123543-2330_1' error: cannot find recording '123430-0176_1' at './recordings/raw/123430-0176_1' error: cannot find recording '123591-3135_1' at './recordings/raw/123591-3135_1' error: cannot find recording '123691-4988_1' at './recordings/raw/123691-4988_1' error: cannot find recording '123938-9337_1' at './recordings/raw/123938-9337_1' error: cannot find recording '123418-0016_1' at './recordings/raw/123418-0016_1' error: cannot find recording '123690-4966_1' at './recordings/raw/123690-4966_1' error: cannot find recording '123932-9291_1' at './recordings/raw/123932-9291_1' error: cannot find recording '123674-4726_1' at './recordings/raw/123674-4726_1' error: cannot find recording '123626-4041_1' at './recordings/raw/123626-4041_1' error: cannot find recording '123623-3991_1' at './recordings/raw/123623-3991_1' error: cannot find recording '123492-1403_1' at './recordings/raw/123492-1403_1' error: cannot find recording '123930-9241_1' at './recordings/raw/123930-9241_1' error: cannot find recording '123709-5315_1' at './recordings/raw/123709-5315_1' error: cannot find recording '123668-4698_1' at './recordings/raw/123668-4698_1' error: cannot find recording '123841-7186_1' at './recordings/raw/123841-7186_1' error: cannot find recording '123846-7270_1' at './recordings/raw/123846-7270_1' error: cannot find recording '123484-1238_1' at './recordings/raw/123484-1238_1' error: cannot find recording '123507-1668_1' at './recordings/raw/123507-1668_1' error: cannot find recording '123953-9643_1' at './recordings/raw/123953-9643_1' error: cannot find recording '123610-3662_1' at './recordings/raw/123610-3662_1' error: cannot find recording '123441-0404_1' at './recordings/raw/123441-0404_1' error: cannot find recording '123848-7339_1' at './recordings/raw/123848-7339_1' error: cannot find recording '123580-2941_1' at './recordings/raw/123580-2941_1' error: cannot find recording '123818-6835_1' at './recordings/raw/123818-6835_1' error: cannot find recording '123624-3994_1' at './recordings/raw/123624-3994_1' error: cannot find recording '123450-0532_1' at './recordings/raw/123450-0532_1' error: cannot find recording '123863-7643_1' at './recordings/raw/123863-7643_1' error: cannot find recording '123695-5065_1' at './recordings/raw/123695-5065_1' error: cannot find recording '123747-6143_1' at './recordings/raw/123747-6143_1' error: cannot find recording '123487-1328_1' at './recordings/raw/123487-1328_1' error: cannot find recording '123422-0056_1' at './recordings/raw/123422-0056_1' error: cannot find recording '123546-2379_1' at './recordings/raw/123546-2379_1' error: cannot find recording '123659-4590_1' at './recordings/raw/123659-4590_1' error: cannot find recording '123510-1760_1' at './recordings/raw/123510-1760_1' error: cannot find recording '123467-0955_1' at './recordings/raw/123467-0955_1' error: cannot find recording '123467-0955_2' at './recordings/raw/123467-0955_2' error: cannot find recording '123467-0955_3' at './recordings/raw/123467-0955_3' error: cannot find recording '123664-4636_1' at './recordings/raw/123664-4636_1' error: cannot find recording '123759-6315_1' at './recordings/raw/123759-6315_1' error: cannot find recording '123656-4536_1' at './recordings/raw/123656-4536_1' error: cannot find recording '123944-9411_1' at './recordings/raw/123944-9411_1' error: cannot find recording '123843-7221_1' at './recordings/raw/123843-7221_1' error: cannot find recording '123564-2744_1' at './recordings/raw/123564-2744_1' error: cannot find recording '123629-4073_1' at './recordings/raw/123629-4073_1' error: cannot find recording '123629-4073_2' at './recordings/raw/123629-4073_2' error: cannot find recording '123652-4520_1' at './recordings/raw/123652-4520_1' error: cannot find recording '123652-4520_2' at './recordings/raw/123652-4520_2' error: cannot find recording '123739-6002_1' at './recordings/raw/123739-6002_1' error: cannot find recording '123739-6002_2' at './recordings/raw/123739-6002_2' error: cannot find recording '123739-6002_3' at './recordings/raw/123739-6002_3' error: cannot find recording '123739-6002_4' at './recordings/raw/123739-6002_4' error: cannot find recording '123733-5906_1' at './recordings/raw/123733-5906_1' error: cannot find recording '123733-5906_2' at './recordings/raw/123733-5906_2' error: cannot find recording '123733-5906_3' at './recordings/raw/123733-5906_3' error: cannot find recording '123689-4964_1' at './recordings/raw/123689-4964_1' error: cannot find recording '123689-4964_2' at './recordings/raw/123689-4964_2' error: cannot find recording '123689-4964_3' at './recordings/raw/123689-4964_3' error: cannot find recording '123617-3778_1' at './recordings/raw/123617-3778_1' error: cannot find recording '123423-0065_1' at './recordings/raw/123423-0065_1' error: cannot find recording '123423-0065_2' at './recordings/raw/123423-0065_2' error: cannot find recording '123423-0065_3' at './recordings/raw/123423-0065_3' error: cannot find recording '123954-9645_1' at './recordings/raw/123954-9645_1' error: cannot find recording '123592-3149_1' at './recordings/raw/123592-3149_1' error: cannot find recording '123832-7066_1' at './recordings/raw/123832-7066_1' error: cannot find recording '123584-2973_1' at './recordings/raw/123584-2973_1' error: cannot find recording '123968-9973_1' at './recordings/raw/123968-9973_1' error: cannot find recording '123635-4141_1' at './recordings/raw/123635-4141_1' error: cannot find recording '123519-1862_1' at './recordings/raw/123519-1862_1' error: cannot find recording '123813-6735_1' at './recordings/raw/123813-6735_1' error: cannot find recording '123667-4679_1' at './recordings/raw/123667-4679_1' error: cannot find recording '123667-4679_2' at './recordings/raw/123667-4679_2' error: cannot find recording '123464-0818_1' at './recordings/raw/123464-0818_1' error: cannot find recording '123836-7117_1' at './recordings/raw/123836-7117_1' error: cannot find recording '123836-7117_2' at './recordings/raw/123836-7117_2' error: cannot find recording '123451-0563_1' at './recordings/raw/123451-0563_1' error: cannot find recording '123702-5187_1' at './recordings/raw/123702-5187_1' error: cannot find recording '123448-0547_1' at './recordings/raw/123448-0547_1' error: cannot find recording '123727-5750_1' at './recordings/raw/123727-5750_1' error: cannot find recording '123937-9333_1' at './recordings/raw/123937-9333_1' error: cannot find recording '123581-2948_1' at './recordings/raw/123581-2948_1' error: cannot find recording '123865-7701_1' at './recordings/raw/123865-7701_1' error: cannot find recording '123527-2048_1' at './recordings/raw/123527-2048_1' error: cannot find recording '123475-1103_1' at './recordings/raw/123475-1103_1' error: cannot find recording '123902-8594_1' at './recordings/raw/123902-8594_1' error: cannot find recording '123585-2984_1' at './recordings/raw/123585-2984_1' error: cannot find recording '123895-8263_1' at './recordings/raw/123895-8263_1' error: cannot find recording '123528-2074_1' at './recordings/raw/123528-2074_1' error: cannot find recording '123655-4534_1' at './recordings/raw/123655-4534_1' error: cannot find recording '123712-5407_1' at './recordings/raw/123712-5407_1' error: cannot find recording '123633-4127_1' at './recordings/raw/123633-4127_1' error: cannot find recording '123951-9531_1' at './recordings/raw/123951-9531_1' error: cannot find recording '123459-0701_1' at './recordings/raw/123459-0701_1' error: cannot find recording '123756-6258_1' at './recordings/raw/123756-6258_1' error: cannot find recording '123634-4128_1' at './recordings/raw/123634-4128_1' error: cannot find recording '123449-0559_1' at './recordings/raw/123449-0559_1' error: cannot find recording '123914-8790_1' at './recordings/raw/123914-8790_1' error: cannot find recording '123819-6924_1' at './recordings/raw/123819-6924_1' error: cannot find recording '123969-9993_1' at './recordings/raw/123969-9993_1' error: cannot find recording '123687-4897_1' at './recordings/raw/123687-4897_1' error: cannot find recording '123548-2410_1' at './recordings/raw/123548-2410_1' error: cannot find recording '123628-4071_1' at './recordings/raw/123628-4071_1' error: cannot find recording '123628-4071_2' at './recordings/raw/123628-4071_2' error: cannot find recording '123971-9998_1' at './recordings/raw/123971-9998_1' error: cannot find recording '123704-5193_1' at './recordings/raw/123704-5193_1' error: cannot find recording '123947-9457_1' at './recordings/raw/123947-9457_1' error: cannot find recording '123763-6345_1' at './recordings/raw/123763-6345_1' error: cannot find recording '123560-2519_1' at './recordings/raw/123560-2519_1' error: cannot find recording '123833-7072_1' at './recordings/raw/123833-7072_1' error: cannot find recording '123873-7953_1' at './recordings/raw/123873-7953_1' error: cannot find recording '123787-6483_1' at './recordings/raw/123787-6483_1' error: cannot find recording '123901-8510_1' at './recordings/raw/123901-8510_1' error: cannot find recording '123639-4168_1' at './recordings/raw/123639-4168_1' error: cannot find recording '123919-8991_1' at './recordings/raw/123919-8991_1' error: cannot find recording '123501-1550_1' at './recordings/raw/123501-1550_1' error: cannot find recording '123789-6495_1' at './recordings/raw/123789-6495_1' error: cannot find recording '123453-0571_1' at './recordings/raw/123453-0571_1' error: cannot find recording '123892-8235_1' at './recordings/raw/123892-8235_1' error: cannot find recording '123518-1849_1' at './recordings/raw/123518-1849_1' error: cannot find recording '123631-4091_1' at './recordings/raw/123631-4091_1' error: cannot find recording '123642-4182_1' at './recordings/raw/123642-4182_1' error: cannot find recording '123571-2828_1' at './recordings/raw/123571-2828_1' error: cannot find recording '123738-5991_1' at './recordings/raw/123738-5991_1' error: cannot find recording '123530-2088_1' at './recordings/raw/123530-2088_1' error: cannot find recording '123957-9701_1' at './recordings/raw/123957-9701_1' error: cannot find recording '123520-1899_1' at './recordings/raw/123520-1899_1' error: cannot find recording '123941-9369_1' at './recordings/raw/123941-9369_1' error: cannot find recording '123894-8262_1' at './recordings/raw/123894-8262_1' error: cannot find recording '123620-3895_1' at './recordings/raw/123620-3895_1' error: cannot find recording '123698-5102_1' at './recordings/raw/123698-5102_1' error: cannot find recording '123940-9363_1' at './recordings/raw/123940-9363_1' error: cannot find recording '123967-9947_1' at './recordings/raw/123967-9947_1' error: cannot find recording '123609-3657_1' at './recordings/raw/123609-3657_1' error: cannot find recording '123609-3657_2' at './recordings/raw/123609-3657_2' error: cannot find recording '123618-3798_1' at './recordings/raw/123618-3798_1' error: cannot find recording '123532-2101_1' at './recordings/raw/123532-2101_1' error: cannot find recording '123483-1234_1' at './recordings/raw/123483-1234_1' error: cannot find recording '123454-0595_1' at './recordings/raw/123454-0595_1' error: cannot find recording '123746-6112_1' at './recordings/raw/123746-6112_1' error: cannot find recording '123719-5604_1' at './recordings/raw/123719-5604_1' error: cannot find recording '123458-0677_1' at './recordings/raw/123458-0677_1' error: cannot find recording '123928-9228_1' at './recordings/raw/123928-9228_1' error: cannot find recording '123828-6997_1' at './recordings/raw/123828-6997_1' error: cannot find recording '123889-8193_1' at './recordings/raw/123889-8193_1' error: cannot find recording '123559-2517_1' at './recordings/raw/123559-2517_1' error: cannot find recording '123513-1801_1' at './recordings/raw/123513-1801_1' error: cannot find recording '123599-3447_1' at './recordings/raw/123599-3447_1' error: cannot find recording '123463-0777_1' at './recordings/raw/123463-0777_1' error: cannot find recording '123630-4078_1' at './recordings/raw/123630-4078_1' error: cannot find recording '123452-0576_1' at './recordings/raw/123452-0576_1' error: cannot find recording '123680-4839_1' at './recordings/raw/123680-4839_1' error: cannot find recording '123426-0127_1' at './recordings/raw/123426-0127_1' error: cannot find recording '123684-4886_1' at './recordings/raw/123684-4886_1' error: cannot find recording '123869-7823_1' at './recordings/raw/123869-7823_1' error: cannot find recording '123456-0625_1' at './recordings/raw/123456-0625_1' error: cannot find recording '123862-7619_1' at './recordings/raw/123862-7619_1' error: cannot find recording '123637-4152_1' at './recordings/raw/123637-4152_1' error: cannot find recording '123597-3405_1' at './recordings/raw/123597-3405_1' error: cannot find recording '123479-1189_1' at './recordings/raw/123479-1189_1' error: cannot find recording '123879-8069_1' at './recordings/raw/123879-8069_1' error: cannot find recording '123723-5633_1' at './recordings/raw/123723-5633_1' error: cannot find recording '123526-2024_1' at './recordings/raw/123526-2024_1' error: cannot find recording '123720-5605_1' at './recordings/raw/123720-5605_1' error: cannot find recording '123537-2231_1' at './recordings/raw/123537-2231_1' error: cannot find recording '123651-4503_1' at './recordings/raw/123651-4503_1' error: cannot find recording '123885-8114_1' at './recordings/raw/123885-8114_1' error: cannot find recording '123679-4823_1' at './recordings/raw/123679-4823_1' error: cannot find recording '123531-2090_1' at './recordings/raw/123531-2090_1' error: cannot find recording '123654-4528_1' at './recordings/raw/123654-4528_1' error: cannot find recording '123693-5016_1' at './recordings/raw/123693-5016_1' error: cannot find recording '123830-7025_1' at './recordings/raw/123830-7025_1' error: cannot find recording '123803-6570_1' at './recordings/raw/123803-6570_1' error: cannot find recording '123966-9892_1' at './recordings/raw/123966-9892_1' error: cannot find recording '123816-6801_1' at './recordings/raw/123816-6801_1' error: cannot find recording '123558-2489_1' at './recordings/raw/123558-2489_1' error: cannot find recording '123569-2795_1' at './recordings/raw/123569-2795_1' error: cannot find recording '123569-2795_2' at './recordings/raw/123569-2795_2' error: cannot find recording '123611-3663_1' at './recordings/raw/123611-3663_1' error: cannot find recording '123823-6939_1' at './recordings/raw/123823-6939_1' error: cannot find recording '123823-6939_2' at './recordings/raw/123823-6939_2' error: cannot find recording '123557-2476_1' at './recordings/raw/123557-2476_1' error: cannot find recording '123673-4718_1' at './recordings/raw/123673-4718_1' error: cannot find recording '123627-4051_1' at './recordings/raw/123627-4051_1' error: cannot find recording '123872-7942_1' at './recordings/raw/123872-7942_1' error: cannot find recording '123437-0357_1' at './recordings/raw/123437-0357_1' error: cannot find recording '123783-6479_1' at './recordings/raw/123783-6479_1' error: cannot find recording '123439-0396_1' at './recordings/raw/123439-0396_1' error: cannot find recording '123417-0008_1' at './recordings/raw/123417-0008_1' error: cannot find recording '123602-3489_1' at './recordings/raw/123602-3489_1' error: cannot find recording '123570-2798_1' at './recordings/raw/123570-2798_1' error: cannot find recording '123590-3108_1' at './recordings/raw/123590-3108_1' error: cannot find recording '123676-4755_1' at './recordings/raw/123676-4755_1' error: cannot find recording '123676-4755_2' at './recordings/raw/123676-4755_2' error: cannot find recording '123480-1196_1' at './recordings/raw/123480-1196_1' error: cannot find recording '123480-1196_2' at './recordings/raw/123480-1196_2' error: cannot find recording '123480-1196_3' at './recordings/raw/123480-1196_3' error: cannot find recording '123480-1196_4' at './recordings/raw/123480-1196_4' error: cannot find recording '123480-1196_5' at './recordings/raw/123480-1196_5' error: cannot find recording '123480-1196_6' at './recordings/raw/123480-1196_6' error: cannot find recording '123480-1196_7' at './recordings/raw/123480-1196_7' error: cannot find recording '123480-1196_8' at './recordings/raw/123480-1196_8' error: cannot find recording '123480-1196_9' at './recordings/raw/123480-1196_9' error: cannot find recording '123480-1196_10' at './recordings/raw/123480-1196_10' error: cannot find recording '123540-2261_1' at './recordings/raw/123540-2261_1' error: cannot find recording '123724-5678_1' at './recordings/raw/123724-5678_1' error: cannot find recording '123535-2200_1' at './recordings/raw/123535-2200_1' error: cannot find recording '123861-7609_1' at './recordings/raw/123861-7609_1' error: cannot find recording '123549-2417_1' at './recordings/raw/123549-2417_1' error: cannot find recording '123549-2417_2' at './recordings/raw/123549-2417_2' error: cannot find recording '123549-2417_3' at './recordings/raw/123549-2417_3' error: cannot find recording '123541-2307_1' at './recordings/raw/123541-2307_1' error: cannot find recording '123708-5267_1' at './recordings/raw/123708-5267_1' error: cannot find recording '123882-8104_1' at './recordings/raw/123882-8104_1' error: cannot find recording '123509-1713_1' at './recordings/raw/123509-1713_1' error: cannot find recording '123760-6336_1' at './recordings/raw/123760-6336_1' error: cannot find recording '123661-4604_1' at './recordings/raw/123661-4604_1' error: cannot find recording '123419-0021_1' at './recordings/raw/123419-0021_1' error: cannot find recording '123419-0021_2' at './recordings/raw/123419-0021_2' error: cannot find recording '123419-0021_3' at './recordings/raw/123419-0021_3' error: cannot find recording '123753-6222_1' at './recordings/raw/123753-6222_1' error: cannot find recording '123660-4596_1' at './recordings/raw/123660-4596_1' error: cannot find recording '123880-8101_1' at './recordings/raw/123880-8101_1' error: cannot find recording '123952-9541_1' at './recordings/raw/123952-9541_1' error: cannot find recording '123711-5402_1' at './recordings/raw/123711-5402_1' error: cannot find recording '123485-1306_1' at './recordings/raw/123485-1306_1' error: cannot find recording '123767-6411_1' at './recordings/raw/123767-6411_1' error: cannot find recording '123767-6411_2' at './recordings/raw/123767-6411_2' error: cannot find recording '123831-7041_1' at './recordings/raw/123831-7041_1' error: cannot find recording '123701-5162_1' at './recordings/raw/123701-5162_1' error: cannot find recording '123552-2446_1' at './recordings/raw/123552-2446_1' error: cannot find recording '123552-2446_2' at './recordings/raw/123552-2446_2' error: cannot find recording '123496-1427_1' at './recordings/raw/123496-1427_1' error: cannot find recording '123775-6457_1' at './recordings/raw/123775-6457_1' error: cannot find recording '123795-6507_1' at './recordings/raw/123795-6507_1' error: cannot find recording '123672-4714_1' at './recordings/raw/123672-4714_1' error: cannot find recording '123573-2855_1' at './recordings/raw/123573-2855_1' error: cannot find recording '123891-8222_1' at './recordings/raw/123891-8222_1' error: cannot find recording '123582-2957_1' at './recordings/raw/123582-2957_1' error: cannot find recording '123488-1330_1' at './recordings/raw/123488-1330_1' error: cannot find recording '123681-4841_1' at './recordings/raw/123681-4841_1' error: cannot find recording '123757-6265_1' at './recordings/raw/123757-6265_1' error: cannot find recording '123685-4889_1' at './recordings/raw/123685-4889_1' error: cannot find recording '123694-5034_1' at './recordings/raw/123694-5034_1' error: cannot find recording '123904-8638_1' at './recordings/raw/123904-8638_1' error: cannot find recording '123476-1104_1' at './recordings/raw/123476-1104_1' error: cannot find recording '123476-1104_2' at './recordings/raw/123476-1104_2' error: cannot find recording '123555-2471_1' at './recordings/raw/123555-2471_1' error: cannot find recording '123950-9513_1' at './recordings/raw/123950-9513_1' error: cannot find recording '123594-3256_1' at './recordings/raw/123594-3256_1' error: cannot find recording '123927-9123_1' at './recordings/raw/123927-9123_1' error: cannot find recording '123927-9123_2' at './recordings/raw/123927-9123_2' error: cannot find recording '123740-6016_1' at './recordings/raw/123740-6016_1' error: cannot find recording '123909-8735_1' at './recordings/raw/123909-8735_1' error: cannot find recording '123955-9685_1' at './recordings/raw/123955-9685_1' error: cannot find recording '123653-4524_1' at './recordings/raw/123653-4524_1' error: cannot find recording '123461-0713_1' at './recordings/raw/123461-0713_1' error: cannot find recording '123888-8191_1' at './recordings/raw/123888-8191_1' error: cannot find recording '123470-0964_1' at './recordings/raw/123470-0964_1' error: cannot find recording '123688-4912_1' at './recordings/raw/123688-4912_1' error: cannot find recording '123703-5192_1' at './recordings/raw/123703-5192_1' error: cannot find recording '123435-0291_1' at './recordings/raw/123435-0291_1' error: cannot find recording '123678-4806_1' at './recordings/raw/123678-4806_1' error: cannot find recording '123446-0486_1' at './recordings/raw/123446-0486_1' error: cannot find recording '123600-3455_1' at './recordings/raw/123600-3455_1' error: cannot find recording '123876-7996_1' at './recordings/raw/123876-7996_1' error: cannot find recording '123821-6937_1' at './recordings/raw/123821-6937_1' error: cannot find recording '123593-3194_1' at './recordings/raw/123593-3194_1' error: cannot find recording '123621-3916_1' at './recordings/raw/123621-3916_1' error: cannot find recording '123616-3777_1' at './recordings/raw/123616-3777_1' error: cannot find recording '123677-4780_1' at './recordings/raw/123677-4780_1' error: cannot find recording '123883-8109_1' at './recordings/raw/123883-8109_1' error: cannot find recording '123798-6563_1' at './recordings/raw/123798-6563_1' error: cannot find recording '123743-6035_1' at './recordings/raw/123743-6035_1' error: cannot find recording '123477-1137_1' at './recordings/raw/123477-1137_1' error: cannot find recording '123460-0712_1' at './recordings/raw/123460-0712_1' error: cannot find recording '123915-8797_1' at './recordings/raw/123915-8797_1' error: cannot find recording '123745-6049_1' at './recordings/raw/123745-6049_1' error: cannot find recording '123871-7870_1' at './recordings/raw/123871-7870_1' error: cannot find recording '123811-6661_1' at './recordings/raw/123811-6661_1' error: cannot find recording '123641-4180_1' at './recordings/raw/123641-4180_1' error: cannot find recording '123735-5976_1' at './recordings/raw/123735-5976_1' error: cannot find recording '123924-9039_1' at './recordings/raw/123924-9039_1' error: cannot find recording '123700-5157_1' at './recordings/raw/123700-5157_1' error: cannot find recording '123741-6018_1' at './recordings/raw/123741-6018_1' error: cannot find recording '123554-2470_1' at './recordings/raw/123554-2470_1' error: cannot find recording '123491-1401_1' at './recordings/raw/123491-1401_1' error: cannot find recording '123588-3063_1' at './recordings/raw/123588-3063_1' error: cannot find recording '123945-9453_1' at './recordings/raw/123945-9453_1' error: cannot find recording '123474-1075_1' at './recordings/raw/123474-1075_1' error: cannot find recording '123866-7758_1' at './recordings/raw/123866-7758_1' warning: ./metadata/children.csv: unknown columns 'nae,ses,twin,original_ses' in children, exepected columns are: experiment,child_id,child_dob,location_id,child_sex,language,languages,mat_ed,fat_ed,car_ed,monoling,monoling_criterion,normative,normative_criterion,mother_id,father_id,order_of_birth,n_of_siblings,household_size,dob_criterion,dob_accuracy validation failed, 576 error(s) occured

I do, however, have all the .rttms, ALICE outputs etc. as I should, but obvious not the original audios.

alecristia commented 2 years ago

thanks for the report! The behavior at the beginning is weird, we'll look into it.

The behavior at the end is expected & desired: it's telling you that you don't have the recordings, which you know :) You can avoid this check like this: child-project validate . --ignore-recordings

the flag --ignore-recordings will allow you to avoid the recording check

lucasgautheron commented 2 years ago

Hello!

  1. Regarding this error: TypeError: validate() got an unexpected keyword argument 'ignore_files'

I just released a fix (do pip install ChildProject>=0.0.3 to install it)

  1. ValueError: 'None' was not found in the index; check spelling and make sure the set was properly imported. -> you need to specify an annotation set from which the metrics should be derived with --set, e.g.: child-project metrics . output.csv period --period 300 --set vtc

  2. As Alex said, use the --ignore-recordings switch to ignore errors due to the recordings not being provided (see https://childproject.readthedocs.io/en/latest/tools.html#data-validation)

lucasgautheron commented 2 years ago

Just added automated CLI tests to prevent such errors as the first kind in the future (dce495e413e94abf07215bd02c373c8c27af7319)

orasanen commented 2 years ago

Great, amazing, thank you!