Skip to content
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

Is this still working ? #157

Open
Antwelm opened this issue Feb 8, 2020 · 4 comments
Open

Is this still working ? #157

Antwelm opened this issue Feb 8, 2020 · 4 comments

Comments

@Antwelm
Copy link

Antwelm commented Feb 8, 2020

(please be kind, I don't understand much of this)
(PS: I´m on MacOS using jotta´s white label Get Sky)

I'm getting this syntax error when I try to mount:

mbp$ pip3 show fusepy
Name: fusepy
Version: 3.0.1
Summary: Simple ctypes bindings for FUSE
Home-page: http://github.com/fusepy/fusepy
Author: Giorgos Verigakis
Author-email: [email protected]
License: ISC
Location: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
Requires:
Required-by:

mbp$ jotta-fuse /Users/mbp/mount/getsky
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/bin/jotta-fuse", line 11, in
load_entry_point('jottalib==0.5.1', 'console_scripts', 'jotta-fuse')()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jottalib/cli.py", line 116, in fuse
from .jottafuse import JottaFuse
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jottalib/jottafuse.py", line 47
print "JottaFuse won't work without fusepy! Please run pip install fusepy."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("JottaFuse won't work without fusepy! Please run pip install fusepy.")?

Then I tried ghetto hacking by closing the print "" with () and ran the command again. Then I got this:


from .jottafuse import JottaFuse

File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/jottalib/jottafuse.py", line 145
'st_mode': stat.S_IFDIR | 0755,
^
SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers

@sjurtf
Copy link

sjurtf commented Feb 13, 2020

No, at least not for GetSky customers. Use rclone (rclone.org) instead.

@ingardm
Copy link

ingardm commented Feb 13, 2020

Why not use the official client : https://docs.jottacloud.com/en/collections/178055-jottacloud-command-line-tool ?

@Antwelm
Copy link
Author

Antwelm commented Feb 14, 2020

No, at least not for GetSky customers. Use rclone (rclone.org) instead.

I wasn't able to get that doing what I wanted (mounting locally), that's why I started trying jottalib. Will try the jottacloudCLI now, hopefully works for GetSky.

@Antwelm
Copy link
Author

Antwelm commented Feb 14, 2020

Why not use the official client : https://docs.jottacloud.com/en/collections/178055-jottacloud-command-line-tool ?

Thanks, didn't know about that one. Got it and managed to login. But, I don't see any way of mounting stuff locally, which is what I want..

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

No branches or pull requests

3 participants