cooperhammond / irs

:guitar: :notes: A music downloader that understands your metadata needs.
MIT License
381 stars 26 forks source link

tput: unknown terminal "xterm-termite" #54

Closed jpmvferreira closed 5 years ago

jpmvferreira commented 5 years ago

Hi there,

So i've just installed irs, from within a conda env, followed the instructions and got this error:

tput: unknown terminal "xterm-termite"

To install irs i did as follows:

tput: unknown terminal "xterm-termite" Traceback (most recent call last): File "/home/undercover/.conda/envs/irs/bin/irs", line 6, in from irs.cli import main File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/irs/init.py", line 20, in from .ripper import Ripper File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/irs/ripper.py", line 21, in from .utils import YdlUtils, ObjManip, Config, CaptchaCheat File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/irs/utils.py", line 461, in from splinter import Browser File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/splinter/init.py", line 5, in from splinter.browser import Browser # NOQA File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/splinter/browser.py", line 9, in from splinter.driver.webdriver.firefox import WebDriver as FirefoxWebDriver File "/home/undercover/.conda/envs/irs/lib/python3.7/site-packages/splinter/driver/webdriver/init.py", line 16, in from six import BytesIO ModuleNotFoundError: No module named 'six'

Sorry about the formatting, kinda suck at it, and after searching for the error, i found no fix related to irs, and i don't understand what's causing it either. Everything else in my machine works fine, and all the terminal base applications i use run correctly.

jpmvferreira commented 5 years ago

Just found out it happens the exact same thing with urxvt-unicode "tput: unknown terminal "rxvt-unicode-256color"", so i'm assuming it's not an irs problem but a problem i somehow created by miss configuring my system.

cooperhammond commented 5 years ago

So with the latest update (#55), I think this problem should be gone entirely. The CLI is gone but will be coming back in the future.