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

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

Open SunnyPai0413 opened 7 months ago

SunnyPai0413 commented 7 months ago

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!

gaowanliang commented 6 months ago

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.