This device still needs to be added.
Please open the addon settings, and add this device.
Settings/Authorization/Add Link this kodi device
Clicking this only exit the settings menu but nothing appears. Jarvis kodi 16.1 and xbmc.service.pushbullet-0.8.32
Why doesn't it work? Deleted settings file, authorization is success, but can't add device.
LOG
Code:
12:01:04 T:4284 NOTICE: [Pushbullet]: Service version 0.8.22 starting
12:01:04 T:6764 NOTICE: [plugin.video.youtube] Startup: detected Jarvis (Kodi-16.1), setting DASH_SUPPORT_BUILTIN = False, DASH_SUPPORT_ADDON = False
12:01:04 T:4284 NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.10.26
12:01:04 T:4284 NOTICE: [Pushbullet]: No user Kody commands defined. (Create C:\Users\Merwenus\AppData\Roaming\Kodi\userdata\addon_data\service.pushbullet\kcmds.json for that)
12:01:04 T:4284 NOTICE: [Pushbullet]: Reading settings
12:01:04 T:4284 ERROR: Traceback (most recent call last):
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\xbmc.service.pushbullet-0.8.32\service.py", line 74, in run
raise Exception(common.localise(30100))
Exception: You have to set ACCESS TOKEN and add/link this device in add-on settings
12:01:04 T:4284 ERROR: [Pushbullet]: You have to set ACCESS TOKEN and add/link this device in add-on settings
12:01:04 T:1624 NOTICE: ### [AmbiBox] - Service Started - ver 1.0.9.0
12:01:04 T:1624 NOTICE: ### [AmbiBox] - Kodi started from:"c:\utils\kodi\kodi.exe"
12:01:05 T:2748 ERROR: CleanLibrary is not possible while scanning or cleaning
12:01:06 T:8412 WARNING: VIDEO::CVideoInfoScanner::Process directory 'smb://192.168.0.150/Downloads/!Sorozat/HUN/Blindspot/' does not exist - skipping scan.
12:01:06 T:8412 WARNING: VIDEO::CVideoInfoScanner::Process directory 'smb://192.168.0.150/Downloads/!Sorozat/HUN/Supergirl/' does not exist - skipping scan.
12:01:07 T:8412 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:03
12:01:07 T:1868 ERROR: C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
SNIMissingWarning
12:01:07 T:1868 ERROR: C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:132: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
12:01:08 T:1624 NOTICE: ### [AmbiBox] - LEDS - count 97, width 31, height 17
12:01:08 T:1624 NOTICE: ### [AmbiBox] - Profile Default found however, it is incorrectly configured for XBMCDirect
12:01:08 T:1624 NOTICE: ### [AmbiBox] - Settings refreshed
12:01:08 T:8052 NOTICE: CMusicDatabase::Cleanup: Starting musicdatabase cleanup ..
12:01:14 T:8052 NOTICE: CMusicDatabase::Cleanup: Cleaning musicdatabase done. Operation took 00:05
12:01:15 T:7184 NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.10.26
12:01:15 T:7184 ERROR: C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
SNIMissingWarning
12:01:15 T:7184 ERROR: C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\util\ssl_.py:132: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecurePlatformWarning
12:01:15 T:7184 ERROR: Traceback (most recent call last):
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\xbmc.service.pushbullet-0.8.32\main.py", line 218, in <module>
handleArg(args[0])
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\xbmc.service.pushbullet-0.8.32\main.py", line 181, in handleArg
linkDevice()
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\xbmc.service.pushbullet-0.8.32\main.py", line 98, in linkDevice
for d in client.getDevicesList():
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\xbmc.service.pushbullet-0.8.32\lib\pbclient.py", line 124, in getDevicesList
req = requests.get(self.baseURL.format('devices'),auth=(self.token,''))
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 497, in send
raise SSLError(e, request=request)
SSLError: [Errno 8] _ssl.c:510: EOF occurred in violation of protocol