nerdunit / androidsideloader

GNU General Public License v3.0
236 stars 54 forks source link

Quota reached for all mirrors ,exiting Application. #101

Closed Blue863 closed 1 year ago

Blue863 commented 2 years ago

I've made a post about this error already and was told its about the servers im trying to connect to. How do I connect to a different server or launch in offline mode?

frakman1 commented 2 years ago

I was able to get past this error by placing the rclone.conf file in /Users/myuser/.config/rclone I obtained the file from the Telegram channel for SideNoder (updated 04.12.2021). It keeps getting updated so better to use the one from there. Anyway, I've included the one I used in case it helps for now. Make sure you rename it to rclone.conf because Github won't let me upload a .conf file.

rclone.txt

It works for me. This is a screenshot of it downloading a game:

image

mambrino commented 2 years ago

I have the same problem here: quota reached for all mirrors, exiting application. Even using the latest .conf from the SideNoder telegram or the one attached by frakman1. I can't connect in any way.

frakman1 commented 2 years ago

@mambrino: You just have to keep trying different mirrors and remotes until you find one that works. Nothing will bypass a Google quota.

I had to try all these before I finally got a certain apk to download:

image

frakman1 commented 2 years ago

For me, the clue was when I looked at the log file: debuglog.txt and saw a message like this:

07:32PM(UTC): Running Rclone command: listremotes
07:32PM(UTC): Rclone error: 2021/12/04 19:32:42 NOTICE: Config file "C:\\Users\\myuser\\.config\\rclone\\rclone.conf" not found - using defaults

Maybe your error is different. I confirmed that rclone can see the mirrors using either rclone listremotes or rclone config

Output looks like this:

c:\Users\myuser\Downloads\rclone>rclone listremotes
FFA-01:
FFA-02:
FFA-03:
FFA-04:
FFA-06:
VRP-mirror13:
VRP-mirror21:
VRP-mirror22:
VRP-mirror26:
VRP-mirror27:
VRP-mirror28:
VRP-mirror29:
VRP-mirror30:
VRP-mirror31:
VRP-mirror32:
VRP-mirror33:
VRP-mirror34:
VRP-mirror35:
VRP-mirror36:
VRP-mirror37:
VRP-mirror38:
VRP-mirror39:
VRP-mirror40:
VRP-mirror41:
VRP-mirror42:
VRP-mirror43:
VRP-mirror44:

Since my Windows is a remote VM I was planning on using this tool to just download the files and move them to my local Mac that is connected to my Quest 2. I even set "Enable no device mode" but after trying to download a file, I got a pop up error about device not being found and then it deleted the downloaded file, so that was no good.

I decided to just use a rclone GUI like Rclone Browser and download the files manually and use adb install -r <filename.apk> to install the apps. I have a Mac so I used SideQuest to drag and drop the .obb folder into the filesystem of the Quest 2 (/sdcard/Android/obb). None of the combo-do-everything apps worked for me on the Mac. There are probably easier ways to do this but that's just what worked for me (I just got the Quest 2 yesterday so I am new to this too)

Hope that helps!

mambrino commented 2 years ago

Thanks for the info ;)

my log file debuglog.txt show this for all mirrors when trying to connect:

Rclone ERROR: VRP-GameList.txt: Failed to open: open file failed: googleapi: Error 403: The download quota for this file has been exceeded., DownloadQuotaExceeded
Failed to cat: open file failed: googleapi: Error 403: The download quota for this file has been exceeded., DownloadQuotaExceeded

If I use rclone together with a browser, it works perfectly.

It seems that there is some problem with sideloader when trying to get games list.

SytheZN commented 1 year ago

There's nothing we can do about google's quotas unfortunately.