lib.rtcomm.clientjs icon indicating copy to clipboard operation
lib.rtcomm.clientjs copied to clipboard

Third-party resources issue

Open dipakb opened this issue 9 years ago • 2 comments

Hi,

Currently I'm running into these following issues when I load sample/videoClient.html page.

  • videoClient.html:154 GET https://cdn.rawgit.com/webrtc/adapter/master/adapter.js
  • mqttws31.js:1 Uncaught SyntaxError: Unexpected token <
  • rtcomm.js:2 lib.rtcomm.clientjs 1.0.8 17-12-2015 20:21:31 UTC

GET of adapter.js fails. I think due to this mqttws31.js runs into syntax error. Any idea when adapter.js would be available?

Thanks, Dipak

dipakb avatar Apr 29 '16 17:04 dipakb

Hey there Dipak, seems like those resources are down. While I look for a alternatives to those urls, if you ran bower install on the project you can uncomment the following script tags and comment the other ones. (These are in the videoClient.html page)

screen shot 2016-04-29 at 2 33 22 pm

jfmartinez avatar Apr 29 '16 18:04 jfmartinez

We'll need to update the correct script tag references on the samples.

  • https://www.eclipse.org/paho/clients/js/

jfmartinez avatar May 16 '16 18:05 jfmartinez