Michael Mooney

Results 26 comments of Michael Mooney

Hello, Try the following in the file **alexa_device.py**: Locate the line `return [context_audio, context_alerts, context_speaker]` in the **get_context** function. On that line remove **context_audio** from the list. If I remember...

Hello, It would appear that one of the names changed within the AudioPlayer state. If you check the **get_context** function again you'll find a line that looks like `"token": "audio_token",`....

@tgarc My support is a pleasure. I will when I have some time, thanks for the reminder. I would have in the past but pywakealexa's code swayed too far from...

I will need some more information to see if I can reproduce this. What operating system are you using? And is this with proxies?

Unfortunately it doesn't get around being detected if your IP is marked as bad. I'm still looking into other possible ways they may be detecting us, such as a bad...

Could you try cloning the current branch on here and seeing if the code on line 156 works for you instead of grecaptcha.render? ```python var evt = document.createEvent('Event'); evt.initEvent('load', false,...

This issue just appeared on my end while working with the reCAPTCHA's demo page, and I have reason to believe it was due to Content-Security-Policy. It didn't always happen though...

The issue seems resolved https://github.com/miyakogi/pyppeteer/issues/121

Whoops, wrong issue...

Actually, could you please give the latest release a try? It includes the bypass that enables scripts to execute on websites with an active Content-Security-Policy response header. I happened upon...