-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 1.1a GUI Quits before flashing #39
Comments
Odd, it's working today.... seems to be network related. To test that theory, I've just disconnected from the Internet, loaded the app and it quit when trying to select a firmware release to install. |
It seems for me from the error like the decoder doesn't get JSON in time. With another project I had a problem because they set the timeout for 2 seconds and I've needed appr. 4... maybe similar here too, however for me it's perfectly working the selectors. |
@golddragon007 yes, I agree the timeout may be too low. To test you could disable Internet access on your computer by switching off WiFi, or disconnecting the network cable. The lack of a JSON response from the Internet isn't handled gracefully. |
As I've dug into this now a bit, I just realized, I don't know python well :D. Well, I see there's a lot of places where I can improve this (after now I've flashed 15 devices in a row), just the knowledge missing :(. Besides that, I've fount the location I can't put there anything because the library doesn't support such stuff (like timeout parameter), you need your implementation for that. Soooo... I'm dead. What I've fount it waits around 2 seconds and then it will exit (at least the comment says that). |
No worries @golddragon007 I'm going to have a look over the weekend. I know Python a bit, so may be able to fix it. |
Ahh, you get an error message? After how much time? Because I think I've waited for half a min and nothing happened. And every time, when it's in this state and I disconnecting the device, it's crashing the application. |
So the same thing (GUI close) happens when com port is busy by other app\terminal. |
It was about 2-3 mins after I get an error. That was 2 out of 5 times and rest I did not get a error. |
same issue here by selecting "development", waiting cursor show up for 2 sec and then it "quits" itself |
Have you got a link for 8.3.1 please? I'm trying to use this to backup an ESP8266 and without using ESPTOOL the only way on windowz |
They are on Github: |
Sorry, I thought it was an earlier version of Tasmotizer! I'm not backing up tasmota, using it to backup WLED and ESPHome. Guess I'll have to boot into Linux live and use esptool command line to backup the ESP for now until this is fixed. |
Same issue here, after selecting release or develop, application crashes. What can be done to fix this? |
Same here: open Tasmotizer on Windows and Linux (Mint) and it crashes as soon as Release or Development is selected. On Windows it just closes and on Linux I get: Traceback (most recent call last): |
same by me .. now it "chrashes" also selecting release .. I guess the URL's to release and Developemd has changed .. |
In https://tasmota.github.io/docs/ and elsewhere the download location for Tasmota binaries is linked to http://thehackbox.org/tasmota/release/. This is no longer accessible. On reflection, I wonder if this is what is causing Tasmotize to fail. As a workaround, I used the NodeMCU Py-Flasher from https://github.com/marcelstoer/nodemcu-pyflasher/releases and manually downloaded the binary I needed from https://github.com/arendst/Tasmota/releases/tag/v8.4.0. This worked well for me. NB If you use Py-Flasher, you must select DOUT or it will fail and appear to brick the device. |
Can you try latest release version? |
Hi Jason, I've just tried 1.1c and it works as designed although I've not checked the version it actually downloads, but since you've changed the source to the OTA repo I'm assuming it is the latest release version. Well done, so quick, thank you. Resolved. |
@Jason2866 BUT unfortunately it is still not working for me. 😩 Every single release beginning with I am on latest Win10 (64bit, if that matters). regards |
1.1c has just worked for me. |
@PreferHardware |
W10-64. Just checked again: I get the release/development drop-down lists, where 1.1a quit. |
@PreferHardware |
No, the first time. Yes, the second. It works either way. https://github.com/tasmota/tasmotizer/releases/download/v.1.1c/tasmotizer-1.1c.exe |
That leaves me clueless, because there seems to be no way for me to get it to work. |
@discip Have you checked Backup or Erase? Try with uncheck both. |
Version 1.1a is working now, and the 1.1c is also working. |
@Jason2866 By the way: Backup saves only 1MB. I have used a Shelly2.5 and its backup should be 2MB. thanks |
The new version (no release date yet) will have a option to do different backup sizes |
@Jason2866 |
@Jason2866
Just in case someone stumbles across the issue I had as well. |
Flash erase does erase the whold flash. It does not matter if it is 1M 2M 4M or 16M |
Thank you for you consistency in replying. Please keep it this way. 👍😀I hope yo did not get me wrong, about me, being some kind of taciturn in terms of saying THANK YOU for your effort, while mentioning the issues I had. 👍THANK YOU 👍 |
@jziolkowski did not drop support of his program Tasmotizer. He is working on features requested here. In everyones life are changes... Priorities do change or have to be changed. |
No no, please do not get me wrong. 😱 I do appreciate all the people, who participate in opensource and do beautiful things like "Tasmotizer" . So, I am willing to wait until it is finished. |
Thanks for all the kind words ;) I completely agree that the project might have looked as abandoned, but it's really not. As I write this, there are new features being tested (available under 1.1d branch) to be released this week. And indeed @Jason2866 deserves the praise, as his stepping up to fix the OTA server issue gave me the needed kick to get back to Tasmotizer. |
@jziolkowski |
I have tried to use the Windows 1.1a EXE and as soon as I click on the "release" or "development" selectors in the middle the app quits. I want to be able to select from the dropdown the release to install but the app just quits.
I have tried both the x86 one, and the other.
The text was updated successfully, but these errors were encountered: