gaowanliang / OneDriveShareLinkPushAria2

Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.
Apache License 2.0
313 stars 68 forks source link

fix: add retry on request, fix chromium error #21

Closed Mikubill closed 2 years ago

Mikubill commented 2 years ago

修复以下问题:

  1. 使用havepassword.pychromium无法启动,出现pyppeteer.errors.BrowserError: Browser closed unexpectedly错误或者进程意外退出。
  2. request增加了重试,减少urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))一类错误的发生频率。