megawubs / trakt-api-wrapper

A Object Oriented PHP wrapper for the trakt api
34 stars 19 forks source link

Watchlist API call: Trying to access a getter that does not exists on the request object #10

Closed m-vdv closed 9 years ago

m-vdv commented 9 years ago

There's an issue with: $trakt->users->watchlist()

Error: MalformedParameterException in UriBuilder.php line 76: Trying to access a getter that does not exists on the request object

m-vdv commented 9 years ago

Works! Thank you!