OpenAstroTech / OATFWGUI

OpenAstroTech FirmWare Graphical User Interface
http://openastrotech.com/
8 stars 0 forks source link

Error compiling with OATFWGUI v1.0.9 and WebConfig v2.19 #51

Closed OriginaldCrypt closed 1 day ago

OriginaldCrypt commented 4 weeks ago

Last lines of compilation before error:

2024-06-04 21:03:40,890:INFO:Library Manager: LiquidTWI2@1.2.7 has been installed! 
2024-06-04 21:03:40,895:INFO:Library Manager: Installing olikraus/U8g2 @ ^2.28.8 
2024-06-04 21:03:42,840:INFO:Downloading 0% 
2024-06-04 21:03:43,043:INFO: 10% 
2024-06-04 21:03:43,120:INFO: 20% 
2024-06-04 21:03:43,123:INFO: 30% 
2024-06-04 21:03:43,163:INFO: 40% 
2024-06-04 21:03:43,242:INFO: 50% 
2024-06-04 21:03:43,245:INFO: 60% 
2024-06-04 21:03:43,286:INFO: 70% 
2024-06-04 21:03:43,370:INFO: 80% 
2024-06-04 21:03:43,411:INFO: 90% 
2024-06-04 21:03:43,665:INFO: 100% 
2024-06-04 21:03:43,855:INFO:Unpacking 0% 
2024-06-04 21:03:43,882:INFO: 10% 
2024-06-04 21:03:43,901:INFO: 20% 
2024-06-04 21:03:43,924:INFO: 30% 
2024-06-04 21:03:43,949:INFO: 40% 
2024-06-04 21:03:44,143:INFO: 50% 
2024-06-04 21:03:44,158:INFO: 60% 
2024-06-04 21:03:44,172:INFO: 70% 
2024-06-04 21:03:44,185:INFO: 80% 
2024-06-04 21:03:44,199:INFO: 90% 
2024-06-04 21:03:44,215:INFO: 100% 
2024-06-04 21:03:45,870:INFO:Library Manager: U8g2@2.35.19 has been installed! 
2024-06-04 21:03:45,874:INFO:Library Manager: Installing git+https://github.com/ClutchplateDude/esp8266-oled-ssd1306 @ 4.5.1 
2024-06-04 21:03:45,973:INFO:git version 2.39.2.windows.1 
2024-06-04 21:03:46,104:ERROR:Cloning into 'C:\Users\dCrypt\AppData\Local\Temp\.pioOATFWGUI1.0.9-release+f0502f\.cache\tmp\pkg-installing-w527424i'... 
2024-06-04 21:03:47,739:INFO:Library Manager: Could not parse manifest -> Expecting ',' delimiter: line 23 column 5 (char 614) 
2024-06-04 21:03:47,759:ERROR:PackageException: Package version 4.6.0+sha.4f596c7 doesn't satisfy requirements 4.5.1 based on PackageMetadata <type=library name=ESP8266 and ESP32 OLED driver for SSD1306 displays version=4.6.0+sha.4f596c7 spec={'owner': None, 'id': None, 'name': 'esp8266-oled-ssd1306', 'requirements': '4.5.1', 'uri': 'git+https://github.com/ClutchplateDude/esp8266-oled-ssd1306'} 
2024-06-04 21:03:48,002:INFO:platformio build finished 
2024-06-04 21:03:48,003:ERROR:Did not exit normally
OriginaldCrypt commented 4 weeks ago

Tested also a config file generated by WebConfig v2.18 , same error

renatotorcuato commented 3 weeks ago

I have the same problem

OriginaldCrypt commented 3 weeks ago

Noticed that firmware v1.13.6 was just released. This error was fixed, but now I get a bunch of new errors oatfwgui_error.txt

OriginaldCrypt commented 3 weeks ago

Noticed also that looks like it compiled (maybe because I don't use a SSD1306?) and I can upload the FW without any issue.

julianneswinoga commented 3 weeks ago

@OriginaldCrypt Can you upload the full log file from your original error (on 2024-06-04 21:03:40)? The log files should be in the logs folder

OriginaldCrypt commented 2 weeks ago

Hi, I upload two logs from the same day oat_fw_gui_2024-06-04-21-00-50.log oat_fw_gui_2024-06-04-21-57-47.log

The one you mention should be the first one, but I upload both just in case

julianneswinoga commented 1 day ago

Sorry just now looking into this, this was a valid error with the firmware develop branch. Fixed in https://github.com/OpenAstroTech/OpenAstroTracker-Firmware/pull/244