Comment 10 for bug 1196253

Revision history for this message
KARTHIK (kannankarthik1992) wrote :

Currently using libgpgme11 - 1.4.2-0.1ubuntu3 in Ubuntu saucy.

Still facing the same problem when trying to install dropbox.

Downloading Dropbox... 100%
Traceback (most recent call last):
  File "/usr/bin/dropbox", line 1404, in <module>
    ret = main(sys.argv)
  File "/usr/bin/dropbox", line 1393, in main
    result = commands[argv[i]](argv[i+1:])
  File "/usr/bin/dropbox", line 817, in update
    download()
  File "/usr/bin/dropbox", line 556, in download
    name, i, total = one_member.next()
  File "/usr/bin/dropbox", line 278, in unpack
    if not verify_signature(StringIO.StringIO(DROPBOX_PUBLIC_KEY), signature, self.local_file):
  File "/usr/bin/dropbox", line 201, in verify_signature
    sigs = ctx.verify(sig_file, plain_file, None)
gpgme.GpgmeError: (7, 58, u'No data')
The installation of Dropbox failed.

Tried downgrading to 1.2.0-1.4ubuntu4 as suggested in one of the comments, but that too didn't solve the problem. Got the same above error with the older version also.