-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error 500 while creating a new mount #2
Comments
I'm getting this error prior to mounting, I'm actually getting it whilst creating a Google Drive remote. Occurs on the 2nd screen whilst creating the config, all I have entered is the Google Application Client ID and OAuth Secret. I currently have this exact same remote configured on Windows without issue. Error 500 is something to do with FUSE I do believe. |
I am checking. I wasn't able to create a config either. Interesting. |
The error 500 is something else here. It is supposed to open a new window when creating the config but it didn't. I am digging. |
For the config I created a random one and copied from another rsync.conf file into the container's one |
It try to open a tab on a localhost address. I tried to map the port (53682) and access it manually but it not working. Probably need to allows access from other IP instead of only localhost. Here the log: |
@maxgill You access the GUI from your unRAID server's IP. |
Yes, I know but when you try to create new config, it will try to open a new tab / window to 127.0.0.1 on port 53682 instead of the unRAID ip with port 5572. Rclone will wait for the user to continue to the new tab that does not appear and it will hang. If you try to do a new config again, you will get a error 500 with this in the log: 2022/03/20 15:13:36 ERROR : rc: "config/update": error: config failed to refresh token: failed to start auth webserver: listen tcp 127.0.0.1:53682: bind: address already in use that may be the solution: https://rclone.org/remote_setup/ But I might also be in the left field... |
also having the same issue. My log output is: 2022/03/20 18:38:22 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first |
I'm having the same problem |
Same issue here. its trying to open a login prompt window but it cant as its mapped to inside a docker.
|
i can add myself to the list of people with this problem. Having searched all over google the only useful thing i could find is that i need to install fuse? What is fuse? and how do i install it or do i already have it installed but isn't working. I am out of idea's the only thing i want to do is just backup my 4 tb nas to google cloud! |
Do it the old way in the console. rclone mount Google: mnt/user/download/Google. |
@graschbaten when i try that i get a fuse error. idk what the problem is now. can't use apt install to try and install it. because that is non existent in this docker apparently.
I am at the end of my knowledge now. |
The only way I got this to work was to add |
That is it. Thanks! Now I need to find out how I can acces it from other PC's on my network. |
Bump, I have the same issue as above. |
This is a bug/issue with rclone. I don't know how to fix. I need rclone team to help me debug but they aren't responding. :/ |
@imthenachoman I'm having a similar issue.
I've tried the fix mentioned by @SailorMaya
but when running the mount command it just hangs there forever. Any clues on what can cause this or how it can be fixed? |
Just adding myself to the list here. Understand it's an issue with rclone itself; looking forward to the fix. Thanks! |
the fix for this is the use the post argument of For making the mount show outside the container. the mode must be set to |
Did you find a solution ? I get the same issue and have no idea how to solve it |
@lbouriez IDK if you still need this, but did you toggle the |
Ho thanks, i kind of stopped trying, if i have the time to jump back to this subject i will give it a try. |
Has there been any progress on this? This kind of makes this container useless if you cannot mount the actual drives you configure? There should be notes on this in CA since this container doesn't really do what its supposed to. I wasted a lot of time trying to get this to work... |
It's an issue with rclone. The container works fine for browsing. You just can't create. I spoke to rclone devs but I don't know if they have a plan to fix. :/ |
I appreciate your work obviously, however that is not the function of rclone and makes this container not able to provide the function that its supposed to... I would request that you put a note in CA or something to let people know that its broken.... OR remove it from CA until a fix is found. This is just causing pain, suffering and wasted time... |
I'm confused. What is not the function of rclone? rclone has a cool web GUI. While this container doesn't let you create a config, it does still let you browse using the rclone GUI. And good poitn on the note. I need to see how to do that. |
Well I assume that the majority of people using this are trying to mount cloud storage on their unraid server for backups, etc, which this container cannot do... I was able to get the config setup using the rclone/remote/headless documentation but I cannot mount any of these cloud drives on my server... |
Ah. I didn't think about that. I created the container with the web UI in mind. I only wanted a way to browse my mounts using the rclone UI. |
So, @imthenachoman I read your issue on the rclone github page and I was trying to do the same thing. Fortunately I had a raspberry pi running rclone (non-containerized) which I used to generate the required access key (or whatever its called). I'll put the link below incase it might help anyone. https://rclone.org/remote_setup/ I also wanted to say that you worked pretty hard to try to get them to help you, too bad it fizzled out... Thank you for your efforts regardless. However it shoudl also be noted that this is for creating an rclone config for google drive and not how to mount it to the host operating machine (which I think this issue is actually about) |
Additionally, I have gdrive mounted and I have a volume mounted to the container from my unraid server. However when I run the mount command I am getting the below errors in the terminal. /data/gdrive # rclone mount --max-read-ahead 1024k --allow-other gdrive: /data/gdrive This makes me think that fuse and libfuse are not installed in the container. Is it possible to have these added!? |
Yeah. When I have time I still poke through the code to see if I can figure it out but I don't know Go so it's a slow burn.
You raise a good point. There are two issues: creating a config, and mounting a config.
So I didn't actually make a container. I just created an unRAID template for using the official The other issue is my unRAID box died and I won't be able to replace it for a bit. I will see if I can figure something out without needing the unRAID box. |
I'm thinking that somehow the container has to have access to the host's |
So I was wrong. I actually got everything to work, by reading the DOCUMENTATION. Who would have thunk it.... Here is what i would recommend:
Voila. Everything now works and I can mount my cloud storage to my unraid system. 500 error goes away while doing the above which is what the original issue referred to and also why I stumbled upon it. |
For anyone doing this it is important that the new Path you make is set to Read/Write - Shared. Don't wast hours on it like me. |
Damn man, I forgot the put that in my last comment. I am sorry... Thank you for bringing this up. I also spent an unfortunate amount of time trying to get this to work. When I get some time I will try and submit a pull request to have the template updated. @imthenachoman do you have any opposition to implementing the changes in my post and @jamescochran's ? |
Folks, it looks like it'll be a while before I can make updates cause my unRAID box is DoA and I won't be able to fix it for a while. If anyone wants to take over the add-ons, I'm more than happy to hand it over. |
When I have some time i'll try and submit and pull request with the updates. I forgot that you mentioned that your unraid box is down. |
Quick conclusion(from a guy wasted hours):
|
I get this Error when trying to mount a sub Folder from the remote path |
This worked for me. Note to start the container as privileged. |
I have created a new path to have access but I still have the error while mounting
The text was updated successfully, but these errors were encountered: