Deleting from Yandex issue

Hi,

I am trying to delete files from a newly created Yandex disk account.
I can upload ok:

zen$ echo "hello" > hello.txt
zen$ rclone copy hello.txt yandex:
zen$ rclone ls yandex:
    6 hello.txt

However when I try and delete I get an error message:

zen$ rclone delete yandex:hello.txt -v
2018/08/15 09:35:18 INFO  : Waiting for deletions to finish
2018/08/15 09:35:18 ERROR : : error listing: directory not found
2018/08/15 09:35:18 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2018/08/15 09:35:18 INFO  : Waiting for deletions to finish
2018/08/15 09:35:19 ERROR : : error listing: directory not found
2018/08/15 09:35:19 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2018/08/15 09:35:19 INFO  : Waiting for deletions to finish
2018/08/15 09:35:19 ERROR : : error listing: directory not found
2018/08/15 09:35:19 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2018/08/15 09:35:19 Failed to delete: directory not found
zen$ rclone ls yandex:
    6 hello.txt

rclone version:

zen$ rclone -V
rclone v1.42
- os/arch: darwin/amd64
- go version: go1.10.1

Cheers

nvm - syntax is rclone delete yandex:/hello.txt

Either should work…

Can you please make a new issue on github about this and we can fix it! Thanks

hi, sure, done - https://github.com/ncw/rclone/issues/2471

Thanks for making the issue - this is all fixed in the latest beta now.