Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/dev causing `setupterm': The terminfo database could not be found. (Reline::Terminfo::TerminfoError) #215

Closed
harssh opened this issue Jun 2, 2022 · 3 comments

Comments

@harssh
Copy link

harssh commented Jun 2, 2022

bin/dev or overmind works fine without rails and sidekiq but give below error once rails or sidekiq is called only with bullet train. Working fine with other apps. App was created on June 1st 2022.

➜ env | grep TERM  
TERM=xterm-256color
COLORTERM=truecolor
TERM_PROGRAM=Hyper
TERM_PROGRAM_VERSION=3.2.3
TERMINFO=/usr/share/terminfo
 resolveDir Documents/projects//app/javascript/controllers
js      | path ./**/*_controller.js
web  | .rvm/gems/ruby-3.1.2/gems/reline-0.3.1/lib/reline/terminfo.rb:108:in `setupterm': The terminfo database could not be found. (Reline::Terminfo::TerminfoError)

@harssh harssh closed this as completed Jun 5, 2022
@gazayas
Copy link
Contributor

gazayas commented Jun 10, 2022

Hello @harssh, since you closed the issue were you able to solve this one? If so, posting the fix would be a great help!

@harssh
Copy link
Author

harssh commented Jun 10, 2022

@gazayas I closed it because I moved away from BT to some other platform. But later on I found the solution too so missed mentioning here.

echo 'set -g default-terminal "screen-256color' >> ~/.tmux.conf

Solved it for me.

@gazayas
Copy link
Contributor

gazayas commented Jun 11, 2022

@harssh I see, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants