sumanthratna / soundcloud9000

A terminal client for https://soundcloud.com.
https://rubygems.org/gems/soundcloud9000
MIT License
114 stars 6 forks source link

errors on launch #26

Open xienuss opened 3 months ago

xienuss commented 3 months ago

I've tried to do what is said in issue #21, it helped to remove many errors but there's still 2 lines left:

[xien@arch ~]$ SC_CLIENT_ID=id soundcloud9000 
/usr/lib/ruby/3.0.0/rubygems.rb:265:in 'find_spec_for_exe': can't find gem soundcloud9000 (>= 0.a) with executable soundcloud9000 (Gem::GemNotFoundException)
    from /usr/lib/ruby/3.0.0/rubygems.rb:284:in 'activate_bin_path'
    from /home/xien/.local/share/gem/ruby/3.0.0/bin/soundcloud9000:25:in '< main >'

is there a solution for this?