Hi there!
This is my first post here. I’ve been trying to use odrive on my Mac with no luck. I’ve installed the latest version and after the installation finishes, nothing happens (odrive icon on the task bar appears and immediately disappears)
I’ve been reading lots of other posts where people had similar issues of not being able to start the application, but no workaround has been useful to me.
I’m pasting the outputs of some of the commands I’ve seen that are requested for this type of issues:
"/Applications/odrive.app/Contents/MacOS/odrive" -v
Starting launcher with verbose output…
No product argument was passed in. Attempting to find product.conf…
Using path /Applications/odrive.app/Contents/Resources/product.conf…
Using /Users/vitriolo/.odrive as the installed folder path…
Attempting to mark the installed folder path as hidden…
Writing the product.conf file at /Users/vitriolo/.odrive…
Reading the version number from the version file…
Attempting to read systemAlertRoom from config…
Setting up diagnostics for buildNo: 6316, productName: prod, systemAlertRoom: 1358891
Creating launcher object…
Checking if another odrive process is running again to reduce the chances of a race condition…
Launching…
Launch succeeded!
"$(ls -d "$HOME/.odrive/bin/"*/ | tail -1)/odriveapp.app/Contents/MacOS/odriveapp"
/Users/vitriolo/.odrive/bin/6316//odriveapp.app/Contents/MacOS/odriveapp: No such file or directory
"$(ls -d "$HOME/.odrive/bin/"*/ | tail -1)odriveapp.app/Contents/MacOS/odrive"
Traceback (most recent call last):
File “”, line 20, in
File “”, line 18, in main
File “”, line 13, in launchDesktopApp
File “Odrive_Mac_Master_Build/src/odrive_app/OdriveDesktopApp.py”, line 334, in Odrive_Mac_Master_Build.src.odrive_app.OdriveDesktopApp.OdriveDesktopApp.construct (/Users/admin/hudson/workspace/Odrive_Mac_Master_Build/deploy/build/src/odrive_app/OdriveDesktopApp.c:6971)
File “Odrive_Mac_Master_Build/src/odrive_app/OdriveDesktopApp.py”, line 1114, in Odrive_Mac_Master_Build.src.odrive_app.OdriveDesktopApp.OdriveDesktopApp._get_odrive_fs_service (/Users/admin/hudson/workspace/Odrive_Mac_Master_Build/deploy/build/src/odrive_app/OdriveDesktopApp.c:25967)
File “Odrive_Mac_Master_Build/src/odrive_app/OdriveDesktopApp.py”, line 1079, in Odrive_Mac_Master_Build.src.odrive_app.OdriveDesktopApp.OdriveDesktopApp._get_database_key (/Users/admin/hudson/workspace/Odrive_Mac_Master_Build/deploy/build/src/odrive_app/OdriveDesktopApp.c:25125)
File “Odrive_Mac_Master_Build/src/utility/KeyChainService.py”, line 66, in Odrive_Mac_Master_Build.src.utility.KeyChainService.KeyChainService.set_user_key (/Users/admin/hudson/workspace/Odrive_Mac_Master_Build/deploy/build/src/utility/KeyChainService.c:3692)
File “/Users/admin/git/juggernaut/deploy/sandbox/lib/python2.7/site-packages/keyring/core.py”, line 45, in set_password
File “/Users/admin/git/juggernaut/deploy/sandbox/lib/python2.7/site-packages/keyring/backends/OS_X.py”, line 63, in set_password
keyring.errors.PasswordSetError: Can’t store password in keychain
Here’s also the contents of the odrive.log file by the time the odrive application is run and forcibly closed:
INFO] 2017-09-26 18:04:17,007: Product home path: /Users/vitriolo/.odrive
[INFO] 2017-09-26 18:04:17,010: name: app.tar.gz, url: local, sha256: 19fc7af36dab671139e143464cf57150ef585442030f36180e6f2484a25e955c, destination: /Users/vitriolo/.odrive, version: 6316, deleteIfExist: [u’/Users/vitriolo/.odrive/bin/6316’], miscExtractionPoint: None, noExtract: False
[INFO] 2017-09-26 18:04:17,010: Verifying app.tar.gz
[INFO] 2017-09-26 18:04:17,101: Extracting app.tar.gz into /Users/vitriolo/.odrive
[INFO] 2017-09-26 18:04:18,915: Dropping version file into /Users/vitriolo/.odrive/version with version 6316
[INFO] 2017-09-26 18:04:18,915: Launching /Users/vitriolo/.odrive/bin/6316/odriveapp.app/Contents/MacOS/odrive
[ERROR] 2017-09-26 18:04:23,938: Failed to launch /Users/vitriolo/.odrive/bin/6316/odriveapp.app/Contents/MacOS/odrive
Is there anyone who may have run into the same issue? Please let me know in case you need any further details!
Thanks a lot in advance for your help!
Cheers,
Marco