You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: