Hamza
Hamza
This error occurs upon running evillimiter on my Terminal, I checked and the error is in this file "/evillimiter/console/io.py".
I am getting this error right after I execute the script, here's the try except that generates the error: try: logger.info("Crawling %s" % url) request = urllib2.urlopen(req) except urllib2.URLError, e:...
requests.exceptions.MissingSchema: Invalid URL '': No scheme supplied. Perhaps you meant http://?
this error occurs when the bot is searching for a post to re-post. any solutions to this? I should also add up that I'm running the bot on Linux shell.