首页 > 解决方案 > 这个错误是什么意思,我不明白 '[1006/094704.464:INFO:CONSOLE(1)] "ERROR [object Object]"

问题描述

当我运行我的 python 刮板代码时,这个错误出现在我的 cmd 中。我的代码尝试使用 selenium 抓取网站,当我的代码尝试获取某些内容时,此错误不断出现。

这个问题只是为了消除我的疑问,为什么我会得到这个。

[1006/094704.464:INFO:CONSOLE(1)] "ERROR [object Object]", source: https://example.com/token-assets/8e3b439bc40554e4bcb656864e9a1324/main.js (1)
[1006/094705.880:INFO:CONSOLE(1)] "ERROR [object Object]", source: https://example.com/token-assets/8e3b439bc40554e4bcb656864e9a1324/main.js (1)
full <section class="ng-star-inserted" id="description"><!-- --><h2 class="sam-ui header"><!-- --><!-- --><!-- --><!-- -->Description<!-- --><!-- --></h2><!-- --><!-- --><div class="sam-ui hidden section divider"></div></section>
outD = None
 div = 1 page = 1 and data equal to{'close_date': '0000-00-00', 'itemLink': 'https://example.com/opp/8f1efc97df214010b46631c74e6a8aa0/view?keywords=&sort=-modifiedDate&index=opp&is_active=true&page=1', 'organization': 'AGRICULTURE, DEPARTMENT OF', 'downloads': '', 'desc': 'Desc not found ', 'title': 'Potato Processing Floor Polishing'}
[1006/094709.813:INFO:CONSOLE(1)] "ERROR [object Object]", source: https://example.com/token-assets/8e3b439bc40554e4bcb656864e9a1324/main.js (1)
[1006/094713.079:INFO:CONSOLE(1)] "ERROR [object Object]", source: https://example.com/token-assets/8e3b439bc40554e4bcb656864e9a1324/main.js (1)

正如您在尝试从 div 读取一些数据之前看到的那样,它出现然后我打印我的抓取数据,当它用于下一个 div 时,它再次出现,我再次获得我的第二个 div 内容。

标签: pythonseleniumweb-scraping

解决方案


推荐阅读