-
打包后无法正确加载spi
```java
com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error: url=motan://benchmark-server:8080/benchmark.service.UserService …
-
Please add it to the header in the request_fit function of weiboPicDownloader.py
'referer': 'https://m.weibo.cn/'
After joining, the picture download will return to normal!
-
Traceback (most recent call last):
File "weibo.py", line 628, in get_one_page
js = self.get_weibo_json(page)
File "weibo.py", line 125, in get_weibo_json
js = self.get_json(params)
…
-
:0: error: bridging header '/Users/machao/Desktop/weibo-swift/weibo-swift/weibo-swift/weibo-Header.h' does not exist
-
weibo-crawler(也就是免cookie版)只能下载9张,但是微博weibo-spider(也就是cookie版)却可以全部下载全。(我是两个都填了cookie的)
-
报错信息为:
Traceback (most recent call last):
File "weibo.py", line 1095, in get_one_page
weibos = weibos[0]["card_group"]
KeyError: 'card_group'
还有,如果有些博主的主页的ID是字母的形式,不是数字,能爬取吗
-
Running an export from a weibo collection seems to only result in the README file. As an example, try exporting either json or xlsx from collection 349 on production.
-
根据since_id开始爬的话不会由于各种原因中断之后又要从第一条开始爬
不会py
但是根据自己的需求改了下里面的方法
供参考
```
def start_page_from_since(self, since_id):
"""获取一页的全部微博"""
try:
while True:
js…
-
为了更好的解决问题,请认真回答下面的问题。等到问题解决,请及时关闭本issue。
- 问:请您指明哪个版本运行出错(github版/PyPi版/全部)?
答:pypi版本 0.0.2
- 问:您使用的是否是最新的程序(是/否)?
答:是
- 问:爬取任意用户都会运行出错吗(是/否)?
答:是
- 问:若只有爬特定微博时才出错,能否提供出错微博的weibo_…
-
我注意到requirement.txt的是lxml==4.9.3
windows11上pip install安装失败
`
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*******************************************…