当前位置:网站首页>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 .

边栏推荐
- 2022 Q2 - 提昇技能的技巧總結
- Bash bounce shell encoding
- Architecture evolution from MVC to DDD
- Data analysis on the disaster of Titanic
- [C #] use regular verification content
- Webgpu (I): basic concepts
- Deep learning: a solution to over fitting in deep neural networks
- 剑指 Offer 62. 圆圈中最后剩下的数字
- 【OpenCV】-5种图像滤波的综合示例
- A quick understanding of analog electricity
猜你喜欢

Pytest testing framework

Golang lock

MySQL如何解决delete大量数据后空间不释放的问题
![[pit] how to understand](/img/e9/f5315a03b6f3da07021f915bb18af8.jpg)
[pit] how to understand "parameter fishing"

How to use redis ordered collection

The wave of layoffs in big factories continues, but I, who was born in both non undergraduate schools, turned against the wind and entered Alibaba

【带你学c带你飞】2day 第8章 指针(练习8.1 密码开锁)

How to turn off debug information in rtl8189fs

Leetcode face T10 (1-9) array, ByteDance interview sharing

Vsocde has cli every time it is opened js
随机推荐
【带你学c带你飞】3day第2章 用C语言编写程序(练习 2.3 计算分段函数)
flutter 中間一個元素,最右邊一個元素
MySQL view concept, create view, view, modify view, delete view
MySQL主从延迟问题怎么解决
Iterative unified writing method of binary tree
Flutter un élément au milieu, l'élément le plus à droite
【C#】使用正则校验内容
leetcode2305. 公平分发饼干(中等,周赛,状压dp)
DNS domain name resolution
Sword finger offer 62 The last remaining number in the circle
Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing
Summary of some experiences in the process of R & D platform splitting
how to add one row in the dataframe?
What is the function of the headphone driver
CSDN article underlined, font color changed, picture centered, 1 second to understand
Deployment practice and problem solving of dash application development environment based on jupyter Lab
The middle element and the rightmost element of the shutter
[opencv] - comprehensive examples of five image filters
【深度学习】infomap 人脸聚类 facecluster
leetcode2312. 卖木头块(困难,周赛)