-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
It does not detect livestreamer in mac #55
Comments
I got it! Thanks anyway mate! |
Hi, thanks! |
Hey! I did set the livestreamer location manually or else it wouldnt find livestreamer! |
Could you please start the application with the |
Yep, using the latest version! |
Please check if you find the following inside the <key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict> |
Yep its exactly like that! I checked that earlier when i read the issue #24 |
tbh, I don't know what to do from this point on... I personally don't use OSX, so I have no idea why this is failing. The |
Well its fine by me mate, i can just do it manually! Thanks for the help dude :) |
The thing is that I don't know if it's still an issue with the osx builds or if this just happens on your machine. But ok, can't do anything right now... 😩 |
Ye that sucks, an idea would be to put the manual path as default. I dont know if it would work. |
It appears that in OS X 10.10 the PATH environment variable isn't possible to set with LSEnvironment in Info.plist. If this is intentional or a bug I don't know. |
Yep, that's the only solution that I can come up with, too. Although I must say, that I hate it to build in those kind of exceptions into the application code itself.
Oh apple, you **** 😡 |
@craked5
|
@bastimeyer I'm running on Mac OS X 10.10.2 and I can confirm 1870260 fixes this problem! |
ty, @SkylerLipthay |
Hey dude sorry for not saying anything soon, but my 2010 mac just died for good i think! |
np, I'm glad this nasty bug is finally fixed |
v0.7.2 released... |
Hey! First let me say thanks for doing this awesome program!
I installed it on my mac and when i try to watch a stream it tells me that it cannot detect a Livestreamer installation. Livestreamer is certainly installed and on the $path variable also.
Thanks for the help in advance, awesome job!
The text was updated successfully, but these errors were encountered: