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
I encountered several errors while following the latest Python sample from the README.md. The specific error messages are as follows:
"None" is not iterable
"__iter__" method not defined Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
"_Date" is not iterable
"__iter__" method not defined Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
"datetime" is not iterable
"__iter__" method not defined Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
"AsyncResult" is not iterable
"__iter__" method not defined Pylance[reportGeneralTypeIssues](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportGeneralTypeIssues)
Description:
I encountered several errors while following the latest Python sample from the README.md. The specific error messages are as follows:
The error occurs in the following method:
Steps to Reproduce:
Follow the instructions in the README.md.
cognitive-services-speech-sdk/samples/batch/python/python-client/main.py
Line 173 in a1b5f8c
Additional Information:
Please let me know if there are any updates or fixes for this issue. Thank you!
The text was updated successfully, but these errors were encountered: