App-Inventor-Gallery
App-Inventor-Gallery copied to clipboard
Errors When Submitting
Async(undefined) exception: Server error -1: Method threw an error: JavaException: com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.
Async(undefined) exception: Transport error 500: Server error
These are some errors I am encountering when submitting. I understand that these might be because the server is down/the add app functionality is down; however, I figured I'd make a note of it. There is also the fact that my submission is not legitimate as I was testing out the various fields with uploads of wrong i.e. jpeg images in the the apk and zip boxes, and txt files in the image boxes. However, if the errors are being caused by this, the average user would not be able to troubleshoot from these toasts, as they do not offer any useful suggestions from the user's point of view.
Both of these problems should now be fixed, with recent commits. Testing welcome!
When uploading a sample project with images, source, and apk, I get: Async(undefined) exception: Local error 1: Local time-out expired for addOrEditApp.
Omitting the apk (size of 1.2 MB for my sample) didn't cause this error.
The error you're getting indicates that the 30-second time I've allowed for the upload is inadequate. I can increase the time limit, but it should be set to some reasonable value.
How big are the other files you are uploading? I uploaded a 3.9MB source file along with a single small image, with no problem (and in well less than the available 30 seconds). There are no server errors from today, so this seems to be purely an upload time issue.
1.3 MB is the largest size of files. This is the apk. I can check image sizes later but they should be quite small.
Edit Images are 25KB and under. Apk is the largest file being uploaded at 1.3 MB