• 0 Posts
  • 69 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle












  • Ok let’s see

    category '' in the library ESP Insights is invalid and is set to uncategorized
    

    I have no idea what that means. The translation is probably a bit off if the error uses tech jargon.

    panic: runtime error: index out of range [7] with length 7
    

    Between the above and the go errors (wait, Arduino ide uses go??) it seems like something is messed up with the Arduino builder which I assume is the chunk of code that runs the tool chain to build? Maybe?

    Are you on the same version of Arduino ide and board library as at school? Same os?

    It mentions include cache. I wonder if there is something that isn’t cached initially permitting the build to work but breaks when the thing is cached on the second go round?

    Or does it just fail every other time?

    Idk this smells like something seriously jacked up in the ide or libraries. I don’t usually recommend it but it might be worth uninstalling, renaming your Arduino directory and nuking wherever Arduino keeps config files on your OS and reinstalling everything.

    This is Version 2 IDE isn’t it? I haven’t messed with that at all. I tried and ran into some issue and decided to revert to 1.x until I have time to dive into 2.x head first.


  • I can try to help.

    The text / code thing isn’t working. Let me try.

    WARNUNG: Kategorie '' in der Bibliothek ESP Insights ist ungültig und wird auf 'Uncategorized' festgelegt
    WARNUNG: Kategorie '' in der Bibliothek ESP RainMaker ist ungültig und wird auf 'Uncategorized' festgelegt
    WARNUNG: Kategorie '' in der Bibliothek WiFiProv ist ungültig und wird auf 'Uncategorized' festgelegt
    panic: runtime error: index out of range [7] with length 7
    
    goroutine 1 [running]:
    arduino.cc/builder.(*includeCache).Next(...)
    	arduino.cc/builder/container_find_includes.go:209
    arduino.cc/builder.findIncludesUntilDone(0xc000046c00, 0xc0000b0000, {{0x538340, 0xc0006994a0}, {0xc00019604e, 0x7}})
    	arduino.cc/builder/container_find_includes.go:321 +0x1190
    arduino.cc/builder.(*ContainerFindIncludes).Run(0xc00002e1c0?, 0xc000046c00)
    	arduino.cc/builder/container_find_includes.go:149 +0xbe5
    arduino.cc/builder.runCommands(0x38?, {0xc000053c58?, 0x22, 0x415b0b?}, 0x55?)
    	arduino.cc/builder/builder.go:191 +0xda
    arduino.cc/builder.(*Builder).Run(0x7ffca1319b57?, 0x19?)
    	arduino.cc/builder/builder.go:124 +0x890
    arduino.cc/builder.RunBuilder(...)
    	arduino.cc/builder/builder.go:222
    main.main()
    	arduino.cc/arduino-builder/main.go:338 +0xa1f
    arduino-builder gab 2 zurück
    Fehler beim Kompilieren für das Board ESP32 Dev Module.
    
    As you can tell, these error messages are not English, they are actually German. In the second compile step, they essentially say the following:
    
    

    I can attempt to translate the German (either online or I can bug my wife lol)