EionRobb / pidgin-pushbullet

A Pushbullet plugin for Pidgin
GNU General Public License v3.0
42 stars 12 forks source link

Using the pushbullet v2/texts/ API returns a 404 error #19

Closed apippin closed 7 years ago

apippin commented 7 years ago

When the plugin tries to access the v2/texts pushbullet API, pushbullet returns a 404 error, causing the plugin to be disabled or pidgin to crash. Looking at the Help -> Debug Window I see the following error:

(19:04:05) pushbullet: Got response: {"accounts":[],"blocks":[],"channels":[],"chats":[],"clients":[],"contacts":[],"devices":[],"grants":[],"pushes":[],"profiles":[],"subscriptions":[],"texts":[]} (19:04:05) util: Response headers: 'HTTP/1.0 404 Not Found Content-Type: application/json; charset=utf-8 X-Cloud-Trace-Context: 3f5502e43b1033778a25ae4ff7c64620 Date: Sat, 25 Mar 2017 01:04:05 GMT Server: Google Frontend Content-Length: 155

I can't find this API command documented in pushbullet anywhere, so I disabled those calls in the plugin. This enabled things to work properly. I can send and receive SMS just fine and see my SMS history as well on each contact after disabling the API call from the code. So, it doesn't appear this API call is needed for the plugin to work properly.