JohnTang

Results 3 comments of JohnTang
trafficstars

+1 for this issue as well. I use alpine build docker file. Dockerfile: ```bash FROM node:14.19.0-alpine as builder RUN set -x \ && sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories \ && apk...

> which version of IE are you using? it's working for me on Edge Thanks for your reply,I also can run it normally on Edge but IE. my IE version...

Hello, I meet problem like below : ```shell Traceback (most recent call last): File "C:\Code\syno\pyicloudtest.py", line 3, in api = PyiCloudService('[email protected]', 'xxx..') File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\pyicloud\base.py", line 271, in __init__ self.authenticate() File...