Help with install. Sorry I'm a noob. #55
Unanswered
trentsmart
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi There , what version of ESPhome add-on do you have installed? (it will tell you at the bottom of the dashboard) |
Beta Was this translation helpful? Give feedback.
0 replies
-
ah i missed the bit off the end 'voluptuos error' try restarting the ESPHome add-on then try again if you get the same message hit 'retry' this often happens and usually just hitting retry several times eventually it compiles... not sure why |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so here is the part of the log where I think im getting an error during the install in the esphome add-on in home assistant, not sure what I'm doing wrong. I followed the steps exactly how they were laid out, but still getting error and to retry install. any help would be greatly appreciated. Sorry in advance if its something simple lol.
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 8, in
sys.exit(main())
^^^^^^
File "/esphome/esphome/main.py", line 1080, in main
return run_esphome(sys.argv)
^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/main.py", line 1067, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/main.py", line 433, in command_compile
exit_code = write_cpp(config)
^^^^^^^^^^^^^^^^^
File "/esphome/esphome/main.py", line 194, in write_cpp
return write_cpp_file()
^^^^^^^^^^^^^^^^
File "/esphome/esphome/main.py", line 212, in write_cpp_file
writer.write_cpp(code_s)
File "/esphome/esphome/writer.py", line 344, in write_cpp
copy_src_tree()
File "/esphome/esphome/writer.py", line 297, in copy_src_tree
copy_files()
File "/esphome/esphome/components/esp32/init.py", line 684, in copy_files
repo_dir, _ = git.clone_or_update(
^^^^^^^^^^^^^^^^^^^^
File "/esphome/esphome/git.py", line 111, in clone_or_update
run_git_command(
File "/esphome/esphome/git.py", line 31, in run_git_command
raise cv.Invalid(lines[-1][len("fatal: ") :])
voluptuous.error.Invalid: Unable to find current revision in submodule path 'components/esp-adf-libs'
Beta Was this translation helpful? Give feedback.
All reactions