rawpython / remi

Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
Apache License 2.0
3.48k stars 401 forks source link

python remi build an App to connect douban.com but can't download jpg from douban.com #484

Closed michael10297 closed 2 years ago

michael10297 commented 2 years ago

I create an App by python remi to connect douban.com and download some jpg. but fail and shows ' https://movie.douban.com:443 "GET /subject/1949521/ HTTP/1.1" 200 None urllib3.connectionpool DEBUG Starting new HTTPS connection (1): movie.douban.com:443 urllib3.connectionpool DEBUG https://movie.douban.com:443 "GET /subject/1949521/comments HTTP/1.1" ' only download fail, connect web is successful. before this, I can download jpg from douban.com by wxpython.

michael10297 commented 2 years ago

mistake on a variable.

dddomodossola commented 2 years ago

Well done ;-)