marxjohnson / btsyncindicator

Bittorrent Sync indicator for linux desktops
GNU Lesser General Public License v3.0
41 stars 5 forks source link

Btsyncindicator broken on new ppa update (March 31 2014) #49

Open miguelchinn opened 10 years ago

miguelchinn commented 10 years ago

Environment:

I Btsync updated yesterday and I noticed that the indicator didn't show up in the KDE indicator bar correctly. I stopped and restarted btsync manually (btsync-stopper & btsync-starter), and here is the error from the indicator start:

Traceback (most recent call last): File "/usr/lib/btsync-user/btsyncindicator.py", line 252, in setup_session response = requests.get(self.urlroot, params=params, cookies=self.cookies, auth=self.auth) File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 55, in get return request('get', url, _kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request return session.request(method=method, url=url, _kwargs) File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 327, in request self.cookies = cookiejar_from_dict(cookies, cookiejar=self.cookies, overwrite=False) File "/usr/local/lib/python2.7/dist-packages/requests/cookies.py", line 410, in cookiejar_from_dict cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) File "/usr/local/lib/python2.7/dist-packages/requests/cookies.py", line 256, in getitem return self._find_no_duplicates(name) File "/usr/local/lib/python2.7/dist-packages/requests/cookies.py", line 311, in _find_no_duplicates raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path)) KeyError: "name=Cookie(version=0, name='GUID', value='qa2jAaS3h5XqiV8zE8cu', port=None, port_specified=False, domain='127.0.0.1', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={}, rfc2109=False), domain=None, path=None"


Note: btsync and the web UI work properly and the indicator icon does appear, but the defined shares do not appear when right-clicking the indicator icon.