axiangcoding

Results 75 comments of axiangcoding

hi, any progress on this PR? i have face the same issue.

Same issue for me. @Wajih-Wanis How the virtual display worked in code? Could you please provide a example?

> This seems to be working as intended. Is there some sort of error the python package is throwing? take a look at https://github.com/openai/openai-python/issues/349, this issue describe it more specific

@asciimoo Yes I also think the API is stable enough. But in the past two years, the update has not been released, making it feel that the repo has lost...

I believe colly can not do such thing. maybe try https://github.com/chromedp/chromedp

在debian环境下也遇到了这个问题,我使用的是chromium-driver @g1879 我应该安装的是浏览器还是内核?以及能否在docker环境下使用?

> > 在debian环境下也遇到了这个问题,我使用的是chromium-driver @g1879 我应该安装的是浏览器还是内核?以及能否在docker环境下使用? > > @g1879 同样的疑问,请问目前是否支持在Docker容器内使用,还是说目前只能通过IP地址的方式控制宿主机的浏览器。非常感谢。 我测试可以在docker内使用。但只能使用headless模式 需要安装chrome浏览器和chrome-driver

@Alen-QK 使用下面的dockerfile即可构建,我尝试了下是完全可行的 ```dockerfile FROM python:3.11-slim WORKDIR /app # 更换镜像源,不需要可以屏蔽 COPY sources.list /etc/apt/sources.list RUN apt-get update && apt-get install -y gnupg2 curl wget unzip ca-certificates # 安装 Chrome WebDriver RUN CHROMEDRIVER_VERSION=`curl...

> 可以考虑先配置忽略一下,目前库里应该是没有生成stub 如果不想忽略,可以克隆这个仓库手动生成后从本地安装进pip 我暂时忽略了对这个库的检查,这个倒是问题不大