You are not logged in.

#1 2016-03-19 09:39:27

pgzh
Member
Registered: 2013-03-20
Posts: 19

[SOLVED] Dropbox refusing to start

I upgraded from dropbox-3.8.8 to 3.16 (from AUR) and now dropbox refuses to start:

$ dropbox
Traceback (most recent call last):
  File "dropbox/__init__.py", line 9, in <module>
  File "dropbox/overrides.py", line 494, in <module>
  File "dropbox/overrides.py", line 396, in __ssl_wrap_socket_internal_ca_certs
  File "dropbox/ssl/revoked_certs.py", line 11, in <module>
  File "dropbox/legacy_crypto/__init__.py", line 10, in <module>
  File "dropbox/legacy_crypto/pyca.py", line 5, in <module>
  File "cryptography/hazmat/backends/openssl/__init__.py", line 7, in <module>
  File "cryptography/hazmat/backends/openssl/backend.py", line 28, in <module>
  File "cryptography/hazmat/backends/openssl/cmac.py", line 12, in <module>
  File "cryptography/hazmat/primitives/constant_time.py", line 9, in <module>
AttributeError: 'module' object has no attribute '_init_cffi_1_0_external_module'

I also tried to install dropbox-3.14.7 which produces the exact same output and problem.
I suspect a python-related problem and tried to re-install python and python2 without success. I am clueless where to start looking for the cause of this...
Can anyone help me to get dropbox running again?

Last edited by pgzh (2016-03-25 12:16:46)

Offline

#2 2016-03-20 00:23:46

Joel
Member
From: Tijuana, BC, México
Registered: 2011-12-21
Posts: 121

Re: [SOLVED] Dropbox refusing to start

I think this goes to package comments in AUR so the maintainer can help you.


* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with xfce4.
* Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with xfce4.
* AUR contributor.

Offline

#3 2016-03-20 00:28:10

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,863
Website

Re: [SOLVED] Dropbox refusing to start

Mod note: Moving to AUR issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2016-03-25 12:16:25

pgzh
Member
Registered: 2013-03-20
Posts: 19

Re: [SOLVED] Dropbox refusing to start

I was able to fix the problem myself, but am not exactly sure what caused it in the first place.
By comparing the files in the package and the actually existing files in /opt/dropbox I noticed more files being present in the system than what should be there. Especially some libs were present twice with differing version numbers.
So the steps to solve the problem and make dropbox work are as simple as

# pacman -R dropbox
# rm -rf /opt/dropbox
# pacman -U dropbox-3.16.1-...tar.xz

I don't know why the old files (I guess from 3.8 or maybe even earlier) where still present in the system or were not removed while upgrading dropbox, but at least it's working again.

Offline

Board footer

Powered by FluxBB