-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the command line #221
Comments
Is this different from past versions of the management console? Looks like a client issue to me. |
This has definitely worked in past versions :/ |
What output do you get from a past version of the management console? |
It looks like you're missing the fingerprint (although it should give you an error if you run it without the fingerprint). I tested with a similar file (just changed the username and included the fingerprint from my OMVA) and it worked. However, this was on Windows. I don't have a Mac to test with. |
While (embarrassingly) it is true that I left out the fingerprint, it still fails silently with one. |
*working on getting access to Rebecca's MC so I can test with an older version. I still suspect it's a client problem but it begs the question when this broke. |
2015-07-20 10:56:36,183 INFO update_schema running update 00008_hybrid_tss File "twisted/internet/base.pyc", line 1167, in mainLoop File "twisted/internet/base.pyc", line 789, in runUntilCurrent File "twisted/internet/defer.pyc", line 1141, in unwindGenerator --- --- File "spider/Spider.pyc", line 389, in _start_spider File "spider/cmdline/init.pyc", line 335, in handle_commandline File "spider/cmdline/option_handlers/setup_handler.pyc", line 257, in try_to_handle File "spider/cmdline/option_handlers/setup_handler.pyc", line 230, in _setup_account_from_definition exceptions.IOError: [Errno 13] Permission denied: '/Users/renee/Desktop/adduser.txt' 2015-07-20 10:56:36,241 DEBUG twisted Main loop terminated. |
Looks like a permission problem with the file. How did you create it? If you change the permissions: chmod 666 /Users/renee/Desktop/adduser.txt And then try running the setup, what do you get? |
curiously I get permission denied with the |
This is still a client problem, but I agree with Brian, it looks like a permissions problem on your end. |
example format with file named
claire.txt
:{
"username": "[email protected]",
"password": "wVu4qep5MHZjzLmAyb8cOAc7J2ZQe9eLlV2Hdomc",
"reinstall": false,
"device_name": "Emelia test",
"password_hint": "so sad"
}
Note that example case has false input and will not work.
Make sure: 1) it's in plain text (Format>Make Plain Txt) you reference the full filename in
/Applications/SpiderOakBlue.app/Contents/MacOS/SpiderOakBlue --setup=/Users/renee/Desktop/claire.txt
Actual result
Fails with no terminal output, no device added in either a reinstall or new device case.
Test run: http://spideroak.testlodge.com/projects/2632/runs/155678?tab=2&run_section_id=97705#executed_case_7722385
The text was updated successfully, but these errors were encountered: