Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on IE 11 - invalid property value #61

Closed
c00kiemon5ter opened this issue Nov 14, 2016 · 1 comment
Closed

Doesn't work on IE 11 - invalid property value #61

c00kiemon5ter opened this issue Nov 14, 2016 · 1 comment

Comments

@c00kiemon5ter
Copy link

c00kiemon5ter commented Nov 14, 2016

Hi there, I've already looked at #53 and there are still problems with IE 11.
I think this is a different problem, so I made this a separate issue.

On http://labs.voronianski.com/react-soundplayer/#ExamplePlayers IE 11 console outputs

SCRIPT380: Invalid property value.
bundle.min.js (23,5634)

On my site (with debugging enabled) I get

request failed Error: Invalid property value.
   "request failed"
   {
      [functions]: ,
      __proto__: { },
      description: "Invalid property value.",
      message: "Invalid property value.",
      name: "Error",
      number: -2146827908,
      stack: "Error: Invalid property value.
   at SoundCloud.prototype._jsonp (http://10.0.2.2:3000/bundle.js:78193:6)
   at SoundCloud.prototype.resolve (http://10.0.2.2:3000/bundle.js:78155:6)
   at requestAudio (http://10.0.2.2:3000/bundle.js:77992:22)
   at componentDidMount (http://10.0.2.2:3000/bundle.js:77969:18)
   at Anonymous function (http://10.0.2.2:3000/bundle.js:23415:14)
   at measureLifeCyclePerf (http://10.0.2.2:3000/bundle.js:23225:6)
   at Anonymous function (http://10.0.2.2:3000/bundle.js:23414:12)
   at notifyAll (http://10.0.2.2:3000/bundle.js:15771:10)
   at ON_DOM_READY_QUEUEING.close (http://10.0.2.2:3000/bundle.js:26144:6)
   at Mixin.closeAll (http://10.0.2.2:3000/bundle.js:16942:12)"
   }

I am using react-soundplayer 1.0.0-rc4 and soundcloud-audio 1.0.4

Do you have any ideas I could test?

@voronianski
Copy link
Member

Related to voronianski/soundcloud-audio.js#10, should be fixed already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants