Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

TuneIn integration broken #133

Closed
b0o opened this issue Oct 19, 2017 · 1 comment
Closed

TuneIn integration broken #133

b0o opened this issue Oct 19, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@b0o
Copy link
Contributor

b0o commented Oct 19, 2017

Description:

The TuneIn integration script is attempting to reference a non-existent TuneIn global object to get playback information:

Uncaught ReferenceError: TuneIn is not defined
    at getPlaybackStatus (<anonymous>:70:20)
    at update (<anonymous>:83:27)
    at <anonymous>:1:36

I'm guessing this used to be a globally accessible object provided by the TuneIn webapp but they've since changed something and broken MellowPlayer's integration.

Audio playback still works, but no integration functionality between MellowPlayer and TuneIn works, e.g. play/pause, playback information, etc.

Steps To Reproduce:

  1. Launch TuneIn service
  2. Start playing a station
  3. View developer console

Additional Informations:

  • Operating System: Linux 4.13.7-1-ARCH x86_64 GNU/Linux
  • Affected streaming services (if any): TuneIn
  • MellowPlayer version: fd7b651
@ColinDuquesnoy
Copy link
Owner

Thank you for reporting!

I'm guessing this used to be a globally accessible object provided by the TuneIn webapp but they've since changed something and broken MellowPlayer's integration.

I guess this is what is happening, I'll have a look ASAP.

@ColinDuquesnoy ColinDuquesnoy self-assigned this Oct 19, 2017
@ColinDuquesnoy ColinDuquesnoy added this to the 3.1 milestone Oct 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants