Derek Kulinski

Results 138 comments of Derek Kulinski

So Troposphere no longer supports Python 2, this makes this problem easier right now.

@swetashre I should have provide more context. This error appeared when I deployed a lambda code into us-west-2. The code crashed, with the error and the workaround was to force...

I believe `"isRegionalized": false` should be added to `endpoints.json` similarly as it is done for `iam`

@swetashre any update from the service team?

@swetashre I know this might not be a high priority, but it's been 7 months now and looks like the fix would be trivial.

I'm using ssh and added verbose logging when setting it up, but it doesn't look like it gives any useful information: ``` debug1: Connection to port 1080 forwarding to socks...

No, those were the only connections that showed up. Is it possible that none of the music files actually go through the proxy? I just realized that my network also...

I noticed that "Unable to open audio file " error happens when `avformat_open_input()` fails. I also found this: https://trac.ffmpeg.org/ticket/5776. Maybe the problem is that FFMPEG doesn't support SOCKS proxy?

So I just set up privoxy to convert `SOCKS5` to `HTTP` proxy and used `http_proxy=http://127.0.0.1:8118` and I think it works. I see request to `tuner.pandora.com` but also to `audio-sv5-t1-1-v4v6.pandora.com` and...