Your logfile indicates that it is your operating system problem not able to execute your command. Must be something Windows specific you should seek help on Windows forums.
Eccezione:
System.ArgumentOutOfRangeException: Il valore deve essere maggiore o uguale a zero e minore della grandezza del buffer della console in tale dimensione.
Nome parametro: top
Valore effettivo: -1.
in System.Console.SetCursorPosition(Int32 left, Int32 top)
in Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
in Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
in Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
in Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable`1 key, Object arg)
in Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
in Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
in Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
It even suggest to report an issue to:
Si è verificato un problema. Segnala il bug con i dettagli riportati di seguito.
Segnala su GitHub: https://github.com/lzybkr/PSReadLine/issues/new
@riccardo - as you can see above it looks that there is some Windows specific problem you are experiencing. It is not rclone. But I am afraid I have no clue what it is in your particular case.
@kapitainsky I see. I've tried quotes, Windows Command shell, PS as admin, and still I get those errors. @asdffdsa I'm going to try PSVersion 7.3.6 tomorrow.
If these problems with my Windows persist, I will upload the files to the Internet Archive from their GUI, and I will use rclone for Backblaze where it works very well.
Thanks for your kind help @kapitainsky@asdffdsa
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image> C:\rclone-v1.62.2-windows-amd64\rclone.exe copy C:\Users\ricca\OneDrive\Documenti\Websites\mixtapes\rogie\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 -vv -dry-run
Error: unknown shorthand flag: 'd' in -dry-run
Usage:
rclone copy source:path dest:path [flags]
Flags:
--create-empty-src-dirs Create empty source dirs on destination after copy
-h, --help help for copy
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2023/08/24 19:10:01 Fatal error: unknown shorthand flag: 'd' in -dry-run
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image>
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image> C:\rclone-v1.62.2-windows-amd64\rclone.exe copy C:\Users\ricca\OneDrive\Documenti\Websites\mixtapes\rogie\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 -vv --dry-run --metadata-set title=test
2023/08/24 19:12:40 DEBUG : MetadataUpload map[title:test]
2023/08/24 19:12:40 DEBUG : rclone: Version "v1.62.2" starting with parameters ["C:\\rclone-v1.62.2-windows-amd64\\rclone.exe" "copy" "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3" "archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3" "-vv" "--dry-run" "--metadata-set" "title=test"]
2023/08/24 19:12:40 DEBUG : Creating backend with remote "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3"
2023/08/24 19:12:40 DEBUG : Using config file from "C:\\Users\\ricca\\AppData\\Roaming\\rclone\\rclone.conf"
2023/08/24 19:12:40 DEBUG : fs cache: adding new entry for parent of "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3", "//?/C:/Users/ricca/OneDrive/Documenti/Websites/mixtapes/rogie"
2023/08/24 19:12:40 DEBUG : Creating backend with remote "archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3"
2023/08/24 19:12:43 DEBUG : Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3: Need to transfer - File not found at Destination
2023/08/24 19:12:43 NOTICE: Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3: Skipped copy as --dry-run is set (size 140.063Mi)
2023/08/24 19:12:43 NOTICE:
Transferred: 140.063 MiB / 140.063 MiB, 100%, 0 B/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 3.6s
2023/08/24 19:12:43 DEBUG : 4 go routines active
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image>
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image> C:\rclone-v1.62.2-windows-amd64\rclone.exe copy C:\Users\ricca\OneDrive\Documenti\Websites\mixtapes\rogie\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3 -vv --dry-run `
>> --metadata-set title=test
2023/08/24 19:16:45 DEBUG : MetadataUpload map[title:test]
2023/08/24 19:16:45 DEBUG : rclone: Version "v1.62.2" starting with parameters ["C:\\rclone-v1.62.2-windows-amd64\\rclone.exe" "copy" "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3" "archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3" "-vv" "--dry-run" "--metadata-set" "title=test"]
2023/08/24 19:16:45 DEBUG : Creating backend with remote "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3"
2023/08/24 19:16:45 DEBUG : Using config file from "C:\\Users\\ricca\\AppData\\Roaming\\rclone\\rclone.conf"
2023/08/24 19:16:45 DEBUG : fs cache: adding new entry for parent of "C:\\Users\\ricca\\OneDrive\\Documenti\\Websites\\mixtapes\\rogie\\Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3", "//?/C:/Users/ricca/OneDrive/Documenti/Websites/mixtapes/rogie"
2023/08/24 19:16:45 DEBUG : Creating backend with remote "archive.org:Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3"
2023/08/24 19:16:47 DEBUG : Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3: Need to transfer - File not found at Destination
2023/08/24 19:16:47 NOTICE: Rogie-Raregrooves_Funk-Soul-Rebels_mixtape_1998.mp3: Skipped copy as --dry-run is set (size 140.063Mi)
2023/08/24 19:16:47 NOTICE:
Transferred: 140.063 MiB / 140.063 MiB, 100%, 0 B/s, ETA -
Transferred: 1 / 1, 100%
Elapsed time: 2.0s
2023/08/24 19:16:47 DEBUG : 4 go routines active
PS C:\Users\ricca\OneDrive\Documenti\Websites\sharp-image>
@asdffdsa Ok. Maybe because I've previously uploaded such file on Internet Archive and then deleted it. Internet Archive does not allow such file to be uploaded anymore? I don't know. I will try with another file tomorrow.