You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
async with aiohttp.ClientSession() as session:
client = RhasspyClient("http://192.168.1.90:12101/api", session)
result = await client.get_sentences()
print(result)
Is generating the following error:
Exception has occurred: ValueError
too many values to unpack (expected 2)
After analyzing the response form the API it seems the code is not taking into account multiple files.
The text was updated successfully, but these errors were encountered:
The following code:
Is generating the following error:
After analyzing the response form the API it seems the code is not taking into account multiple files.
The text was updated successfully, but these errors were encountered: