Cedric Warny

Results 6 comments of Cedric Warny

I have the same issue. Even after creating an app-specific password. It seems like the way the TimeoutException class is defined, whenever the gmail_slurper.py file is imported in a script,...

Commenting out the following line in gmail_slurper.py solved it for me: ``` sys.stderr.write("Timeout exception occurred!\n") ``` Looks like writing a stderr out stops the script.

Opened a [PR](https://github.com/huggingface/datasets/pull/4943) to implement this--lmk if you have any feedback

I'm going to think of a way and suggest it to you before starting to work on it

Hey. I ended up refactoring our codebase to use the requests library and it solved the problems we were having. It seemed like a more expedient solution for the tight...