Could it be that AttributeError: 'NoneType' object has no attribute 'group'
is back as an issue?
#235
Closed
2 of 3 tasks
Googletrans version:
I'm submitting a ...
Current behavior:
Getting the following error intermittently.
Expected behavior:
According to #48 this should have been fixed.
Steps to reproduce:
This issue isn't easy to reproduce and comes on and off. I'm applying translation over a
pandas.DataFrame
using the following:df[text_column].fillna("").apply(lambda text: translator.translate(text, dest="en"))
Other information:
I checked issues and PRs related to #48 Looks like the issue is coming back judging by this recent comment: #48 (comment)
The text was updated successfully, but these errors were encountered: