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

Buffer size limit results in buggy Spotify module #245

Open
gju opened this issue Sep 29, 2016 · 0 comments
Open

Buffer size limit results in buggy Spotify module #245

gju opened this issue Sep 29, 2016 · 0 comments
Labels

Comments

@gju
Copy link

gju commented Sep 29, 2016

Hi,

the recent change in the module proxy.py that limits the receive buffer size of the remote request to 2048 bytes causes the Spotify plugin to not work correctly anymore.
Spotify API responses are usually larger than 2048 bytes.

The issue can be fixed by increasing the buffer size to something bigger than 4096 bytes.
sed -i s/2048/8192/g proxy.py

Cheers

@kaneda kaneda added the Bug label Oct 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants