Matt Mastracci
Matt Mastracci
Hi matthewdl, Do you have a small repro case for this?
I haven't tested this script on Android - what sort of behavior do you see?
Ah ok. I'll have to test it out myself when I have a chance. In theory it should work as-is, but there were a lot of odd Mobile WebKit bugs...
Finally dug into what the underlying error is: ```{"ygError":{"hostname":"gapi7.grp.bf1.yahoo.com","httpStatus":401,"errorMessage":"Captcha validation overlimit","errorCode":2203,"sid":"SID:YHOO:groups.yahoo.com:2019-12-08-23-10-57hlirjjsfi6hdjeirognhpesnyriuvelvwgusbabl-bn4ESgYXcpA/vEW+FQ``` Looks like it's unfortunately not allowing me to join these groups.
Interesting. Thanks for the repro. I haven't tested anything, but perhaps it has something to do with all the functions having the same name and contents. The compiler may be...
This sounds a bit like #27
Is this still an issue these days?
Interesting. This is a novel bug. Does `cargo test -j1` make it work? Perhaps related to how the stdlib shuts down in the face of threading? Generally use of `std`...
I'll leave this one open for now as a tracking issue. Thanks for filing it.
Thanks for the detailed report. Should we modify the library to use `.CRT$XCV` everywhere? Will that have unintended side-effects?