question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Action link not handled error

See original GitHub issue

Hi all, I’m using this tool for the first time and I’m trying to configure my first dotfile repo.

First of all, I have created a new repo with 2 simple dot files.

I’ve installed dotbot as a git submodule and created a very simple install.conf.yaml file.

Then I tried to run install script, that produced this output:

dotfiles % ./install

Submodule 'lib/pyyaml' (https://github.com/yaml/pyyaml) registered for path 'dotbot/lib/pyyaml'
Cloning into '/Users/d.tentoni/work/dotfiles/dotbot/lib/pyyaml'...
Submodule path 'dotbot/lib/pyyaml': checked out '2f463cf5b0e98a52bc20e348d1e69761bf263b86'
An error was encountered while executing action link
Action link not handled
An error was encountered while executing action clean
Action clean not handled
An error was encountered while executing action link
Action link not handled
Action ~/.zshrc not handled
An error was encountered while executing action shell
Action shell not handled

==> Some tasks were not executed successfully

Where I’m wrong? I already have a .zshrc file, but I’ve used the force: true flag in conf.yaml file.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
anishathalyecommented, Sep 3, 2021

The indentation in the YAML isn’t quite right, which is breaking the nesting structure. Try this: https://gist.github.com/anishathalye/0809bb6e34513ae43cead249974dc4b2

Btw, you can use a tool like https://www.json2yaml.com/ to see how your YAML will get parsed.

2reactions
anishathalyecommented, Sep 25, 2021

That is a good idea, it should be able to add some level of Dotbot-specific syntax checking. Dotbot already gives a reasonable error message if the config file is not valid YAML, but we should be able to do better than that. I’ll keep this issue open to track this syntax checking idea.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Not handled errors · Issue #136 · anishathalye/dotbot - GitHub
Hey guys, I'm getting these errors while running under zsh: An error was encountered while executing action link Action link not handled An ......
Read more >
BUG: Html.ActionLink only works with "Home" controller as ...
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more ...
Read more >
ActionLink 404 Error - asp.net - Stack Overflow
1 Answer 1 ... I think you problem is that the ActionLink uses an HTTP GET and you are only accepting HTTP POST....
Read more >
Error Handling in Power Automate flows - YouTube
Terminate action to set flow status as failed ✓ Using scopes to group ... Power Automate error handling flow template Helpful Links Best ......
Read more >
Url malfunction in Layout page in MVC (via @html.ActionLink ...
Problem statement. Menus (URL formed via @Html.ActionLink or @Url.Action) in Layout page get modified automatically without performing any changes.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found