From unknown Fri Mar 29 12:49:29 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#497: Fwd: [Bug 1096481] New: [abrt] pyhoca-gui: ConfigParser.py:279:options:NoSectionError: No section: '20140510230540239633' Reply-To: Orion Poplawski , 497@bugs.x2go.org Resent-From: Orion Poplawski Resent-To: x2go-dev@lists.x2go.org Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Sun, 11 May 2014 02:20:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 497 X-X2Go-PR-Package: python-x2go X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.139977453218052 (code B); Sun, 11 May 2014 02:20:01 +0000 Received: (at submit) by bugs.x2go.org; 11 May 2014 02:15:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id ED8485DB17 for ; Sun, 11 May 2014 04:15:30 +0200 (CEST) Received: from pacas.cora.nwra.com (75-171-163-63.hlrn.qwest.net [75.171.163.63]) (authenticated bits=0) by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id s4B2FPjQ025603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sat, 10 May 2014 20:15:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com; s=default; t=1399774528; bh=FUY/IV9pNDNcgeDeDpjnbfsZK5ZO/1LKtJ6+OqwXhTc=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Hb3EOREzo/yH2jDknKWLrnvyrAQC/pRAdukzN0Afb1lyzjkz1YUx50n+BAwp5J8ir qQpdrRqgJOL8BFSm6ePM2saOqfeKuG5pUIkAWAE1nudIJALtk1axspU8DcrV6TDUVz Ohlf1AtJxwZp2OV1Tn1rc3lnah/+MoLi8qU1G1J8= Message-ID: <536EDD3D.404@cora.nwra.com> Date: Sat, 10 May 2014 20:15:25 -0600 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: submit@bugs.x2go.org References: In-Reply-To: X-Enigmail-Version: 1.6 X-Forwarded-Message-Id: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Package: python-x2go Version: 0.4.0.9 -------- Original Message -------- Subject: [Bug 1096481] New: [abrt] pyhoca-gui: ConfigParser.py:279:options:NoSectionError: No section: '20140510230540239633' Date: Sat, 10 May 2014 23:21:21 +0000 From: bugzilla@redhat.com To: orion@cora.nwra.com https://bugzilla.redhat.com/show_bug.cgi?id=1096481 Bug ID: 1096481 Summary: [abrt] pyhoca-gui: ConfigParser.py:279:options:NoSectionError: No section: '20140510230540239633' Product: Fedora Version: 19 Component: pyhoca-gui Assignee: orion@cora.nwra.com Reporter: mayfield_mark@gvtc.com QA Contact: extras-qa@fedoraproject.org CC: orion@cora.nwra.com Description of problem: Trying to connect to remote host through pyhoca-gui. May have had typoed the host or port info. When the connection failed pyhoca-gui crashed. Version-Release number of selected component: pyhoca-gui-0.4.0.9-1.fc19 Additional info: reporter: libreport-2.2.1 cmdline: pyhoca-gui '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' executable: /usr/bin/pyhoca-gui kernel: 3.13.9-100.fc19.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: ConfigParser.py:279:options:NoSectionError: No section: '20140510230540239633' Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 174, in CreatePopupMenu return self.CreateProfileManagerPopupMenu() File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/taskbar.py", line 184, in CreateProfileManagerPopupMenu self.menu_optionsmanager = self.PopupMenu(menus_taskbar.PyHocaGUI_Menu_TaskbarOptionsManager(self._PyHocaGUI, caller=self,)) File "/usr/lib/python2.7/site-packages/pyhoca/wxgui/menus_taskbar.py", line 129, in __init__ disabled_profiles=self._PyHocaGUI.client_connected_profiles(return_profile_names=True) + self._PyHocaGUI._temp_disabled_profile_names, File "/usr/lib/python2.7/site-packages/x2go/client.py", line 2995, in client_connected_profiles return [ self.to_profile_name(p_id) for p_id in self.session_registry.connected_profiles() ] File "/usr/lib/python2.7/site-packages/x2go/client.py", line 2966, in to_profile_name return self.session_profiles.to_profile_name(profile_id) File "/usr/lib/python2.7/site-packages/x2go/backends/profiles/_file.py", line 343, in to_profile_name _profile_config = self.get_profile_config(profile_id=profile_id) File "/usr/lib/python2.7/site-packages/x2go/backends/profiles/_file.py", line 215, in get_profile_config for option in self.iniConfig.options(_profile_id): File "/usr/lib64/python2.7/ConfigParser.py", line 279, in options raise NoSectionError(section) NoSectionError: No section: '20140510230540239633' Local variables in innermost frame: section: '20140510230540239633' self: -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.