Skip to content

Any idea how to solve "ValueError: too many values to unpack (expected 4)" #9

Description

@github-luckow-org

I use it under Archlinux. After (let's say) 3 minutes it ended with the ValueError.

Traceback (most recent call last):
  File "/PATH/speechcatcher/sc/bin/speechcatcher", line 33, in <module>
    sys.exit(load_entry_point('speechcatcher==0.3.2', 'console_scripts', 'speechcatcher')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/PATH/speechcatcher/sc/lib/python3.11/site-packages/speechcatcher-0.3.2-py3.11.egg/speechcatcher/speechcatcher.py", line 652, in main
  File "/PATH/speechcatcher/sc/lib/python3.11/site-packages/speechcatcher-0.3.2-py3.11.egg/speechcatcher/speechcatcher.py", line 572, in recognize_microphone
  File "/PATH/speechcatcher/sc/lib/python3.11/site-packages/speechcatcher-0.3.2-py3.11.egg/speechcatcher/speechcatcher.py", line 572, in <listcomp>
ValueError: too many values to unpack (expected 4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions