Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

PushBullet plugin (Pako)

Questions and comments specific to a particular plugin should go here.
dacari
Posts: 10
Joined: Sun Feb 02, 2014 2:52 am

Re: PushBullet plugin (Pako)

Post by dacari »

Hello All,

I got the pulgin working with the pushbullet app or webpage, but when I use it with IFTTT or Workflow for IOS I am getting error:

22:13:14 Traceback (most recent call last) (1722):
22:13:14 File "C:\Program Files\EventGhost\plugins\PushBullet\__init__.py", line 2677, in requestPushes
22:13:14 self.processPush(push)
22:13:14 File "C:\Program Files\EventGhost\plugins\PushBullet\__init__.py", line 2499, in processPush
22:13:14 elif push['sender_email'] != self.email:
22:13:14 KeyError: 'sender_email'

IFTTT and Workflow can not specify the specific device to push to, but when I do a push to all devices from the official app or webpage it works. Any help would be appreciated.
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

dacari wrote:I got the pulgin working with the pushbullet app or webpage, but when I use it with IFTTT or Workflow for IOS I am getting error:
Maybe I'm wrong, but it looks like you are using an old version of the plugin.

Pako
You know flattr ? You can Image
dream_th
Posts: 1
Joined: Tue Jul 26, 2016 8:45 am

Re: PushBullet plugin (Pako)

Post by dream_th »

Probably wrong topic but just wondering if there is any plan on having a similar plugin for https://pushover.net/ ?
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

dream_th wrote:Probably wrong topic but just wondering if there is any plan on having a similar plugin for https://pushover.net/ ?
I speak only for myself, but not, because after a 7-day free trial, it costs $4.99 USD.

Pako
You know flattr ? You can Image
dacari
Posts: 10
Joined: Sun Feb 02, 2014 2:52 am

Re: PushBullet plugin (Pako)

Post by dacari »

Thank you Pako!..that was the problem. Got it working by upgrading the plugin. Now to see if I can get my amazon echo to push commands to EG via pushbullet.
ludonice
Posts: 1
Joined: Mon Aug 29, 2016 6:40 pm

Re: PushBullet plugin (Pako)

Post by ludonice »

Hi ,

I'm new in the eventghost world and i'm very interessed by pushbullet . I configured my plugin , everything it's ok but i don't understand how send a push to a friend .

Could you help me ?

Thanks for advance
remixtech
Posts: 2
Joined: Thu Sep 08, 2016 11:17 am

Re: PushBullet plugin (Pako)

Post by remixtech »

Hi,

First thanks for the plugin... It works well but there is an error which shows in the debug log :

PushBullet: Request error: {"error":{"code":"insufficient_authorization","type":"invalid_request","message":"Insufficient authorization.","cat":"(=^├óÔé¼┬Ñ^=)"},"error_code":"insufficient_authorization"}

What'is it ?
Is it normal ?

Thanks a lot
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

remixtech wrote:What'is it ?
Is it normal ?
I think it is not normal.
But I do not know how I can help. I have never met with it.
Can you provide more information? In what situation it occurs? What precedes it?

Pako
remixtech
Posts: 2
Joined: Thu Sep 08, 2016 11:17 am

Re: PushBullet plugin (Pako)

Post by remixtech »

Hi,

Everytime i'am sending something to Pushbullet. On my notebook and my desktop computer.

Have a nice day,
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

Oh, what a surprise. I did not expect this. Now I know a lot more, so it will be no problem to find the cause (as soon as I become magician).

I'm sorry, but I really can not help in this situation. Maybe you have a mistake in the configuration, there may be some problem in your PC or in your network.
I have no chance to find out.
You can try another computer or another local network?
You can turn logging level 5 and then attach a screenshot (once the error occurs)?

Pako
TMSxEventGhost
Posts: 6
Joined: Thu Sep 29, 2016 11:17 am

Re: PushBullet plugin (Pako)

Post by TMSxEventGhost »

Is this plugin working with 0.5 beta version of EG? because it seems not:
Error loading plugin file: ...\EventGhost\plugins\PushBullet
Traceback (most recent call last) (0.5.0-beta4):
File "...\EventGhost\plugins\PushBullet\__init__.py", line 277, in <module>
from websocket import WebSocketApp
ImportError: cannot import name WebSocketApp
Can't find action: PushBullet.PushToEverything(0, [], [u'', u'Android:Media_Play'], u'')
Can't find action: PushBullet.PushToEverything(0, [], [u'', u'{eg.event.payload}'], u'')
Can't find action: PushBullet.PushToEverything(0, [], [u'', u'Android:Media_Pause'], u'')
Can't find action: PushBullet.PushToEverything(0, [], [u'', u'Android:CMD_Sleep'], u'')
Can't find action: PushBullet.PushToEverything(0, [], [u'TeamViewer', u'{eg.tmp}'], u'')
Maybe there is something different now in the installation way?
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

TMSxEventGhost wrote:Is this plugin working with 0.5 beta version of EG?
I do not know. I have not yet installed version 5 (due to its uncertain future).
Pako
You know flattr ? You can Image
Alahdal
Posts: 3
Joined: Wed Sep 09, 2015 6:36 pm

Re: PushBullet plugin (Pako)

Post by Alahdal »

Pushbullet was working fine with me. But today, it is not connecting, i get below error

I tried creating new API key, but still no luck.

Code: Select all

Exception in thread Thread-7:
Traceback (most recent call last):
  File "threading.pyc", line 532, in __bootstrap_inner
  File "threading.pyc", line 484, in run
  File "C:\Program Files (x86)\EventGhost\plugins\PushBullet\__init__.py", line 3762, in updateDevices
    self.getAccount()
  File "C:\Program Files (x86)\EventGhost\plugins\PushBullet\__init__.py", line 3645, in getAccount
    account, flag = self.request("GET", API + 'users/me')
  File "C:\Program Files (x86)\EventGhost\plugins\PushBullet\__init__.py", line 3605, in request
    c.perform()
error: (35, 'schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.')
Alahdal
Posts: 3
Joined: Wed Sep 09, 2015 6:36 pm

Re: PushBullet plugin (Pako)

Post by Alahdal »

Things are working now
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: PushBullet plugin (Pako)

Post by Pako »

Alahdal wrote:Things are working now
Thanks for the information. I assumed it was a temporary condition (due to the "... revocation server was offline").

Pako
You know flattr ? You can Image
Post Reply