Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

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

Open
miguelchinn opened this issue Apr 1, 2014 · 0 comments
Open

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

miguelchinn opened this issue Apr 1, 2014 · 0 comments

Comments

@miguelchinn
Copy link

Environment:

  • Kubuntu 12.04 LTS
  • Btsync via ppa (ppa:tuxpoldo/btsync )

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant