[SOLVED] What is this error on my checker?


What is this error in my cc checker and how can i fix this?

May be your proxies are invalid or a custom error.

  • Not all proxies pass along detectable information.

You need addon, which runs multi-threaded connections and can retrieve the Dead or Alive status for bulk check, a list of domains or URL’s per minute.

Or

The simplest was is to simply catch the IOError exception from urllib:

try:
    urllib.urlopen(
        "http://example.com",
        proxies={'http':'http://example.com:8080'}
    )
except IOError:
    print "Connection error! (Check proxy)"
else:
    print "All was fine"

for python 3, check below link

3 Likes

Thanks. If i send u a api of the checker can you find the problem for me please!

  • How to code this, can you help me with a coding script? I am stuck with a code, now what to do? <<< Please, avoid asking such deep programming language questions, as there is already a website dedicated for this stackoverflow ! :slightly_frowning_face:
3 Likes

thanks. that was fixed!

1 Like

Hi! To find out what I can do, say @Nina display help.