translaboob> translate en rus amazing 2022-03-14 12:00:02,686:DEBUG:bcall:2.0:bcall.py:92:backend_process : Calling function > 2022-03-14 12:00:02,700:DEBUG:urllib3.connectionpool:2.0:connectionpool.py:971:_new_conn Starting new HTTPS connection (1): translate.google.com:443 2022-03-14 12:00:02,854:DEBUG:urllib3.connectionpool:2.0:connectionpool.py:452:_make_request https://translate.google.com:443 "GET / HTTP/1.1" 200 None 2022-03-14 12:00:02,949:DEBUG:bcall:2.0:bcall.py:98:backend_process : Called function > raised an error: AttributeError("'NoneType' object has no attribute 'group'") Bug(googletranslate): 'NoneType' object has no attribute 'group' (If --auto-update is passed on the command-line, new versions of the module will be checked automatically) Traceback (most recent call last): File "/usr/lib64/python3/site-packages/weboob/core/bcall.py", line 94, in backend_process result = function(backend, *args, **kwargs) File "/usr/lib64/python3/site-packages/weboob/tools/application/base.py", line 318, in _do_complete res = getattr(backend, function)(*args, **kwargs) File "/root/.local/share/weboob/modules/2.0/googletranslate/module.py", line 118, in translate translation.text = self.browser.translate(lan_from, lan_to, text) File "/root/.local/share/weboob/modules/2.0/googletranslate/browser.py", line 40, in translate tk = Token().calculate_token(t) File "/root/.local/share/weboob/modules/2.0/googletranslate/gtts_token.py", line 29, in calculate_token seed = self._get_token_key() File "/root/.local/share/weboob/modules/2.0/googletranslate/gtts_token.py", line 62, in _get_token_key tkk_expr = re.search(".*?(TKK=.*?;)W.*?", line).group(1) AttributeError: 'NoneType' object has no attribute 'group'