You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried both compling from source as well as the automated scripts on Debian 12 and 10.5 and Ubuntu 20.04 and 22.04 and all of them have the same issue. When I go to the web interface nothing shows or works. I am running modesmixer2_debian_10_x86_64_20200714.tgz
Heres my test command: ./modesmixer2 --inConnect 192.168.1.8:33004 --web 8087
Could I possibly be missing dependencies or something I will also post the chrome dev logs to see if there may be an indicator in there Uncaught TypeError: Class constructor r cannot be invoked without 'new' at makeGauge (app.js:150:304) at TabCharts.init (app.js:158:94) at new TabCharts (app.js:159:185) at new Application (<anonymous>:1:224) at Object.<anonymous> ((index):1069:27) at c (jquery-3.5.1.min.js:2:28294) at Object.fireWith [as resolveWith] (jquery-3.5.1.min.js:2:29039) at l (jquery-3.5.1.min.js:2:79800) at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2:82254)
The text was updated successfully, but these errors were encountered:
I have tried both compling from source as well as the automated scripts on Debian 12 and 10.5 and Ubuntu 20.04 and 22.04 and all of them have the same issue. When I go to the web interface nothing shows or works. I am running modesmixer2_debian_10_x86_64_20200714.tgz
Heres my test command:
./modesmixer2 --inConnect 192.168.1.8:33004 --web 8087
This is what the web interface shows
Heres my hostnamectl
ryant@ADSBServer-deb:~/mm2$ hostnamectl Static hostname: ADSBServer-deb Icon name: computer-vm Chassis: vm Machine ID: 4778da8c7d7141258813cd1e5b63a9d8 Boot ID: ef622d0307114be1898a38371353c431 Virtualization: vmware Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-26-amd64 Architecture: x86-64 ryant@ADSBServer-deb:~/mm2$
Could I possibly be missing dependencies or something I will also post the chrome dev logs to see if there may be an indicator in there
Uncaught TypeError: Class constructor r cannot be invoked without 'new' at makeGauge (app.js:150:304) at TabCharts.init (app.js:158:94) at new TabCharts (app.js:159:185) at new Application (<anonymous>:1:224) at Object.<anonymous> ((index):1069:27) at c (jquery-3.5.1.min.js:2:28294) at Object.fireWith [as resolveWith] (jquery-3.5.1.min.js:2:29039) at l (jquery-3.5.1.min.js:2:79800) at XMLHttpRequest.<anonymous> (jquery-3.5.1.min.js:2:82254)
The text was updated successfully, but these errors were encountered: