I think might be a translation error from the original project. Replace `members[2].trim()` to `members[2].strip()` on line 260.
I think might be a translation error from the original project.
Replace
members[2].trim()tomembers[2].strip()on line 260.