Hi
I wrote a small sample.txt file attached
But whatever I put in the file I get same error
Also using input from the terminal gives the same error.
Any help much appreciated
Thanks
File "/Users/terry/.pyenv/versions/3.7.7/envs/venvCD37A/lib/python3.7/site-packages/googletrans/gtoken.py", line 62, in _update
code = self.RE_TKK.search(r.text).group(1).replace('var ', '')
AttributeError: 'NoneType' object has no attribute 'group'
sample.txt
Description
Type of issue
[X]
Hi I wrote a small sample.txt file attached But whatever I put in the file I get same error Also using input from the terminal gives the same error. Any help much appreciated Thanks
File "/Users/terry/.pyenv/versions/3.7.7/envs/venvCD37A/lib/python3.7/site-packages/googletrans/gtoken.py", line 62, in _update code = self.RE_TKK.search(r.text).group(1).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group' sample.txt