而我明白 2021-07-07 22:55 采纳率: 0%
浏览 66

pyppeteer报错

在使用 pyppeteer.connection.websockets.client.connect时候报的错误
有人遇到解决的吗?
AttributeError: module 'websockets' has no attribute 'client'

  • 写回答

1条回答 默认 最新

  • CSDN专家-黄老师 2021-07-07 23:06
    关注

    module 'websockets' has no attribute 'client'是websockets没有client这个对象,你检测一下代码,或者看看websockets的源码是怎样定义的

    评论

报告相同问题?