Skip to content

Conversation

@78
Copy link
Owner

@78 78 commented Oct 27, 2025

  1. Downgraded the IDF version because of reproducible errors when trying to open menuconfig in the VS Code extension with IDF 5.5.1.
---------------------------ERROR--------------------------

    output_b = await input_stream.readline()
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/miniconda3/lib/python3.12/asyncio/streams.py", line 577, in readline
    raise ValueError(e.args[0])
ValueError: Separator is not found, and chunk exceed the limit

-----------------------END OF ERROR-----------------------
  1. However, IDF 5.5.1 is still needed for the esp-video component, which is used on some boards that have cameras.

@78
Copy link
Owner Author

78 commented Oct 27, 2025

Waiting for the Espressif team to fix this bug. @espressif2022 @laride

@78 78 merged commit 3f54330 into main Oct 27, 2025
1 of 100 checks passed
@Min9802
Copy link

Min9802 commented Oct 28, 2025

i change line 351 of C:\Espressif\frameworks\esp-idf-v5.5.1\tools\idf_py_actions\tools.py from limit=1024 * 256 to limit=1024 * 1024
image

@brianignacio5
Copy link

There was an issue in confserver.py fixed limit as @Min9802 described.

This was fixed in release/v5.5 and master as you can see in https://github.com/espressif/esp-idf/blob/release/v5.5/tools/idf_py_actions/tools.py#L375

@78
Copy link
Owner Author

78 commented Oct 28, 2025

There was an issue in confserver.py fixed limit as @Min9802 described.

This was fixed in release/v5.5 and master as you can see in https://github.com/espressif/esp-idf/blob/release/v5.5/tools/idf_py_actions/tools.py#L375

OK. I will try the branch release/v5.5.

@78
Copy link
Owner Author

78 commented Oct 29, 2025

The branch release/v5.5 works without any modification. Thanks @brianignacio5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants