Daniel

Results 33 comments of Daniel

Same here with win10 64bits. After selecting to install on the SD card, it changes to installing but after a few moments gives this error.

I managed to flash tasmota but would prefer to use espurna. I'm trying to convert the tasmota template to espurna using the BLITZWOLF_BWSHPX_V23 as a example, but is not easy...

Yes. The web interface works fine.

Was using OTA. But now used the esptool and same problem. Probably a harware problem :( esptool --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode...

Same problem here with content_type="text/event-stream". The gateway only returns the full response at the end.

![image](https://user-images.githubusercontent.com/5775148/76099383-e9db9f00-5fc2-11ea-99a0-de521292810b.png)

Similar problem here with expanding rows and just 20 rows. There is a delay bettween clicking and start drawing something. Chrome is firing this warnings: "[Violation] 'click' handler took 437ms"

![image](https://user-images.githubusercontent.com/5775148/74226040-bb182480-4cb3-11ea-9c5b-ad375c3d217a.png) This number of events on clicking is normal?

Same problem with return false here: ``` _onDownload = () => { console.log('_onDownload'); return false; } ``` The file is still downloaded. Version 3.7.6

Why cant document.cookie be used by swagger?