rickify icon indicating copy to clipboard operation
rickify copied to clipboard

Doesn't work for android

Open kalbhor opened this issue 7 years ago • 4 comments

I have set the right IP and gateway and arpspoof is able to intercept the traffic from my android phone.

mitmproxy is also able to receive the requests from Spotify from my phone, but it fails to post the .ogg file.

mitmproxy log
screen shot 2017-05-15 at 12 37 47 am
rickroll.py
screen shot 2017-05-15 at 12 38 28 am
Audio file is present in .ogg format
~/Desktop/rickify$ ls
f9z.png README.md rick.ogg rickroll.py

kalbhor avatar May 14 '17 19:05 kalbhor

My first guess is that you're trying to play tracks where your app has already cached the "head"-chunks (first couple of seconds). I don't see any http:///head/ requests in your log screenshot. Do you have the same issue if you try to play something you've never listened to before?

kjempelodott avatar May 24 '17 15:05 kjempelodott

I have the same issue when I play something I have never listened to before

kalbhor avatar May 24 '17 16:05 kalbhor

Also, I'm using Ubuntu on a virtual machine (Bridged network). But I don't think that is the reason of the problem since mitmproxy is able to fetch the requests just fine.

kalbhor avatar May 24 '17 16:05 kalbhor

Had the same error, but using latest version (python3 version) of mitmproxy worked for me. Also, I had to run it like this:

mitmproxy --mode transparent -p 8080 -s rickroll.py

josduj avatar Feb 27 '18 22:02 josduj