You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from random_proxies import random_proxy
>>> random_proxy()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python38\lib\site-packages\random_proxies\proxies\proxy.py", line 56, in random_proxy
return pop(new_conditions)
File "C:\Python38\lib\site-packages\random_proxies\proxies\db.py", line 22, in pop
raise NoSuchProxyError('No proxy satisfying given conditions.')
random_proxies.proxies.exception.NoSuchProxyError: No proxy satisfying given conditions.
Cache server is currently inop. Workaround at #2 , by bypassing cache server with use_cache=False
i got error output, this repo doesnt give any clues so here's the issue
Error Output
random_proxies.proxies.exception.NoSuchProxyError: No proxy satisfying given conditions.
im testing it as the readme writed
from random_proxies import random_proxy random_proxy()
The text was updated successfully, but these errors were encountered: