outdoorbits / little-backup-box

This software turns a single-board computer into a versatile, pocket-sized backup solution. Especially for digital photography, this is the solution for backing up images and media files on mass storage devices when traveling or at events. Media content can be viewed and rated for the subsequent process.
http://littlebackupbox.com
GNU General Public License v3.0
504 stars 103 forks source link

rclone GUI link goes to "404 page not found" #176

Closed mrsparkle331 closed 1 year ago

mrsparkle331 commented 1 year ago

Describe the bug Attempting to access the rclone GUI leads to a "404 page not found"

Pi is connected to home wifi network.

To Reproduce Steps to reproduce the behavior:

  1. Go to Settings -> CONFIGURE CLOUD-SERVICES
  2. Click on rclone GUI
  3. New window opens to http://X.X.X.X:81/
  4. See error - "404 page not found"

Expected behavior I expect a web gui for rclone

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context LBB is current as of DEC 28 2022

outdoorbits commented 1 year ago

I can't reproduce this actually but I hope to find the time for a new installation from scratch. I had a similar problem once but it disappeared after next reboot. Could you please perform an update (from config). This would try to install the gui again, just in case.

I just checked mine at http://x.x.x.x:81 as well as https://x.x.x.x:8443

Did you test this with another browser? Are you using a password for lbb?

Please tell me whether the problem persists after the update or not.

mrsparkle331 commented 1 year ago

I just updated again and the logs show nothing was updated since everything was already up to date.

I tried https 8443 and http 81 and they both go to 404 not found.

I have a password set for lbb. It prompts for the password when I try to access the rclone GUI.

I used the two browsers listed in the original post.

outdoorbits commented 1 year ago

Could you please have a look, if the server is running:

sudo ps auxw | grep rclone

Please post the output but overwrite the password. Should be something like

root 696 0.0 0.0 12168 4328 ? S 09:50 0:00 sudo rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr :5572 --config /media/rclone.conf --rc-user lbb --rc-pass XXXX root 697 0.0 0.5 758760 42256 ? Sl 09:50 0:00 rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr :5572 --config /media/rclone.conf --rc-user lbb --rc-pass XXXX pi 9910 0.0 0.0 6040 636 pts/0 S+ 10:06 0:00 grep --color=auto rclone

mrsparkle331 commented 1 year ago

root 729 0.0 0.0 12168 4320 ? S 02:20 0:00 sudo rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr :5572 --config /media/rclone.conf --rc-user lbb --rc-pass ******

root 730 0.0 0.5 759852 44616 ? Sl 02:20 0:10 rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr :5572 --config /media/rclone.conf --rc-user lbb --rc-pass ******

pi 17738 0.0 0.0 6040 668 pts/0 S+ 14:25 0:00 grep --color=auto rclone

the password in the output matches the one I have set

outdoorbits commented 1 year ago

Maybe I got it. Did you try to access the gui while the box was not connected to the internet? rclone downloads the gui on server-start. If internet is not connected at this time, it could be not available. Needs more investigation...

outdoorbits commented 1 year ago

Please update, it should be there after that. To re-install/update the rclone-gui you can also use settings/Configure Cloud-services and check at "Update and restart rclone GUI"

mrsparkle331 commented 1 year ago

gui link is working after update! thanks!