py-googletrans: AttributeError: 'NoneType' object has no attribute 'group'

  • bug report
  • feature request

When I try to follow the guide given in the documentation I get an error.

from googletrans import Translator
translator = Translator()

translator.translate('Mitä sinä teet')


>>>AttributeError: 'NoneType' object has no attribute 'group'

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15

Most upvoted comments

Solved after installing googletrans==4.0.0rc1

Have the same issue.