-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Checked Existing
- I have checked the repository for duplicate issues.
What would you like to know?
Hi, I'm trying to self host the badge arcade, and I've arrived to the step of uploading the badge arcade BOSS files to the server, but I keep running into the RESOURCE_EXHAUSTED error, specifically ClientError: /boss.BOSS/UploadFile RESOURCE_EXHAUSTED: Received message larger than max (26528196 vs 4194304).
I tried both uploading manually and through seeding, but I keep hitting this error. My seeding tasksheet is:
1.J6la9Kj8iqTvAPOq.data.tasksheet.xml:
<?xml version="1.0" encoding="UTF-8"?> <TaskSheet> <TitleId>0004000000153600</TitleId> <TaskId>data</TaskId> <ServiceStatus>open</ServiceStatus> <Files> <File> <Filename>data_v131.dat</Filename> <DataId>901</DataId> <Type>AppData</Type> <Url>http://npdl.cdn.pretendo.cc/p01/nsa/J6la9Kj8iqTvAPOq/data/data_v131.dat</Url> <Size>26528138</Size> <Notify> <New>app</New> <LED>false</LED> </Notify> </File> <File> <Filename>allbadge_v131.dat</Filename> <DataId>902</DataId> <Type>AppData</Type> <Url>http://npdl.cdn.pretendo.cc/p01/nsa/J6la9Kj8iqTvAPOq/data/allbadge_v131.dat?tm=2</Url> <Size>44167555</Size> <Notify> <New>app</New> <LED>false</LED> </Notify> </File> </Files> </TaskSheet>
and the files are unencrypted since the boss CLI doesn't decrypt 3DS files. Is there a flag I need to tweak to either increase the max file size or remove it altogether? I'm running a custom version of pretendo-docker if that changes anything. I edited the setup script to pull the latest version of BOSS in addition to adding other custom servers.