Package Details: ydcmd 2.12-1

Git Clone URL: https://aur.archlinux.org/ydcmd.git (read-only, click to copy)
Package Base: ydcmd
Description: Command line client for Yandex.Disk
Upstream URL: https://github.com/abbat/ydcmd
Keywords: backup cloud yandex
Licenses: BSD
Submitter: abbat
Maintainer: abbat
Last Packager: abbat
Votes: 11
Popularity: 0.000000
First Submitted: 2014-12-01 02:34 (UTC)
Last Updated: 2018-08-19 17:15 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

parakovsky commented on 2024-01-05 05:51 (UTC)

package seems to be broken

NicoHood commented on 2017-07-23 21:12 (UTC)

python-progressbar(2) is now in [community]. Please test the new packages in [community] (still in testing): https://www.archlinux.org/packages/community/any/python-utils/ https://www.archlinux.org/packages/community-testing/any/python-progressbar/ Everything should be compatible: https://github.com/WoLpH/python-progressbar/issues/131#issuecomment-317281954

rdnvndr commented on 2017-05-16 18:12 (UTC)

The version 2.10 works. Thanks.

abbat commented on 2017-05-16 12:14 (UTC)

roand, thanks for report! Must be fixed in v2.10.

rdnvndr commented on 2017-05-14 09:00 (UTC)

The progressbar is not showed when uploading a file. But the progressbar is showed when downloading a file. $ ydcmd put --progress bigfile.tar.xz Temp/

rdnvndr commented on 2017-05-12 16:05 (UTC)

It works! Thanks for fast fix!

abbat commented on 2017-05-12 11:20 (UTC)

roand, thanks for report! Would you try v2.9?

rdnvndr commented on 2017-05-11 18:01 (UTC) (edited on 2017-05-11 18:03 (UTC) by rdnvndr)

I have a error with command "put" (in version 2.7 is all ok): # ydcmd put ydcmd-2.8-1-any.pkg.tar.xz Temp/ Transfer: ydcmd-2.8-1-any.pkg.tar.xz (45K) -> disk:/Temp/ydcmd-2.8-1-any.pkg.tar.xz Traceback (most recent call last): File "/usr/sbin/ydcmd", line 2618, in <module> yd_put_cmd(options, args) File "/usr/sbin/ydcmd", line 2140, in yd_put_cmd yd_put(options, source, target) File "/usr/sbin/ydcmd", line 1353, in yd_put yd_put_retry(options, source, target) File "/usr/sbin/ydcmd", line 1339, in yd_put_retry yd_query_retry(options, method, url, None, headers, source) File "/usr/sbin/ydcmd", line 841, in yd_query_retry fd = target if isinstance(target, file) else open(target, "rb") NameError: name 'file' is not defined

abbat commented on 2017-01-25 00:00 (UTC)

bkuri, thanks for report! Try v2.7.

bkuri commented on 2017-01-24 18:01 (UTC) (edited on 2017-01-24 18:01 (UTC) by bkuri)

I'm getting the following error when using the "share" command (used to work fine before): ``` Traceback (most recent call last): File "/usr/bin/ydcmd", line 2599, in <module> yd_share_cmd(options, args) File "/usr/bin/ydcmd", line 2060, in yd_share_cmd info = yd_publish(options, yd_remote_path(arg)) File "/usr/bin/ydcmd", line 1229, in yd_publish yd_query(options, method, url, args) File "/usr/bin/ydcmd", line 913, in yd_query return yd_query_retry(options, method, url, args, headers, filename, data) File "/usr/bin/ydcmd", line 849, in yd_query_retry result = opener.open(request, timeout = options.timeout) File "/usr/lib/python3.6/urllib/request.py", line 526, in open response = self._open(req, data) File "/usr/lib/python3.6/urllib/request.py", line 544, in _open '_open', req) File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) File "/usr/bin/ydcmd", line 345, in https_open return self.do_open(self._get_connection, req) File "/usr/lib/python3.6/urllib/request.py", line 1318, in do_open encode_chunked=req.has_header('Transfer-encoding')) TypeError: request() got an unexpected keyword argument 'encode_chunked' ```