Charles Mulder

Results 9 comments of Charles Mulder

Dear @weilai-irl Thank you for your response. I will do as you suggested and revert with relevant feedback. C

@weilai-irl don't find any relevant issues on moodle tracker. I'll create a new one. Any suggestions or improvements to improve clarity of issue description is appreciated.

Issue on Moodle tracker https://tracker.moodle.org/browse/MDL-73071

I'm running `spotify-qt v3.10` with `librespot 0.4.2`, but can't seem to find the queue. May need someone to point out the obvious to me please?

Ah. I need to update to `v3.11`.

Hi @SouheirSiren Don't recall resolving this issue. Think I settled for using Moodle tokens to query the Moodle API.

I've done a little bit of digging. Looks like the issue lies in iron-ajax. [_handleError](https://github.com/PolymerElements/iron-ajax/blob/master/iron-ajax.html#L467) method expects [request](https://elements.polymer-project.org/elements/iron-ajax?active=iron-request) and _error_ as params Looks like the [error argument is missing](https://github.com/PolymerElements/iron-ajax/blob/master/iron-ajax.html#L440). [Catched...