Closed pipe-organ closed 3 months ago
I suspect that --folder-structure {:%Y}/{:%Y-%m-%d}
is the issue. {}
selects parameter and only one parameter is passed to formatting function, but your formatting string asks for two. You can use --folder-structure {:%Y/%Y-%m-%d}
instead.
This is a way to test formatting in any online python interpreter:
import datetime
print('{:%Y/%Y-%m-%d}'.format(datetime.datetime.now()))
prints:
2024/2024-08-22
Ah! I see. Thank you so much for taking a look Andrey!! I'll try again.
You corrections are working perfectly. Thanks again for the help!!!! I''ll close it now.
Password and 2FA works perfectly and I have iCloud Web access enabled . But it fails with these error messages. Any idea what I am doing wrong here? Thanks in advance!!
Launch
Running latest
Error Message