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 an error while using the ccdown tool. After logging in and detecting courses, the following error occurs:
✔ Login... completed. ✓ Found: 1 courses MAIN errorr in cli.js: TypeError: expecting an array or an iterable object but got [object Null] at process.processImmediate (node:internal/timers:476:21)
Steps to Reproduce:
Run the ccdown tool.
Complete the login process.
The tool finds the courses.
The error appears immediately after finding the courses.
Expected Behavior:
The tool should process the found courses without throwing a TypeError.
Actual Behavior:
A TypeError is thrown, indicating that an array or iterable object was expected but a null object was received.
The text was updated successfully, but these errors were encountered:
I encountered an error while using the ccdown tool. After logging in and detecting courses, the following error occurs:
✔ Login... completed. ✓ Found: 1 courses MAIN errorr in cli.js: TypeError: expecting an array or an iterable object but got [object Null] at process.processImmediate (node:internal/timers:476:21)
Steps to Reproduce:
Expected Behavior:
The tool should process the found courses without throwing a TypeError.
Actual Behavior:
A TypeError is thrown, indicating that an array or iterable object was expected but a null object was received.
The text was updated successfully, but these errors were encountered: