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.

Not handled errors

See original GitHub issue

Hey guys,

I’m getting these errors while running under zsh:

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 ~/.dotfiles not handled
Action ~/.gitconfig not handled
Action ~/.gitignore_global not handled
Action ~/.config/nvim not handled
Action ~/.tmux not handled
Action ~/.tmux.conf not handled
Action ~/.tmux.conf.local not handled
Action ~/.vim not handled
Action ~/.vimrc not handled
Action ~/.oh-my-zsh not handled
Action ~/.zsh_aliases not handled
Action ~/.zsh_exports not handled
Action ~/.zsh_functions not handled
Action ~/.zshrc not handled

==> Some tasks were not executed successfully

Here’s my install.conf.yaml:

- defaults:
  link:
    create: true
    relink: true

- clean: ['~']

- link:
  ~/.dotfiles: ''
  ~/.gitconfig:
  ~/.gitignore_global:
  ~/.config/nvim:
    create: true
    path: .config/nvim
  ~/.tmux: .tmux
  ~/.tmux.conf: .tmux/.tmux.conf
  ~/.tmux.conf.local: .tmux.conf.local
  ~/.vim: .vim
  ~/.vimrc:
    relink: true
    path: .vimrc
  ~/.oh-my-zsh: .oh-my-zsh
  ~/.zsh_aliases: .zsh_aliases
  ~/.zsh_exports: .zsh_exports
  ~/.zsh_functions: .zsh_functions
  ~/.zshrc:
    force: true
    path: .zshrc

I’m running this via WSL on Windows 10 Creators Update WSL.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
Nickthocommented, Aug 29, 2017

Ah! @prandelicious, it’s indentation issues. Try using double indentations under array items

- defaults:
   link:
     create: true
     relink: true

- clean: ['~']

- link:
   ~/.dotfiles: ''
   ~/.gitconfig:
   ~/.gitignore_global:
   ~/.config/nvim:
     create: true
     path: .config/nvim
   ~/.tmux: .tmux
   ~/.tmux.conf: .tmux/.tmux.conf
   ~/.tmux.conf.local: .tmux.conf.local
   ~/.vim: .vim
   ~/.vimrc:
     relink: true
     path: .vimrc
   ~/.oh-my-zsh: .oh-my-zsh
   ~/.zsh_aliases: .zsh_aliases
   ~/.zsh_exports: .zsh_exports
   ~/.zsh_functions: .zsh_functions
   ~/.zshrc:
     force: true
     path: .zshrc
0reactions
mitinarsenycommented, Jun 3, 2019

Hello! It is a good idea to actually fix it) I had this problem to and it led me to google the error

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix the "SYSTEM THREAD EXCEPTION NOT ...
The "SYSTEM THREAD EXCEPTION NOT HANDLED" is a common Windows 10 error that occurs mainly due to an outdated or incompatible driver.
Read more >
How To Fix “SYSTEM THREAD EXCEPTION NOT HANDLED ...
The "SYSTEM THREAD EXCEPTION NOT HANDLED" is a common Windows 10 error that occurs mainly due to an outdated or incompatible driver. What...
Read more >
Fix System Thread Exception Not Handled - Tenorshare 4DDiG
Part 3: How to Fix 'System Thread Exception Not Handled Error in Windows 10? · Fix 1: Boot Computer Into Safe Mode ·...
Read more >
System Thread Exception not Handled - Fix it in 5 ... - LazyAdmin
Fix System Thread Exception not Handled · Step 1 – Boot into safe mode · Step 2 – Use a Windows Restore Point...
Read more >
FIX: SYSTEM THREAD EXCEPTION NOT HANDLED - Appuals
SYSTEM THREAD EXCEPTION NOT HANDLED is an error which appears on a Blue Screen of Death (BSOD) when process threads running critical windows ......
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