python_PlateRecogntion icon indicating copy to clipboard operation
python_PlateRecogntion copied to clipboard

使用时经常卡死

Open LoadStar822 opened this issue 3 years ago • 3 comments

识别网络图片卡死,打开图片卡死,对比图片卡死,打开摄像头(窗口直接关闭),搜索的时候并不会搜索该文件夹的所有图片,这些是我的电脑的问题吗。

LoadStar822 avatar Apr 25 '22 03:04 LoadStar822

可以上传问题的视频吗,以及故障的系统,python 版本,操作步骤

dreamhunter2333 avatar Apr 25 '22 06:04 dreamhunter2333

我调试了一下是因为百度API的问题,但是我已经将.env文件配置好了,使用Python为预置的虚拟环境,报错信息如下: 获取accesstoken错误 HTTPSConnectionPool(host='aip.baidubce.com', port=443): Max retries exceeded with url: /oauth/2.0/token?grant_type=client_credentials&client_id=mZ9QC2hjHQtiuVtx0yH5QyDb&client_secret=xxxxxxx& (Caused by ProxyError('Your proxy appears to only use HTTP and not HTTPS, try changing your proxy URL to be HTTP. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#https-proxy-error-http-proxy', SSLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:841)'),)))

LoadStar822 avatar Apr 25 '22 06:04 LoadStar822

我调试了一下是因为百度API的问题,但是我已经将.env文件配置好了,使用Python为预置的虚拟环境,报错信息如下: 获取accesstoken错误 HTTPSConnectionPool(host='aip.baidubce.com', port=443): Max retries exceeded with url: /oauth/2.0/token?grant_type=client_credentials&client_id=mZ9QC2hjHQtiuVtx0yH5QyDb&client_secret=0rx5TlEyhGraehGHpKeVCPtysy0HmgQI& (Caused by ProxyError('Your proxy appears to only use HTTP and not HTTPS, try changing your proxy URL to be HTTP. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#https-proxy-error-http-proxy', SSLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:841)'),)))

是否使用了代理呢

dreamhunter2333 avatar Apr 25 '22 07:04 dreamhunter2333