Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1boVQO-00055t-Cg for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 12:54:24 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1boVQN-000744-VY for pgadmin-hackers@arkaria.postgresql.org; Mon, 26 Sep 2016 12:54:24 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1boVQN-00073A-Km for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 12:54:23 +0000 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1boVQG-0006bC-KG for pgadmin-hackers@postgresql.org; Mon, 26 Sep 2016 12:54:23 +0000 Received: by mail-it0-x230.google.com with SMTP id r192so72583213ita.0 for ; Mon, 26 Sep 2016 05:54:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=6qP1oCVd+gode1j7ZCBoVeLEjVzcJjJ+InP21setzq4=; b=KxtvMH3WbVSkno/aY0U8g+4vn3HxkdMJS3NAssPcZM0LEH7T9/PRMvnFduTBR/qMYy lgditvtLnmWX+HWwdWywCIkYV22S8s756sRn/DN6Anqbz37gbAEZQVlDNwpQ4TdATvFp H4q7JgCnBxrSys9bmVdkdzpJZi0uRRriTTlCxbA6MzaBYIABNDLlEcuN0zCugRn6KUEj mg13WoRFd62XOPGt9Nj2PdTk15iLF8SuPbeRD377E9PAopvCwFJUjIttrKsv7pQvpWSH HzgO3ChVO+TUAaXaGqOS0TY0EpbCSq5pd8/9edLVii5Ru0jtEpO90ItEymvrw2ERntqM de0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6qP1oCVd+gode1j7ZCBoVeLEjVzcJjJ+InP21setzq4=; b=HVWsc4XfpyTrPT7DvtoMex31YN7t4oPIDYaJIISLi05dhJwG8wX7Mi/LhEgmC4Y8lU 1w5uVEk1Wu9h4fl2c/4G3oBY9lEGdH/30xxX58Zxnt/4RPmP10kPZrculdm7QdavR6Mf f+c6MHzHsqYqAm6cLo0aPjnfyHZpFBW5UVqx/9EtKT/7pZgwc/GiGXXmZX1Xbqxx/DY5 +duEdh8IFm7lZ5E10jd8orA+Wwx2e1D/2LdOxcak6CCVk/2BNqB9PvssbLHZcLh9oBYh 07f5W2HjU6Byvywz9RcGPd0OkBDaY7bt87CmZYAP9222Nr2HUSJWigGAAbZYI5RkJuSN 0cvg== X-Gm-Message-State: AA6/9RlvaoK5WGkJr7fbFs49waVEfd8cvfoSnkXoCVZ2RBKao6TBpDgpP9ZdTQ/8sTA+klhKHUkxbT1yPvVMYA== X-Received: by 10.36.127.87 with SMTP id r84mr16912179itc.4.1474894454645; Mon, 26 Sep 2016 05:54:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Mon, 26 Sep 2016 05:54:13 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 26 Sep 2016 13:54:13 +0100 Message-ID: Subject: Re: PATCH: To fix the issue in Debugger module (pgAdmin4) To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org On Mon, Sep 26, 2016 at 1:28 PM, Murtuza Zabuawala wrote: > Hi Dave, > > PFA updated patch to fix `
` tag display. > Please clear cache & try again with this updated patch. OK, that fixes the display issue. Regarding the error message, on this execution I noticed the following exception: 2016-09-26 13:52:48,181: INFO werkzeug: 127.0.0.1 - - [26/Sep/2016 13:52:48] "GET /debugger/poll_end_execution_result/3629301/ HTTP/1.1" 500 - Traceback (most recent call last): File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 2000, in __call__ return self.wsgi_app(environ, start_response) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1991, in wsgi_app response = self.make_response(self.handle_exception(e)) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1567, in handle_exception reraise(exc_type, exc_value, tb) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1988, in wsgi_app response = self.full_dispatch_request() File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1641, in full_dispatch_request rv = self.handle_user_exception(e) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1544, in handle_user_exception reraise(exc_type, exc_value, tb) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1639, in full_dispatch_request rv = self.dispatch_request() File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask/app.py", line 1625, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/Users/dpage/.virtualenvs/pgadmin4/lib/python2.7/site-packages/flask_login.py", line 792, in decorated_view return func(*args, **kwargs) File "/Users/dpage/git/pgadmin4/web/pgadmin/tools/debugger/__init__.py", line 1365, in poll_end_execution_result statusmsg = "
".join(additional_msgs) + "
" + statusmsg TypeError: cannot concatenate 'str' and 'NoneType' objects -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers