Skip to content

2019 05 16出现认证警告和md5异常,导致无法同步

atomat edited this page May 16, 2019 · 2 revisions

错误信息如下:

root@raspberrypi:/media/usbhdd/filegee# bypy info

/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py:845: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) Quota: 5.020TB Used: 1.328TB

root@raspberrypi:/media/usbhdd/filegee# bypy syncdown

/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py:845: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning) [14:38:20] Exception occurred: Exception: <type 'exceptions.KeyError'> - u'md5' Stack: File "/usr/local/bin/bypy", line 11, in sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/bypy/bypy.py", line 3700, in main perr("Exception occurred:\n{}".format(formatex(ex))) File "/usr/local/lib/python2.7/dist-packages/bypy/util.py", line 73, in formatex type(ex), ex, ''.join(traceback.format_stack()))

Abort

后来使用bypy downdir / 命令似乎没问题了。