DeepL-Console-Translator icon indicating copy to clipboard operation
DeepL-Console-Translator copied to clipboard

Use the DeepL translator on the console.

Results 6 DeepL-Console-Translator issues
Sort by recently updated
recently updated
newest added

The translation don't work anymore

- `POST_URL` has been updated to point to the new DeepL entry point which is used in [Deeplator](https://github.com/uinput/deeplator). - Merge of PR #5 by @weidenrinde.

``` $ pip2 list | grep -E 'wheel|requests|pip' pip 10.0.0 requests 2.18.4 wheel 0.31.0 ``` ``` $ python3 translate.py -s FR "what's the fuck?" Traceback (most recent call last): File...

Perhaps I make some mistake, but for me it seems as if the script worked last week, but today I get an {u'jsonrpc': u'2.0', u'id': None, u'error': {u'message': u'Invalid Request',...

~/DeepL-Console-Translator$ python translate.py -l DE "Katze Mäuse" Traceback (most recent call last): File "translate.py", line 14, in text = " ".join(args.text) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position...