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

Chatterino cannot find streamlink path #1976

Closed
ALazyMeme opened this issue Sep 20, 2020 · 12 comments
Closed

Chatterino cannot find streamlink path #1976

ALazyMeme opened this issue Sep 20, 2020 · 12 comments
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user

Comments

@ALazyMeme
Copy link
Collaborator

ALazyMeme commented Sep 20, 2020

Describe the bug
Chatterino throws an error when the quality is set to Choose:
Unable to find Streamlink executable Make sure your custom path is pointing to the DIRECTORY where the streamlink executable is located

To reproduce

  1. Set custom streamlink path (I have mine set to "C:\Program Files (x86)\Streamlink\bin")
  2. Set quality to Choose
  3. Try to launch a stream
  4. Set to Source
  5. Notice that it works

Screenshots
image

Chatterino version
Chatterino Nightly 2.2.2 (commit 913193f, 19.09.2020)

Operating system
Windows 10

Additional Information
Uncheck the custom installation option and it starts working all of a sudden?

@ALazyMeme ALazyMeme added bug Something isn't working as intended, or works in a confusing/unintuitive way for the user needs triage labels Sep 20, 2020
@flex3r
Copy link
Contributor

flex3r commented Sep 20, 2020

I have the exact same issue, Chatterino Nightly 2.2.2 (commit 0814fca)

@oldLucke
Copy link
Contributor

oldLucke commented Sep 24, 2020

Works fine for me on Chatterino 2.2.2 (commit 07fc0c3) and streamlink 1.5.0

update: 913193f works fine for me aswell

@oldLucke
Copy link
Contributor

@ALazyMeme what version of streamlink are you running?

@ALazyMeme
Copy link
Collaborator Author

@ALazyMeme what version of streamlink are you running?

1.6.0

@jprochazk
Copy link

jprochazk commented Oct 28, 2020

I have the same issue. Streamlink works by itself. Windows 10, Streamlink 1.7.0 (latest stable), Chatterino 2.2.2 (commit 07fc0c3).

@Brog33
Copy link

Brog33 commented Aug 8, 2021

I have the same issue in Linux where Chatterino is installed from Flathub. PATH to streamlink is set globally, and even though I override it with the full path to the executable, it doesn't work - it's like in OP's screenshot. Chatterino v2.3.3 and Streamlink v2.3.0

@zneix
Copy link
Collaborator

zneix commented Aug 8, 2021

I'm pretty sure that with Flatpak version of Chatterino there's something different going on, most likely unrelated to the issue present on Windows. @ilyazzz explained that a couple times to me but I've forgotten what was the deal exactly.

@apa420
Copy link
Collaborator

apa420 commented Aug 18, 2021

You need to remove the "" when setting the streamlink path.
For me:
C:/Program Files (x86)/Streamlink/bin works
"C:/Program Files (x86)/Streamlink/bin" doesn't work

C:\Program Files (x86)\Streamlink\bin works
"C:\Program Files (x86)\Streamlink\bin" doesn't work

Setting Choose or Source doesn't matter.

@ilya-zlobintsev
Copy link
Contributor

ilya-zlobintsev commented Aug 20, 2021

@Brog33 the Flatpak issue is resolved with #3178 , the update is already on Flathub. More info here: flathub/com.chatterino.chatterino#1

@apa420
Copy link
Collaborator

apa420 commented Aug 20, 2021

@flex3r @jprochazk do you still have this issue after updating and removing "" from the path?

@flex3r
Copy link
Contributor

flex3r commented Aug 20, 2021

Just tested again and I got the same results as @apa420 now. In addition, chatterino also finds streamlink in the default path without setting a custom path.

@apa420
Copy link
Collaborator

apa420 commented Aug 20, 2021

I will then assume the issue is resolved for now.
So I will close it.

If the issue persists I'll reopen the issue.

(As a note maybe there should be some mention of not using "" in the error message, since I was confused by this as well.)

@apa420 apa420 closed this as completed Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user
Projects
None yet
Development

No branches or pull requests

10 participants