benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
495 stars 144 forks source link

Building fails if Wifi is set #126

Closed yesnomaybewtf closed 3 years ago

yesnomaybewtf commented 3 years ago

Hey, im using Tasmota Compiler in Docker on my RPi, and when i set Wifi Name and Password, the build fails with error. First i thought its because a Dot in my Wifi Name, but it happens also with (for example) testwlan. Im not sure which part of the Logfile is relevant, so here is the complete output.

`Processing firmware (platform: espressif8266 @ 2.6.2; framework: arduino; board: esp01_1m)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp01_1m.html PLATFORM: Espressif 8266 (2.6.2) > Espressif Generic ESP8266 ESP-01 1M HARDWARE: ESP8266 80MHz, 80KB RAM, 1MB Flash PACKAGES:

Environment Status Duration


firmware FAILED 00:00:20.379 ==================== 1 failed, 0 succeeded in 00:00:20.379 ==================== Finished. Exit code: 1. Welcome stranger!`

benzino77 commented 3 years ago

Which version of TC are you using?

yesnomaybewtf commented 3 years ago

Which version of TC are you using?

Webpage says TasmoCompiler v4.0.0-rc

benzino77 commented 3 years ago

It looks like there is a bug - in user_config_override.h file there should be quotations marks around ssid/password/ip/gateway/subnet/dns. Use previous version of TC until this will be fixed.

yesnomaybewtf commented 3 years ago

Yes, thank you!

benzino77 commented 3 years ago

OK it's fixed - you can use 4.0.0-rc version via gitpod. For docker images you have to wait a moment.

benzino77 commented 3 years ago

New images are pushed to docker hub. Try to pull newest and check if it works for you. This is release candidate version and it will be next major version of TasmoCompiler.