Understanding errors

Hi,
I try to upload the content of a folder (on a mac) to one drive.
It keeps sending again and again the same files, it shows there are some errors.
However, I don’t see where I can understand what the errors are to correct them.
Is there any place (logs) where errors are clearly explained to be corrected?
thank you

If you post them here, I (or someone else) will help you work out what they mean.

For best results, run with -v flag so we can see the debug messages too.

here is the error I get (xxx is from me)
2016/10/14 12:00:53 xxx.mkv: Cancelling multipart upload
2016/10/14 12:00:54 xxx.mkv: Failed to copy: unauthenticated: Authentication failed
2016/10/14 12:00:54 xxx.mkv: Removing failed copy
2016/10/14 12:00:54 xxx.mkv: Failed to remove failed copy: invalidRequest: API not found

Can you upload small files? Or is it just a problem with big files?

What happens if you do

rclone ls remote: -v

Does that work or give error messages? Post the log if it doesn’t work.

this folder has big files (movies). It works better with small files
I don’t get any error when doing a ls remote.

Transferred: 0 Bytes (0 Bytes/s)
Errors: 0
Checks: 0
Transferred: 0
Elapsed time: 6s
2016/10/15 11:21:46 Go routines at exit 19

So rclone does work sometimes, better with small files.

Can you send a complete log with -v of a failing upload. Email it to me privately if you want ( nick@craig-wood.com ) or post it here.

Thanks

I need a few hours to be able to replicate a failed upload as most of the files are correctly transferred. We’ll send that.
However I don’t remember anything more details than what I already posted. and it’s the problem : there is not a clear explanation on what the problem is.

I’m unsure what the problem is too! Hopefully the logs will help.

I still have the issue, which are usually something like this
16/11/01 11:07:41 Movies/Toy Story Toons_ Hawaiian Vacation/Toy Story Toons_ Hawaiian Vacation (HD).m4v: Uploading segment 94371840/234431669 size 10485760
2016/11/01 11:07:48 Couldn’t decode error response: invalid character ‘<’ looking for beginning of value
2016/11/01 11:07:48 pacer: Rate limited, increasing sleep to 20ms
2016/11/01 11:07:48 pacer: low level retry 1/10 (error 503 Service Unavailable: )
2016/11/01 11:07:48 pacer: Reducing sleep to 15ms
2016/11/01 11:07:48 Mobile Applications/AIR RACE 1.74 1.ipa: Cancelling multipart upload
2016/11/01 11:07:48 pacer: Reducing sleep to 11.25ms
2016/11/01 11:07:48 Mobile Applications/AIR RACE 1.74 1.ipa: Failed to copy: Put https://api.onedrive.com/up/eyJSZXNvdXJjZUlEIjoiNzlGNDY1NEQxQkE0MDc1MyE0MzM2OSIsIlJlbGF0aW9uc2hpcE5hbWUiOiJBSVIgUkFDRSAxLjc0IDEuaXBhIn0/3mH_bu4oxlLxXb9HHmyTv_gpPPfgNWBMQnWRN83pBuVJrqGrZPMv9hdLyyIp8N0Wbl/eyJOYW1lIjoiQUlSIFJBQ0UgMS43NCAxLmlwYSJ9/3wYBV0iMr46yENesCJ0xvNTVpK2CQAtivBMe_RuO6iU24CkO4DJRfbBiH3T1YFKC1XJ1pKDKKpjKWLDv15JlJpnBJAnvaxH-DhJQhQIO_belAAzkDg_k50zPnDYPW0uUu5RM24Z1qthsIRZYbp_AxGF5KW_cZdClPA8Jdsetfc4n9ex7krcxpFoseIbCMyTXnW5FFTd9/0M7UuLA_4xLSy6s5h8_d3dvtuISUlDTd667JBIFMlES0C5gpm0JKT2fWGRRqyKd1hBVHx5B2XVGuimAYQukJaFQ1Fy3hMGF3wlXJ4BCWnBYgrZTrRvStQkewadl1ksSPSWyCuNBJY-Dj9sSsn327JA-m5_IesAzE7v7dthwrrrUUC-jnp983rE0L0D2BBxiZiR-HWgmQ/ti3UGU2vktTY_89tA2cautyH-jcwFCMpO3y1E5OqFCcMsHRFbPfWeUsTwBrY34YRPq3EKn0A: http: ContentLength=10485760 with Body length 0
2016/11/01 11:07:48 Mobile Applications/AIR RACE 1.74 1.ipa: Removing failed copy
2016/11/01 11:07:49 pacer: Reducing sleep to 10ms
2016/11/01 11:07:49 Mobile Applications/AIR RACE 1.74 1.ipa: Failed to remove failed copy: invalidRequest: API not found

That looks like a bug!

Can you open an issue at http://github.com/ncw/rclone/issues with the above log in please and I’ll have a go at fixing it.

I’ll post a beta for you to try on the issue in due course!

Thanks

Nick

submitted as https://github.com/ncw/rclone/issues/846