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

Does not work behind proxy #69

Open
seventyeight opened this issue Sep 20, 2016 · 4 comments
Open

Does not work behind proxy #69

seventyeight opened this issue Sep 20, 2016 · 4 comments

Comments

@seventyeight
Copy link

Cumulus ignores proxy settings from System Settings on Mac. How can i set them?

@gillesdemey
Copy link
Owner

Node's Request module seems to be ignoring system proxy settings, and managing proxies inside Cumulus is a complex task I'm not immediately willing to take up.

A proper solution could be moving the fetching of the tracks from the Node process to the render (browser) process but this requires a major refactor of the code base.

@seventyeight
Copy link
Author

Okay, thanks for your explanation. With that i found a workaround: my proxy settings stored in environment variables too, so if i launch cumulus from the command line it just works.

@gillesdemey
Copy link
Owner

Maybe you can share what environment variables are picked up by Electron so others with a similar issue can use a proxy to connect? 🙂

@v12
Copy link
Contributor

v12 commented Mar 7, 2017

Is it still the case? As far as I can see, audio is played in renderer process (code), thus proxy configuration and stuff should be handled by Electron. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants