-
Notifications
You must be signed in to change notification settings - Fork 11
soundcli refuses to run #10
Comments
did you install the gem or latest from git? I can't reproduce this. |
I just did gem install soundcli. related rubygems installed: json (1.6.5, 1.5.2) gstreamer packages: gstreamer 0.10.35 |
Okay, this could be issue #3. I don't have a Mac so I cannot test this. Do you have this environment variable set: soundcli wants to read/write a simple config file, but that doesn't come with the gem (yet). I haven't worked on soundcli for a while but I'm going to have a look at it again soon, seeing somebody else but me is using it (or at least trying to do so). |
Is there a backtrace? |
Progress have been made (but not finally done). $ export XDG_CONFIG_HOME=$HOME/.soundcli/ I'd love to use soundcloud from my command line, their osx app sucks, also don't like to have another browser tab just for music. Thanks for your efforts. EXAMPLES: Play a track by URL: Play a track by ID: Stream a whole playlist: Stream all of your favourite tracks: UNFINISHED STUFF: Show my user info: List my tracks: List my exclusive tracks: Search for a user: You say goodbye and I say hello. |
That is quite strange as "stream" is in fact a correct action. Leave away "stream" and see what happens. I hope to find some minutes this weekend to have a look at the code again. |
|
Now I am using 1.9.3 Things have improved, but still no luck.
|
Now that's a lot better already. This error now stems from some missing gstreamer plugin. |
Does it work now after installing gstreamer plugins? |
No luck, I have the following hombrew packages installed: gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly |
It's definitely a gstreamer issue. Works for me here. You can find this error message in other projects' bug trackers too. The gstreamer plugin packages you listed look okay to me. What does |
I have exact same problem. Upper command gives: |
@cheets: Ruby 1.9.3 is the only supported version. I don't have a Mac (and I don't suppose I could run MacOS in a virtual machine to test this), so it is difficult for me to figure out what's amiss. There definitely should be an http handler for GStreamer and it is odd that there is none on your system. I'll have to think about a way to help you find out what's wrong. Thanks for testing! If we ever get to sort this out I'll add some more notes to the README. |
There are some unofficial guides on how to get OS X virtualized. Anyway I can help testing if you have suggestions. Using different version of ruby didn't affect the outcome. It stops to complain about |
help subcommand works tough
The text was updated successfully, but these errors were encountered: