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.
indyjason79
Posts: 4
Joined: Sun Sep 01, 2013 1:17 am

Re: PushBullet plugin (Pako)

Post by indyjason79 »

Has anyone else been getting this error on EG startup for Pushbullet in the last week or so like I have?

Code: Select all

21:22:33   PushBullet: Request error: {"error":{"code":"insufficient_authorization","type":"invalid_request","message":"Insufficient authorization.","cat":"(=^├óÔé¼┬Ñ^=)"},"error_code":"insufficient_authorization"}
I've reset my access token, deleted all my devices and set them up again, deleted the plugin and re-added it, etc. I'm not sure what else to try. Any suggestions?

PS. I don't have encryption enabled.
Cerebellum
Posts: 4
Joined: Mon Mar 28, 2016 5:18 pm

Re: PushBullet plugin (Pako)

Post by Cerebellum »

indyjason79 wrote:Has anyone else been getting this error on EG startup for Pushbullet in the last week or so like I have?

Code: Select all

21:22:33   PushBullet: Request error: {"error":{"code":"insufficient_authorization","type":"invalid_request","message":"Insufficient authorization.","cat":"(=^├óÔé¼┬Ñ^=)"},"error_code":"insufficient_authorization"}
I've reset my access token, deleted all my devices and set them up again, deleted the plugin and re-added it, etc. I'm not sure what else to try. Any suggestions?

PS. I don't have encryption enabled.
I am also getting this error. Howerer, everything seems to be working fine.
thedude
Posts: 13
Joined: Sun Apr 17, 2016 6:41 am

Re: PushBullet plugin (Pako)

Post by thedude »

Great plugin. Is anyone having issue getting the notification mirroring popup to work? I see my messages appear in the log, but I receive no popup notification even though the option is ticked.
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 »

I do not know how I can remotely assist you. For me, it works normally.

Pako
You know flattr ? You can Image
thedude
Posts: 13
Joined: Sun Apr 17, 2016 6:41 am

Re: PushBullet plugin (Pako)

Post by thedude »

Pako wrote:I do not know how I can remotely assist you. For me, it works normally.

Pako
Thanks very much for the reply Pako. Is there any debug log aside from the one that appears in EG's main window? I don't see it throwing any errors in there. Does operating system have anything to do with it possibly? I'm on Win 10 Pro X64, no notification popups or anything in the action center.

Otherwise it works great creating events, thanks for making it. :D
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 »

I still can not help. I tried also Win 10 Pro x64 and it also works as expected.
Here is no extra log. Only normal log and you can affect the level of logging.
Perhaps it would be helpful to share configuration file (of course without the sensitive data such as API key and Encryption password).

Pako
You know flattr ? You can Image
thedude
Posts: 13
Joined: Sun Apr 17, 2016 6:41 am

Re: PushBullet plugin (Pako)

Post by thedude »

Pako wrote:I still can not help. I tried also Win 10 Pro x64 and it also works as expected.
Here is no extra log. Only normal log and you can affect the level of logging.
Perhaps it would be helpful to share configuration file (of course without the sensitive data such as API key and Encryption password).

Pako
I've looked in the installation folder and appdata, can't seem to find the plugin's config file. Any clue where it might be and what it's called? Thanks again
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 »

The plugin does not have its own configuration file. I mean the configuration file of the entire program EventGhost (a .xml).

You say that you see in the log any information.
Perhaps it would help if I could see what you see.

Pako
You know flattr ? You can Image
mrlbender
Posts: 4
Joined: Tue Jun 28, 2016 4:17 pm

Re: PushBullet plugin (Pako)

Post by mrlbender »

Hi! I was trying to use this useful plugin and had no problem to configure it in my home computer.
I have problem when I try to use it in i another computer which is behind a proxy.

Is there a way to specify the proxy address and usr/pwd ?

This would be really useful.

Thank you in any case for your reply!
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 »

Hi mrlbender !
That might be a problem. I know of no place where I could try this mode of operation. I will try to do it somehow.

Pako
You know flattr ? You can Image
mrlbender
Posts: 4
Joined: Tue Jun 28, 2016 4:17 pm

Re: PushBullet plugin (Pako)

Post by mrlbender »

Hi Pako, I understand, I hope you will be able to try it, but don't worry if it is too much of a trouble.
In any case I can help in testing if you need, no problem at all, just let me know.

At work and schools proxies are getting pretty used so I think this can be a nice addition.

Thank you in any case!
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 »

I have good news for you. Attached is a test version, that supports proxy (only html type). File __init __.py should be placed in a folder EventGhost\plugins\PushBullet.
To make it work, it is necessary to make upgrade of websocket library:
1) Unzip the file websocket.zip
2) Expanded content (directory websocket) should be placed in a folder EventGhost\lib26\site-packages (instead of the original directory websocket)

Pako
Attachments
__init__.py
Test version 0.2.16.1
- added html proxy support
(213.11 KiB) Downloaded 125 times
websocket.zip
websocket-client (version 0.37.0)
(178.35 KiB) Downloaded 118 times
You know flattr ? You can Image
mrlbender
Posts: 4
Joined: Tue Jun 28, 2016 4:17 pm

Re: PushBullet plugin (Pako)

Post by mrlbender »

Hi Pako,
thank you very much, this is great news!
Tomorrow I'll be able to perform some tests using the proxy and will let you know.
At the moment I downloaded, installed it and performed some regression tests without the use of the proxy and everything seems working as usual.
I will post an update as soon as possible with the results with the proxy.

Thank you again
mrlbender
Posts: 4
Joined: Tue Jun 28, 2016 4:17 pm

Re: PushBullet plugin (Pako)

Post by mrlbender »

Hi Pako!

I did some testing and this version is working great!
I was able to configure the proxy, port, username and password, and it worked!
I then did some testing by pushing messages and images both ways and configuring some small macros.
Even after some hour of no use, eventghost was still working and able to get and send messages to and from another device.

This is going to be really useful.
Thank you very much!

Let me know if you need me to do some specific test. Meanwhile I'll go on using it, if possible also under different setups.
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 »

Thank you for your feedback !

Pako
You know flattr ? You can Image
Post Reply