Description
i continue to see the issue and in command line i get this:
`$ python3 demo.py
2018-12-25 17:40:35,098 0 Starting solver with proxy http://xxxxxx:53281
2018-12-25 17:40:49,151 0 Clicking checkbox
2018-12-25 17:40:54,394 0 Clicking audio button
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/nonocaptcha/solver.py", line 74, in start
result = await self.solve()
File "/usr/local/lib/python3.6/site-packages/nonocaptcha/solver.py", line 275, in solve
return await self._solve()
File "/usr/local/lib/python3.6/site-packages/nonocaptcha/solver.py", line 310, in _solve
result = await self.loop.create_task(solve())
File "/usr/local/lib/python3.6/site-packages/nonocaptcha/audio.py", line 34, in solve_by_audio
self.get_audio_response())
File "/usr/local/lib/python3.6/site-packages/nonocaptcha/audio.py", line 60, in get_audio_response
raise DownloadError("Audio url is not valid, aborting")
nonocaptcha.exceptions.DownloadError: Audio url is not valid, aborting
2018-12-25 17:40:59,875 0 Audio url is not valid, aborting <class 'nonocaptcha.exceptions.DownloadError'>
2018-12-25 17:41:00,358 0 Browser closed
2018-12-25 17:41:00,358 0 Time elapsed: 26.60468864440918`
how to fix that?
Originally posted by @AlessandroSpallina in #42 (comment)