gaowanliang / OneDriveShareLinkPushAria2

Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running in docker with error Log:"这个文件夹没有文件"

SunnyPai0413 opened this issue · comments

First, I made a docker image with the following dockerfile:
aec68e0749e7e6bb4b0bbfa08e6e818d
Next, I deployed it with docker compose:
text-image (1)
And then changed the download link and aria2 server address as the docker compose file:
8a6eadc7110a33443b938991ee79e680
Last, I deployed the stack, and the log in docker portainer showed this error (maybe function?)
144bbd6f5ed80cfda9c8c8395947ff31

With the script run once, a new error log generates, repeatedly.
And I found two parts with the same text in the main.py script, but as an Operator, I do not know any of python programming.

May you tell me something about this? Thank you very much~
And I can understand both English and Chinese Simplified, so I prefer you using any of these languages.
Wish you a good day!

Due to the change of Microsoft's new web interface, the original strategy of recognizing whether there are files in a folder is invalid, and the relevant code has been deleted, and no information will be output for empty folders at present.