N
N
Nikita Khomitsevich2013-08-03 00:28:55
linux
Nikita Khomitsevich, 2013-08-03 00:28:55

Can't install SkyDrive on Ubuntu 13.04?

Good night everybody! I just got this problem and I don't know what to do.
I'll start off by saying that I'm a beginner linux user and I installed Ubuntu 1304 the other day just to get the hang of it.
I wanted to "fasten" myself SkyDrive, but that's the trouble!
I did everything as it is said here: habrahabr.ru/post/179213/
But at the time of entering the command skydrive-cli authinto the terminal, I get the following error (as I understand it, the problem is in the Python code):

Traceback (most recent call last):
  File "/usr/local/bin/skydrive-cli", line 9, in <module>
    load_entry_point('python-skydrive==13.06.4', 'console_scripts', 'skydrive-cli')()
  File "/usr/local/lib/python2.7/dist-packages/skydrive/cli_tool.py", line 224, in main
    api = api_v5.PersistentSkyDriveAPI.from_conf(optz.config)
  File "/usr/local/lib/python2.7/dist-packages/skydrive/conf.py", line 48, in from_conf
    conf = yaml.load(src.read())
  File "/usr/local/lib/python2.7/dist-packages/yaml/__init__.py", line 71, in load
    return loader.get_single_data()
  File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 37, in get_single_data
    node = self.get_single_node()
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 36, in get_single_node
    document = self.compose_document()
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 55, in compose_document
    node = self.compose_node(None, None)
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 64, in compose_node
    if self.check_event(AliasEvent):
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
  File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 449, in parse_block_mapping_value
    if not self.check_token(KeyToken, ValueToken, BlockEndToken):
  File "/usr/local/lib/python2.7/dist-packages/yaml/scanner.py", line 116, in check_token
    self.fetch_more_tokens()
  File "/usr/local/lib/python2.7/dist-packages/yaml/scanner.py", line 257, in fetch_more_tokens
    % ch.encode('utf-8'), self.get_mark())
yaml.scanner.ScannerError: while scanning for the next token
found character '\t' that cannot start any token
  in "<string>", line 2, column 1:
    	id: 0000000040101EF8

I can't do anything further. Help me please!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2013-08-03
@jcmvbkbc

yaml.scanner.ScannerError: while scanning for the next token found character '\t' that cannot start any token in "<string>", line 2, column 1

In some config file (I suspect that optz.config, but not the fact) in line 2, column 1 there is a tab that the parser does not like. You can try replacing it with a space(s).

K
kommen, 2013-08-03
@kommen

I installed following these instructions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question