thebigmunch

Results 72 comments of thebigmunch

I don't see anything different in the URL params that shouldn't be (certain hashes/ids). Nor do I see anything different or odd in curl's verbose output for these tests except...

FYI, the expiry time seems to be 90 seconds from my quick testing. And you get a 403 Forbidden error with a message saying "Your client does not have permission...

Your solution would be something that happens outside of gmusicapi. As far as gmusicapi's involvement, it makes the call to get the URL and gives it to the caller. It's...

The mobile client has an option to cache while streaming.

I took a quick look through validation-related issues, and they all appear to be from McCalls, not McListCalls. So it's entirely possible that it may not have ever worked properly....

What version of Python were you guys using when you found this? I couldn't seem replicate this on Python 3, but it did seem to happen on Python 2.

So, I've tracked down the memory multiplication to the call to UploadFile. Will need to investigate more to find the exact cause and solution. While not part of that specific...

What I've found is that the multiplication lies within the dynamically built `build_request` method for the `UploadFile` call class. But I haven't gotten any further into it. PS I believe...

So, I can confirm Python 3.3.2 exhibits this, but I didn't test any other Python 3.3 point releases. Python 2.7.11 (and likely any supported Python 2 version) actually quadruples memory...

Is there anything actionable for this issue?