hobbyquaker / airtunes2mqtt

Multi-Room Audio based on Airplay/Airtunes with MQTT support :speaker:
MIT License
52 stars 5 forks source link

working fine if controlled by `MQTT` - web frontend looks blank #1

Closed gretel closed 5 years ago

gretel commented 6 years ago

if topics ../enable and ../volume get published manually streaming via TCP socket works fine, awesome feature!

just the web-frontend looks empty in any case:

screenshot 2018-09-28 at 10 06 05

source is:

  | <!DOCTYPE html>
  |  
  | <title>airtunes2mqtt</title>
  |  
  | <meta name="mobile-web-app-capable" content="yes">
  |  
  | <meta name="viewport" content="width=device-width">
  | <meta name="apple-mobile-web-app-capable" content="yes" />
  | <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  |  
  | <link rel="stylesheet" href="style.css">
  | <script src="/socket.io/socket.io.js"></script>
  | <script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
  | <script type="module" src="airtunes-speaker.js"></script>
  |  
  | <div id="container">
  | <div id="left"></div>
  | <div id="content"></div>
  | <div id="right"></div>
  | </div>
  |  
  | <script src="script.js"></script>
  |  

the log does not show anything related.

any hints? regards

hobbyquaker commented 5 years ago

should be fixed with v1.2.3

gretel commented 5 years ago

@hobbyquaker looks like - thanks!