Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Error while mouting svfs with Hubic #136

Open
mianor64 opened this issue Jun 17, 2017 · 1 comment
Open

Error while mouting svfs with Hubic #136

mianor64 opened this issue Jun 17, 2017 · 1 comment

Comments

@mianor64
Copy link

Context

  • svfs version : 0.9.1
  • storage provider : OVH
  • product : Hubic

Steps to reproduce this issue :

I used hubic-application to get hubic_auth and hubic_token
$ hubic-application
Did you registered an application under your hubic account ? (y/N) y
~> Application redirect URL: https://mydomain.com/
~> Application client_id: api_hubic_xxxxxxx
~> Application client_secret: xxxxxxx

  1. Setting scope ... OK
    ~> Email: [email protected]
    ~> Password: xxxxxxxx
  2. Granting access ... OK
  3. Getting refresh token ... OK

== Your mount options ==
~> hubic_auth=xxxxxxxxxx
~> hubic_token=xxxxxxxxxx

With those informations, I should be able to mount Hubic account with svfs:
mount -t svfs -o hubic_auth=xxxxxxxxxx,hubic_token=xxxxxxxxxx,container=default hubic /test

I also tried to put credentials information in /etc/svfs.yaml and run command
mount -t svfs -o container=default hubic /test

Results you expected :

I expected the /test directory to be mounted on my VPS and access files in my Hubic account

Results you observed :

After about 30 seconds, I get this message on the command line:
FATA[2017-06-17T11:29:39-04:00] cannot obtain root node: Timeout when reading or writing data

@Lillecarl
Copy link

Try removing container=default from the config, it'll create a subdir called default in the mount point, but if that's ok it should work :)

I had the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants