Error while importing cha annotations #355
Unanswered
Valentina-Fed
asked this question in
Q&A
Replies: 2 comments 15 replies
-
Hello! Can you post the full stracktrace here? Just to know which part of the code is throwing this error. |
Beta Was this translation helpful? Give feedback.
14 replies
-
yes, they should be dropped when there is no time stamp, so the behavior of
the package is correct, but perhaps we should have a more informative
warning message
--
…---------------------------------------------------------------
Alex (Alejandrina) Cristia
Researcher, CNRS
Laboratoire de Sciences Cognitives et Psycholinguistique
29, rue d'Ulm, 75005, Paris, FRANCE
My site: www.acristia.org
---------------------------------------------------------------
If you donate, ask me about effective charities
<https://effectivealtruism.us8.list-manage.com/track/click?u=52b028e7f799cca137ef74763&id=206509456c&e=6c0b626a8f>.
/ Si vous faites des dons, demandez moi sur le don efficace
<https://www.altruismeefficacefrance.org/guide-don-efficace-1/>.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get an error when I try to import and index cha annotations: child-project import-annotations . --set cha --recording_filename ZQM_040622.mp3 --time_seek 0 --range_onset 0 --range_offset 2264128 --raw_filename ZQM_040622.cha --format cha
It occurs during processing the annotation:
warning: some of the converters do not support multithread importation; running on 1 thread
an error occured while processing './annotations/cha/raw/ZQM_040622.cha'
And then: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame
KeyError: ['annotation_filename']
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions