NluException: not enough values to unpack (expected 2, got 1)

Hi,
I had to install rhasspy server from scratch on a debian vm on nuc.
Did the whole setup and now I get an error,
On previous install it was on ubuntu, the new install is on debian.
Error is also on client, which is on a pi 3b+
container install.

NluException: not enough values to unpack (expected 2, got 1)

[ERROR:2020-11-28 08:30:43,430] rhasspyserver_hermes: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
  File "/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/quart/app.py", line 1821, in full_dispatch_request
    result = await self.dispatch_request(request_context)
  File "/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/quart/app.py", line 1869, in dispatch_request
    return await handler(**request_.view_args)
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__main__.py", line 1416, in api_text_to_intent
    user_entities=user_entities,
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__main__.py", line 2641, in text_to_intent_dict
    result = await core.recognize_intent(text, intent_filter=intent_filter)
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__init__.py", line 524, in recognize_intent
    raise NluException(result.error)
rhasspyserver_hermes.NluException: not enough values to unpack (expected 2, got 1)
[DEBUG:2020-11-28 08:30:43,428] rhasspyserver_hermes: Publishing 26 bytes(s) to rhasspy/handle/toggleOn
[DEBUG:2020-11-28 08:30:43,428] rhasspyserver_hermes: -> HandleToggleOn(site_id='IF-MB-CLIENT')
[ERROR:2020-11-28 08:30:43,425] rhasspyserver_hermes: NluError(error='not enough values to unpack (expected 2, got 1)', site_id='IF-MB-CLIENT', context='time', session_id='86329ac1-2891-425c-b928-851db41470ce')
[DEBUG:2020-11-28 08:30:43,422] rhasspyserver_hermes: Handling NluError (topic=hermes/error/nlu, id=62fc1215-5a0b-4317-a11f-4957d85f7cb1)
[DEBUG:2020-11-28 08:30:43,360] rhasspyserver_hermes: Publishing 198 bytes(s) to hermes/nlu/query
[DEBUG:2020-11-28 08:30:43,359] rhasspyserver_hermes: -> NluQuery(input='time', site_id='IF-MB-CLIENT', id='86329ac1-2891-425c-b928-851db41470ce', intent_filter=None, session_id='86329ac1-2891-425c-b928-851db41470ce', wakeword_id=None, lang=None)
[DEBUG:2020-11-28 08:30:43,357] rhasspyserver_hermes: Subscribed to hermes/error/nlu
[DEBUG:2020-11-28 08:30:43,355] rhasspyserver_hermes: Publishing 26 bytes(s) to rhasspy/handle/toggleOff
[DEBUG:2020-11-28 08:30:43,354] rhasspyserver_hermes: -> HandleToggleOff(site_id='IF-MB-CLIENT')
[DEBUG:2020-11-28 08:30:41,452] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2020-11-28 08:30:41,451] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2020-11-28 08:30:41,449] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2020-11-28 08:30:41,447] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2020-11-28 08:30:41,445] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2020-11-28 08:30:41,443] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2020-11-28 08:30:41,442] rhasspyprofile.download: speech_to_text.system deepspeech hermes = False
[DEBUG:2020-11-28 08:30:41,440] rhasspyprofile.download: speech_to_text.system kaldi hermes = False
[DEBUG:2020-11-28 08:30:41,439] rhasspyprofile.download: speech_to_text.system pocketsphinx hermes = False
[INFO:2020-11-28 08:30:41,160] rhasspyserver_hermes: Started
[DEBUG:2020-11-28 08:30:41,159] rhasspyserver_hermes: Subscribed to hermes/intent/#
[DEBUG:2020-11-28 08:30:41,158] rhasspyserver_hermes: Subscribed to hermes/audioServer/IF-MB-CLIENT/audioSummary
[DEBUG:2020-11-28 08:30:41,157] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2020-11-28 08:30:41,156] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2020-11-28 08:30:41,155] rhasspyserver_hermes: Subscribed to rhasspy/asr/IF-MB-CLIENT/IF-MB-CLIENT/audioCaptured
[DEBUG:2020-11-28 08:30:41,153] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2020-11-28 08:30:41,152] rhasspyserver_hermes: Subscribed to hermes/audioServer/IF-MB-CLIENT/audioSummary
[DEBUG:2020-11-28 08:30:41,150] rhasspyserver_hermes: Subscribed to rhasspy/asr/IF-MB-CLIENT/IF-MB-CLIENT/audioCaptured
[DEBUG:2020-11-28 08:30:41,149] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2020-11-28 08:30:41,148] rhasspyserver_hermes: Subscribed to hermes/intent/#
[DEBUG:2020-11-28 08:30:41,147] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2020-11-28 08:30:41,145] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2020-11-28 08:30:41,144] rhasspyserver_hermes: Connected to MQTT broker
[DEBUG:2020-11-28 08:30:41,136] rhasspyserver_hermes: Connecting to 192.168.1.101:1883 (retries: 0/10)
[DEBUG:2020-11-28 08:30:41,136] rhasspyserver_hermes: Starting core
[DEBUG:2020-11-28 08:30:41,126] rhasspyprofile.profile: Loading default profile settings from /usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/defaults.json
[DEBUG:2020-11-28 08:30:41,124] rhasspyprofile.profile: Loading /profiles/en/profile.json
[DEBUG:2020-11-28 08:30:41,119] rhasspyprofile.profile: Loading /usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/en/profile.json
[DEBUG:2020-11-28 08:30:40,313] rhasspyserver_hermes: Restarting Rhasspy
[ERROR:2020-11-28 08:28:39,393] rhasspyserver_hermes: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
  File "/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/quart/app.py", line 1821, in full_dispatch_request
    result = await self.dispatch_request(request_context)
  File "/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/quart/app.py", line 1869, in dispatch_request
    return await handler(**request_.view_args)
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__main__.py", line 1416, in api_text_to_intent
    user_entities=user_entities,
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__main__.py", line 2641, in text_to_intent_dict
    result = await core.recognize_intent(text, intent_filter=intent_filter)
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__init__.py", line 524, in recognize_intent
    raise NluException(result.error)
rhasspyserver_hermes.NluException: not enough values to unpack (expected 2, got 1)
[DEBUG:2020-11-28 08:28:39,391] rhasspyserver_hermes: Publishing 26 bytes(s) to rhasspy/handle/toggleOn
[DEBUG:2020-11-28 08:28:39,390] rhasspyserver_hermes: -> HandleToggleOn(site_id='IF-MB-CLIENT')
[ERROR:2020-11-28 08:28:39,388] rhasspyserver_hermes: NluError(error='not enough values to unpack (expected 2, got 1)', site_id='IF-MB-CLIENT', context='time', session_id='c6f4d6b7-a8ca-4bbc-bcaf-7bbc887695a9')
[DEBUG:2020-11-28 08:28:39,385] rhasspyserver_hermes: Handling NluError (topic=hermes/error/nlu, id=2b394c1f-ee3a-48cb-81ce-3d00b78cba71)
[DEBUG:2020-11-28 08:28:39,337] rhasspyserver_hermes: Publishing 198 bytes(s) to hermes/nlu/query
[DEBUG:2020-11-28 08:28:39,335] rhasspyserver_hermes: -> NluQuery(input='time', site_id='IF-MB-CLIENT', id='c6f4d6b7-a8ca-4bbc-bcaf-7bbc887695a9', intent_filter=None, session_id='c6f4d6b7-a8ca-4bbc-bcaf-7bbc887695a9', wakeword_id=None, lang=None)
[DEBUG:2020-11-28 08:28:39,328] rhasspyserver_hermes: Publishing 26 bytes(s) to rhasspy/handle/toggleOff
[DEBUG:2020-11-28 08:28:39,326] rhasspyserver_hermes: -> HandleToggleOff(site_id='IF-MB-CLIENT')

Any idea what can cause this error?

I do have the same problem.
I can no longer recognize sentences

this seems to be only a problem with fuzzywuzzy for intent recognition. fsticuffs seems not to have this problem.

seems to be fixed in code:

The new version with the fix was just released: Rhasspy 2.5.9 Released, so it should work again