vKolerts / sidenoder

Cross platform Sideloader for Quest standalone headset and other android devices
MIT License
71 stars 7 forks source link

Remote is not working on MacOs #17

Open OmarGard opened 2 years ago

OmarGard commented 2 years ago

Everytime when I try to access the remote mirror to browse and download games, the same message keeps showing:

Captura de Pantalla 2021-12-25 a la(s) 13 25 52

When I start the sidenoder app everything seems to be okay with requirements though:

Captura de Pantalla 2021-12-25 a la(s) 13 31 56

I don't know what I can do to fix this, because the version I have installed is the 0.7.3 which is the latest version avaliable. In addition, I have MacOs Monterrey

KaladinDMP commented 2 years ago

You need to get the latest config with the latest mirrors. T.me/sidenoder. I doubt it will fix your issue though as VRPs mirrors are always over quota and FFAs mirrors don't seem to be compatible with this program.

volvo0824 commented 2 years ago

I'm unsure if you're still having this issue, but I found the fix for at least the issue I was having.

The steps I took were as followed

Voila! I was having this issue, and I found that the version of Rclone that came with Sidenoder on MacOS is outdated and it doesn't come with FUSE which is a dependency, at least for the newer versions. Let me know if this fixes your issue or not.

vKolerts commented 2 years ago

please give me your log from /$USER_FOLDER/sidenoder/debug_last.log I am work on fork of new version of rclone(wait new release of sidenoder). At this time you can customize path to rclone binary by settings

flying-sausages commented 2 years ago

This is what gets thrown into my face when I click MOUNT: disconnected. I am running this on an M1 MacBook Pro 13"

Error: Command failed: "/Users/sausage/sidenoder/rclone" cmount --read-only --rc --rc-no-auth --config="/Users/sausage/sidenoder/rclone.conf" VRP_mirror02: "/var/folders/kl/bjl78md15tgfws_zmnm32ymc0000gn/T/mnt"
Error: unknown command "cmount" for "rclone"
Run 'rclone --help' for usage.
You could use 'rclone selfupdate' to get latest features.

2022/01/17 22:27:29 Fatal error: unknown command "cmount" for "rclone"
flying-sausages commented 2 years ago

So I tried to download a newer binary of rclone and setting it in the settings, but now I'm hitting an issue with fuse not being found. I've got it locally installed via the arm64 version of brew too.

Error: Command failed: "/Users/sausage/Downloads/rclone-v1.57.0-osx-arm64/rclone" cmount --read-only --rc --rc-no-auth --config="/Users/sausage/sidenoder/rclone.conf" VRP_mirror03: "/var/folders/kl/bjl78md15tgfws_zmnm32ymc0000gn/T/mnt"
2022/01/17 22:47:07 NOTICE: Serving remote control on http://localhost:5572/
2022/01/17 22:47:07 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find FUSE
volvo0824 commented 2 years ago

So I tried to download a newer binary of rclone and setting it in the settings, but now I'm hitting an issue with fuse not being found. I've got it locally installed via the arm64 version of brew too.

Error: Command failed: "/Users/sausage/Downloads/rclone-v1.57.0-osx-arm64/rclone" cmount --read-only --rc --rc-no-auth --config="/Users/sausage/sidenoder/rclone.conf" VRP_mirror03: "/var/folders/kl/bjl78md15tgfws_zmnm32ymc0000gn/T/mnt"
2022/01/17 22:47:07 NOTICE: Serving remote control on http://localhost:5572/
2022/01/17 22:47:07 Fatal error: failed to mount FUSE fs: mount stopped before calling Init: mount failed: cgofuse: cannot find FUSE

Try to uninstall fuse from brew and install it directly from the macFUSE directory