salahsheikh / jpushbullet

A Java library to interface the Pushbullet REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gson error

mwall6975 opened this issue · comments

Hi, I am trying to use your interface and running into an error I am not sure about when calling PushbulletDevice devices = client.getDevices();

Exception in thread "main" com.google.gson.JsonSyntaxException: Expecting number, got: STRING

Any ideas?

the app_version in the extras class is now a String and not a number returned by pushbullet API. Updated extra class and now working.