当前位置:网站首页>How to run oddish successfully from 0?
How to run oddish successfully from 0?
2022-07-02 02:16:00 【Hodors】
How do I 0 hold oddish For successful operation ?
1、 from github Download source code on ;
2、 Compile locally ;
3、debug
(1) With ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1129) For clues ,
Found a solution :
Set the proxy address to :
proxy = socks5h://127.0.0.1:7890
Have to add h, the reason being that DNS The problem of ;
(2) With “ Flash back ” And cannot match “sock5h” For clues ,
Modify source code “item_crawler.py”, The first 91 The source code of line is modified to :
connector = ProxyConnector.from_url('socks5://127.0.0.1:7890', limit=5)
It used to be : connector = ProxyConnector.from_url(config.PROXY, limit=5)
(3) The final suggestion It's always empty
How to solve ? Go to suggestion.py inside , The first 38 That's ok , hold “history...” Modified into “sell_num”
4、 The successful running
I don't know how many times this is my modification and abandonment oddish Source code .

边栏推荐
- As a software testing engineer, will you choose the bank post? Laolao bank test post
- Vsocde has cli every time it is opened js
- How to batch add background and transition effects to videos?
- Cesium dynamic diffusion point effect
- * and & symbols in C language
- Es interview questions
- How to execute an SQL in MySQL
- Logging only errors to the console Set system property ‘log4j2. debug‘ to sh
- 大厂裁员潮不断,双非本科出身的我却逆风翻盘挺进阿里
- Kibana controls es
猜你喜欢

Pytest testing framework
![[opencv] - comprehensive examples of five image filters](/img/c7/aec9f2e03a17c22030d7813dd47c48.png)
[opencv] - comprehensive examples of five image filters

【带你学c带你飞】1day 第2章 (练习2.2 求华氏温度 100°F 对应的摄氏温度

golang---锁

Which is a good Bluetooth headset of about 300? 2022 high cost performance Bluetooth headset inventory

Five skills of adding audio codec to embedded system

leetcode2305. 公平分发饼干(中等,周赛,状压dp)

leetcode2312. Selling wood blocks (difficult, weekly race)

Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing

leetcode2311. 小于等于 K 的最长二进制子序列(中等,周赛)
随机推荐
【C#】使用正则校验内容
[opencv] - comprehensive examples of five image filters
Sword finger offer 47 Maximum value of gifts
MySQL view concept, create view, view, modify view, delete view
SQL server calculates the daily average and annual average of the whole province
CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强
Word search applet design report based on cloud development +ppt+ project source code + demonstration video
Openssl3.0 learning XXI provider encoder
MySQL如何解决delete大量数据后空间不释放的问题
[technology development -21]: rapid overview of the application and development of network and communication technology -1- Internet Network Technology
How to execute an SQL in MySQL
leetcode2312. Selling wood blocks (difficult, weekly race)
Construction and maintenance of business websites [11]
Data analysis on the disaster of Titanic
MySQL constraints and multi table query example analysis
JPM 2021 most popular paper released (with download)
Open那啥的搭建文档
How to build and use redis environment
软件开发生命周期 --瀑布模型
leetcode2305. 公平分发饼干(中等,周赛,状压dp)