Kodi Community Forum
Release Pushbullet - Your devices working better together - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Release Pushbullet - Your devices working better together (/showthread.php?tid=204567)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: Pushbullet - Your devices working better together - muttley:bd - 2016-12-09

Sorry, my bad...I meant System Operative.

Anyway, for what I said (missing free time) in the previous post, Push Request are welcome Smile


RE: Pushbullet - Your devices working better together - mujunk - 2016-12-09

On Rpi2, LibreElec running kodi 17 beta, pushing a video does not autoplay but when I go click on the link by opening the addon, it does play. Problem has started about 2 days ago.
I have checked the settings and video links are set to autoplay.


RE: Pushbullet - Your devices working better together - Converted - 2016-12-10

(2016-12-09, 20:47)muttley:bd Wrote: Sorry, my bad...I meant System Operative.

Anyway, for what I said (missing free time) in the previous post, Push Request are welcome Smile

Using LibreELEC 7.0.2 (Kodi 16.1) on a Raspberry Pi3. Was a wonderful addon tho. Hopefully someone finds the time to solve this...


RE: Pushbullet - Your devices working better together - ursli - 2016-12-10

Ubuntu 16.04.1 with Kodi 17, same ssl problem.

Log: http://pastebin.com/raw/3u3rnuFx

edit: Discussion about the same error here: https://github.com/kennethreitz/requests/issues/3605 they mention non installed ndg-httpsclient as the culprit.


RE: Pushbullet - Your devices working better together - muttley:bd - 2016-12-10

I hope to have solved the issue...

Give me some feedback on this latest release: https://ufile.io/55be2

...and I also hope that after more than 2 year and our support for this addon, someone start to support us: Donation and Pull Request are always welcome Smile


RE: Pushbullet - Your devices working better together - krisu - 2016-12-10

(2016-12-10, 18:40)muttley:bd Wrote: I hope to have solved the issue...

Give me some feedback on this latest release: https://ufile.io/55be2

...and I also hope that after more than 2 year and our support for this addon, someone start to support us: Donation and Pull Request are always welcome Smile

Nope, doesn't work. Same thing that others have said earlier.


RE: Pushbullet - Your devices working better together - muttley:bd - 2016-12-10

(2016-12-10, 20:55)krisu Wrote:
(2016-12-10, 18:40)muttley:bd Wrote: I hope to have solved the issue...

Give me some feedback on this latest release: https://ufile.io/55be2

...and I also hope that after more than 2 year and our support for this addon, someone start to support us: Donation and Pull Request are always welcome Smile

Nope, doesn't work. Same thing that others have said earlier.

Try to execute (as root):
Code:
python2.7 -m pip install pyopenssl pyasn1 ndg-httpsclient



RE: Pushbullet - Your devices working better together - ursli - 2016-12-11

I don't seem to get an error with this updated version, I did a "sudo apt-get install python-ndg-httpsclient" while testing earlier so that may have been part of the fix too. Thanks for the help. Smile


RE: Pushbullet - Your devices working better together - Converted - 2016-12-11

(2016-12-10, 22:26)muttley:bd Wrote:
(2016-12-10, 20:55)krisu Wrote:
(2016-12-10, 18:40)muttley:bd Wrote: I hope to have solved the issue...

Give me some feedback on this latest release: https://ufile.io/55be2

...and I also hope that after more than 2 year and our support for this addon, someone start to support us: Donation and Pull Request are always welcome Smile

Nope, doesn't work. Same thing that others have said earlier.

Try to execute (as root):
Code:
python2.7 -m pip install pyopenssl pyasn1 ndg-httpsclient

I know how to apply this update on kodi on a rpi3 but how to use command line? Is it possible to make a user friendly solution?
ThanksSmile


RE: Pushbullet - Your devices working better together - mujunk - 2016-12-11

Works fine now. Thank you.
An option to queue videos than play instantly would be very useful and widely appreciated.


RE: Pushbullet - Your devices working better together - muttley:bd - 2016-12-11

(2016-12-11, 07:32)Converted Wrote: I know how to apply this update on kodi on a rpi3 but how to use command line? Is it possible to make a user friendly solution?
ThanksSmile

Try this one: https://ufile.io/5ffec and make me know


RE: Pushbullet - Your devices working better together - krisu - 2016-12-11

(2016-12-10, 22:26)muttley:bd Wrote:
(2016-12-10, 20:55)krisu Wrote:
(2016-12-10, 18:40)muttley:bd Wrote: I hope to have solved the issue...

Give me some feedback on this latest release: https://ufile.io/55be2

...and I also hope that after more than 2 year and our support for this addon, someone start to support us: Donation and Pull Request are always welcome Smile

Nope, doesn't work. Same thing that others have said earlier.

Try to execute (as root):
Code:
python2.7 -m pip install pyopenssl pyasn1 ndg-httpsclient
Sorry, I forgot to mention that I'm on Windows, so that doesn't work. Is there Windows solution? Also tried your new file from your last message, didn't work either.


RE: Pushbullet - Your devices working better together - Reinsch - 2016-12-11

(2016-12-11, 11:55)muttley:bd Wrote: Try this one: https://ufile.io/5ffec and make me know

Hi there, first of all thank you for this great addon.

I tried to install the new version and got the error:
Quote:AttributeError:'module' object has no attribute 'declare_namespace'

My Kodi 16.1 is running on a fire tv stick.


RE: Pushbullet - Your devices working better together - muttley:bd - 2016-12-11

Sorry guys but these libs (pyopenssl, pyasn1, ndg-httpsclient) is not included in kodi...I have tried to include them in the addon by I guess it's not "enough"...

Pip work also on Windows, you can search on Google (es. http://stackoverflow.com/a/29817514/2853788).

For Fire tv Stick I really don't know...sry

Howerver, all Pushbullet libs are broken, so I guees something on pushbullet side will be fixed...


RE: Pushbullet - Your devices working better together - cacafuti8888 - 2016-12-12

(2016-12-11, 11:55)muttley:bd Wrote:
(2016-12-11, 07:32)Converted Wrote: I know how to apply this update on kodi on a rpi3 but how to use command line? Is it possible to make a user friendly solution?
ThanksSmile

Try this one: https://ufile.io/5ffec and make me know

Work fine in Raspbery Pi 3 with OpenElec, thanks.