I encountered a similar issue where the module ran without any errors, but no users were imported. After debugging the moduleโs code, I realized that the header data was coming through as empty. Upon checking the CSV file, I discovered that the first row was blank, which caused the header to be empty and prevented user creation. The fix was simple: ensure that the first row of the CSV contains valid column headers, such as 'username', 'email', 'status', and 'role'.
abhishek.sa โ changed the visibility of the branch 3414215-fixing-issues to active.
abhishek.sa โ changed the visibility of the branch 3414215-fixing-issues to hidden.
abhishek.sa โ made their first commit to this issueโs fork.
Thanks Aman! for that update. Sometimes OpenAI api doesn't give response when parameters are not set properly then such warning or error may arise. I have merged the changes mentioned in #2.
abhishek.sa โ made their first commit to this issueโs fork.
Updated the code as per suggestions mentioned in #6.
Also fix phpcs issues mentioned in #7.
abhishek.sa โ created an issue.