Posts by user142219 • 1 point
2 posts
- 
		0 votes1 answer397 viewsQ: cv2.error: Opencv(4.1.0)Code below: import cv2 imagemCarregada = cv2.imread("exemplo.jpg", 0) cv2.imshow("imagem", imagemCarregada) cv2.waitKey(0) cv2.destroyAllWindows() Error presented:… 
- 
		-1 votes1 answer169 viewsQ: raise Valueerror("Unknown url type: %r" % self.full_url)I’m trying to create a tool that opens a URL along with /robots.txt and return what is written on it, code: site = input("Digite o dominio:") api = f'{site}/robots.txt' pagina =… pythonasked user142219 1