vpaliy / last.fm-api

Last.fm API wrapped into a bunch of classes. Built with OkHttp, Retrofit2, RxJava2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IllegalStateException when getting latest tracks of an user

sleepyfran opened this issue · comments

Whenever I try to get the latest tracks of an user I get this error:

IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 137 path $.recenttracks.track[0].streamable

As far as I know that's a GSON error, that was basically expecting a { but had an String object instead.

The issue has been fixed now.