muvox-io / euphonium

Tiny audio platform
GNU Affero General Public License v3.0
96 stars 15 forks source link

Internal server error #16

Closed shark8594 closed 2 years ago

shark8594 commented 2 years ago

Hi,

After connecting to wifi, it seems like the internal server crashes. It is likely due to: start_plugin_thread('bluetooth', {}). As a tmp workaround I commented out enabling the bluetooth plugin.

Log below:

I (67238) wifi:AP's beacon interval = 102400 us, DTIM period = 3 I (68118) esp_netif_handlers: sta ip: 192.168.29.114, mask: 255.255.255.0, gw: 192.168.29.1 I [wifi] WiFiDriver.cpp:72: Connected, ip addr: 192.168.29.114 D [core] Core.cpp:108: Got event {'ipAddress': '192.168.29.114', 'networks': {}, 'state': 'connected'} Connected to wifi {'ssid': {'tooltip': 'WiFi SSID', 'type': 'string', 'value': 'xxxxx', 'defaultValue': ''}, 'password': {'tooltip': 'WiFi password', 'type': 'string', 'value': 'xxxxx', 'defaultValue': ''}} {'ssid': 'xxxxx', 'password': 'xxxxx'} I [http] HTTPServer.cpp:296: Publishing event I (68188) I2S: APLL Enabled, coefficient: sdm0=28, sdm1=8, sdm2=5, odir=6 I (68188) I2S: DMA Malloc info, datalen=blocksize=2048, dma_buf_count=24 I (68188) I2S: I2S0, MCLK output by GPIO0 internal_error: is not boolean stack traceback: : in native function string:183: in function initRequiredPlugins string:33: in function _anonymous_ string:135: in function handleEvent string:292: in function handleEvent I [persistor] ConfigPersistor.cpp:49: Saving key: wifi.config.json

Thanks!