From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Tykhonov Newsgroups: gmane.emacs.help Subject: [google-translate] JSON readtable error Date: Mon, 4 Jan 2016 15:12:57 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1451913219 26355 80.91.229.3 (4 Jan 2016 13:13:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2016 13:13:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 04 14:13:34 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aG4x0-0003U6-Ro for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2016 14:13:30 +0100 Original-Received: from localhost ([::1]:44954 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG4wz-0008Ke-TA for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2016 08:13:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG4wp-0008K3-9K for help-gnu-emacs@gnu.org; Mon, 04 Jan 2016 08:13:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aG4wo-0008Hz-FT for help-gnu-emacs@gnu.org; Mon, 04 Jan 2016 08:13:19 -0500 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:35021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aG4wo-0008Hv-7o for help-gnu-emacs@gnu.org; Mon, 04 Jan 2016 08:13:18 -0500 Original-Received: by mail-lb0-x231.google.com with SMTP id bc4so157692079lbc.2 for ; Mon, 04 Jan 2016 05:13:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=v5zg19iClenzWWtKm1MtALRorIbPe4GsEMKI43X075Q=; b=m/KAe9rx9xWoWZuGUxShlKO/4aSE/byYAmi+DFn9PvYXFAb9lGgFxFbtUP7/aOQYl2 pNaqX6WvV50gHJ4aN0KOVZ0UDsH9iP1Q2Gk9tOM2DYT2m+9JL+BrEPqNQT4ZH+ePH59N 4b1Odi7bumRIbzyYIF7a9cw0pHyRA7UsX4Qe1lBFmlhxPVs4xEDZYuL6VG7Bd1UDc1nL CTzUSmJ0n3zhrmPiVD7ARaqmXxUhK2rq4h0rSYHiiYOcqIbflM/f78Z18+Eh5et8VwWe VRiJvn3zJ7XTNx/TbXtGBGQ8YFQbiJ0oBn+6NutBHYXdCH7IGI2tLuYYSosTDHT+YuSA WUoQ== X-Received: by 10.112.14.73 with SMTP id n9mr30770815lbc.61.1451913197186; Mon, 04 Jan 2016 05:13:17 -0800 (PST) Original-Received: by 10.25.211.76 with HTTP; Mon, 4 Jan 2016 05:12:57 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::231 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108601 Archived-At: Hi all! As you know, sometimes we get "JSON readtable error" the reason of which are the changes to the format of a request for translation. And `google-translate` needs appropriate changes when such situation occurs. Recently "JSON readtable error" have appeared again. And it still actual for v0.11.2 version. I've just committed a fix to the master. Please update `google-translate` to the v0.11.3. @momomo5717 (https://github.com/momomo5717), thank you very much for the provided patch!