mocker

Results 9 comments of mocker

下着下着 就Exception in thread Thread-14: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 706, in urlopen chunked=chunked, 以后可否增加代理配置

一个目标下载不完 被目标'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) ,这种情况下,再次启动是会检测已经下载的吗?

> > 一个目标下载不完 被目标'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) ,这种情况下,再次启动是会检测已经下载的吗? > > 会,如果你觉得这次没有下载完整,就重新运行直到所有 Objects 都下载成功。 > 后续会添加:自动将下载失败的 Objects 重新加入队列。 重新下载 也会再次请求大量404的object,到一定请求数量还是会被目标ban掉,目标文件比较多的话 永远下不完 -_- 失败时,记录当前的hash,下次再从这个地方继续下载,可能会好些

> 没有目标网站,我无法复现你的情况。 师傅,check gmail

![image](https://user-images.githubusercontent.com/13307672/60949958-d2132480-a328-11e9-8758-c07d633c5f9c.png) 屏幕明暗,滑动时移,音量大小

https://github.com/tencentyun/SuperPlayer_Android

Thanks for the quick response! I understand the goal of keeping the core docs framework-agnostic. The main reason I'm advocating for this specific example is that **Medusa's own [Next.js Starter](https://github.com/medusajs/nextjs-starter-medusa)**...

complement Retrieve customer data ```typescript const { customer: customerData } = await sdk.store.customer.retrieve({}, { Authorization: `Bearer ${refreshedToken ? refreshedToken : initialToken}` }) ```