Page 24 of 34

Re: PushBullet plugin (Pako)

Posted: Tue Jul 26, 2016 3:27 am
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.

Re: PushBullet plugin (Pako)

Posted: Tue Jul 26, 2016 5:52 am
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

Re: PushBullet plugin (Pako)

Posted: Tue Jul 26, 2016 9:04 am
by dream_th
Probably wrong topic but just wondering if there is any plan on having a similar plugin for https://pushover.net/ ?

Re: PushBullet plugin (Pako)

Posted: Tue Jul 26, 2016 4:04 pm
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

Re: PushBullet plugin (Pako)

Posted: Wed Jul 27, 2016 2:35 am
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.

Re: PushBullet plugin (Pako)

Posted: Mon Aug 29, 2016 6:45 pm
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

Re: PushBullet plugin (Pako)

Posted: Thu Sep 08, 2016 11:20 am
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

Re: PushBullet plugin (Pako)

Posted: Sun Sep 18, 2016 3:00 pm
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

Re: PushBullet plugin (Pako)

Posted: Fri Sep 23, 2016 3:57 pm
by remixtech
Hi,

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

Have a nice day,

Re: PushBullet plugin (Pako)

Posted: Sat Sep 24, 2016 6:02 am
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

Re: PushBullet plugin (Pako)

Posted: Thu Sep 29, 2016 7:24 pm
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?

Re: PushBullet plugin (Pako)

Posted: Fri Sep 30, 2016 5:27 am
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

Re: PushBullet plugin (Pako)

Posted: Sun Oct 02, 2016 7:15 am
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.')

Re: PushBullet plugin (Pako)

Posted: Tue Oct 04, 2016 7:24 am
by Alahdal
Things are working now

Re: PushBullet plugin (Pako)

Posted: Tue Oct 04, 2016 8:31 am
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