From user-return-3092-archive-asf-public=cust-asf.ponee.io@guacamole.apache.org Mon Jan 15 17:03:31 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id B4361180657 for ; Mon, 15 Jan 2018 17:03:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A3EC7160C31; Mon, 15 Jan 2018 16:03:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EA825160C25 for ; Mon, 15 Jan 2018 17:03:30 +0100 (CET) Received: (qmail 41112 invoked by uid 500); 15 Jan 2018 16:03:25 -0000 Mailing-List: contact user-help@guacamole.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@guacamole.apache.org Delivered-To: mailing list user@guacamole.apache.org Received: (qmail 41102 invoked by uid 99); 15 Jan 2018 16:03:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2018 16:03:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B3A1D1807A9 for ; Mon, 15 Jan 2018 16:03:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.985 X-Spam-Level: *** X-Spam-Status: No, score=3.985 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, KAM_NUMSUBJECT=0.5, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hnvvKu6ReWSu for ; Mon, 15 Jan 2018 16:03:24 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [162.253.133.72]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5BD2D5F47E for ; Mon, 15 Jan 2018 16:03:23 +0000 (UTC) Received: from mben.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 7D6CE17E7B225 for ; Mon, 15 Jan 2018 09:03:22 -0700 (MST) Date: Mon, 15 Jan 2018 09:03:22 -0700 (MST) From: fadeev To: user@guacamole.apache.org Message-ID: <1516032202510-0.post@n4.nabble.com> In-Reply-To: References: Subject: Re: Virtual Channel callback onpipe doesn't work on IE11 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Mike, Thank you for your answer. I created an application on server side that send some data to my virtual channel and it works (for Firefox and Chrome). But when I began test on IE there were problems. But I can't localize it for some reason. I noticed some dependency with clipboard (see my previous post), but now I am not sure. Sometimes it works, sometimes - not. So I am confused now where to search the problem. />have you confirmed that the "pipe" instruction is actually being sent/ I put a breakpoint to the function: /"pipe": function(parameters) { ... }/ And it is not called in these cases and no any opcode "pipe" as well (I added more logs to js part). In guacd logs (event viewer on server part) also nothing special: />guacd: PID 828: Created static channel "MyChannel".../ ... />guacd: PID 3660: Failed to load drdynvc plugin. Display update and audio input support will be disabled/ (this warning always appears for all browsers/clients) ... I also successfully logged received data in guac_svc plugin (method guac_svc_process_receive), but no any callback on js side. Hmmm ... what else I can log or check? Thank you. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/