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
MegaFuse doesn't work with megafuse.conf anymore #17
Comments
|
I don't know aur well but you can compile it directly from the source code. If it cannot find a APPKEY, it defaults to MEGASDK, which is the default key. Apparently mega doesn't even check if you are providing a valid key. You can remove lines from the config files and megafuse will ask you only the missing parameters. You can for example remove all the config lines except the APPKEY one and launch megafuse. The language you see is italian, I didn't translate it because it's debug code that will be removed soon. |
|
A lot of packages in the AUR are just clever scripts that compile the program from git or source tar-ball. In this case the AUR package "MegaFuse" just grabs your code from git and compiles it. I cannot seem to get MegaFuse to use the config file at all, always "login failed", even when I uncomment or remove the "APPKEY" line. Does the megafuse.conf have to have certain permissions to work with MegaFuse? |
|
please remove all lines EXCEPT the APPKEY one and see if it works. the only requirement is that megafuse should be launched from the same directory where the conf file is located. The config file parser is very strict and you should enter the lines in the format "name = value". are there spaces or strange characters in your password? |
|
I tired that already and nothing |
|
same same... "login failed" for me too when trying to unmount using 'fusermount -u /tmp/fuse' i receive the following error message: hope these helps and i will update if there are more information that could help the troubleshooting. |
|
the MEGA api server is sometimes temporarily unusable. it happened to me too then worked again after a few hours |
|
I cannot login |
|
FYI, I’m using MegaFuse on a regular basis, and I only have these in my conf file: |
|
Same problem here. |
|
Same here. |
|
Got the same problem... |
When I make use of the included conf it doesn't work, the following is my terminal output of the error. I edited out my personal info. Also I noticed the output is in another language (is that Italian?) maybe it's something to do with the PKGBUILD from the AUR package I used to install MegaFuse? AUR link here https://aur.archlinux.org/packages/megafuse/
Everything appears to work fine if I don't use a config file and manually enter my email and password except I noticed that MegaFuse doesn't ask for a APPKEY in manual mode, why?
[lance@Arch-Chromebook ~]$ MegaFuse -c /usr/share/MegaFuse/megafuse.conf -f -o rw
ss /usr/share/MegaFuse/megafuse.conf
caricata la variabile USERNAME con il valore [E-Mail]
caricata la variabile PASSWORD con il valore [mySpecialPass]
caricata la variabile APPKEY con il valore [mySecretKey]
caricata la variabile MOUNTPOINT con il valore /media/mega
login failed. exiting...
[lance@Arch-Chromebook ~]$
The text was updated successfully, but these errors were encountered: