Results 2 comments of Phles

You just need to add some headers to authenticate to pixiv. Here's the curl headers for that: ``` curl https://i.pximg.net/c/250x250_80_a2/img-master/img/2020/05/18/13/19/42/81659864_p0_square1200.jpg \ -H "Referer: https://www.pixiv.net/" \ -H "Sec-Fetch-User: ?1" \ ```...

I encountered this same problem, did some digging and it appears that the USB device for the controller was not found. ```py def _initialize_device(self): self.device = usb.core.find(idVendor=self.vendor_id, idProduct=self.product_id) # fail...