Closed MDKAOD closed 1 year ago
Dang, never thought to test that. Sorry you hit up against this, will look into a fix.
I added another comment above. I'm sure sanitizing the input is all that's needed. I'm pretty inexperienced, but likely just need a statement that checks for + modifiers (google uses them to filter email see here.)
Check Stack Overflow for a hint: https://stackoverflow.com/questions/32054891/python-input-sanitization and https://www.educative.io/answers/how-to-sanitize-user-input-in-python
And no apologies, friend. You're doing a service, any support is appreciated, but should never expected. ;)
Just resolved the second comment. Was an oversight on my part. How are you running the script? I ask cause for me '+' doesn't mess up the login. Are you running it through IDLE, perchance?
Batch script through Windows shell (CMD)
Maybe this is a hint? (I don't know where this is coming from, it doesn't drop in the error log, and only shows up in the console)
[41736:20860:0728/215322.154:ERROR:device_event_log_impl.cc(222)] [21:53:22.154] USB: usb_service_win.cc:415 Could not read device interface GUIDs: The system cannot find the file specified. (0x2)
Appears to be working.. I guess the second error corrected whatever was wrong.
CSV export appears to be good to go. Thanks for the support!
I use a humble account with a '+' modifier, this breaks the script with the following error:
Probably should sanitize the string
Additional information: