-
Notifications
You must be signed in to change notification settings - Fork 122
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
Comments
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. |
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. |
Maybe you can share what environment variables are picked up by Electron so others with a similar issue can use a proxy to connect? 🙂 |
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. 😉 |
Cumulus ignores proxy settings from System Settings on Mac. How can i set them?
The text was updated successfully, but these errors were encountered: