I’m trying to troubleshoot some issues with the Dropbox rockon. According to my /var/log/messages
there seems to be an import error for libdropbox_apex.so
. Traceback:
...
Oct 28 08:56:38 ... journal: dropbox: load fq extension '/opt/dropbox/dropbox-lnx.x86_64-83.4.152/apex._apex.cpython-37m-x86_64-linux-gnu.so'
Oct 28 08:56:38 ... journal: Traceback (most recent call last):
Oct 28 08:56:38 ... journal: File "dropbox/client/main.pyc", line 18, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/features/catalina_migration/catalina_migration_controller.pyc", line 19, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/features/catalina_migration/catalina_account_context.pyc", line 13, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/features/catalina_migration/alert_dialog.pyc", line 10, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/features/file_locking/base_file_locking_alert.pyc", line 14, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/features/legacy_ui_launcher.pyc", line 21, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/configuration/manager.pyc", line 45, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/configuration/utils.pyc", line 18, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/client/autorestart.pyc", line 33, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/foundation/html_views/common/__init__.pyc", line 9, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/foundation/html_views/common/content_metadata.pyc", line 18, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/foundation/html_views/common/interface.pyc", line 18, in <module>
Oct 28 08:56:38 ... journal: File "dropbox/foundation/context/__init__.pyc", line 14, in <module>
Oct 28 08:56:38 ... journal: File "apex/__init__.pyc", line 6, in <module>
Oct 28 08:56:38 ... journal: File "<_bootstrap_overrides>", line 153, in load_module
Oct 28 08:56:38 ... journal: ImportError: libdropbox_apex.so: cannot open shared object file: No such file or directory
Oct 28 08:56:38 ... journal: !! dropbox: fatal python exception:
Over on manjaro.org there is a solution posted for this problem but I’m not sure how to implement it on the rockon. I have no experience with Docker so if anyone can suggest things to try I would be very appreciative.
(I have tried uninstalling and reinstalling the rock on and I get the same error. My guess is that the files are persistent.)