I am working on the Mod Share Uploader in Insanity 1.2/Warp, and for some reason, whenever it uploads a project, it corrupts the uploaded copy. It says "key not found" when downloading it.
The problem function is Scratch-UI-Panes -> ScratchFrameMorph -> uploading -> upload: t1 user: t2 password: t3 description: t4 title: t5 license: t6
Can somebody please help me out here? The latest code is available at the source repository.
Oh, btw, the new dev password is "orion".
Last edited by jvvg (2012-10-20 23:04:22)
Offline
I would consider it common courtesy to post your solutions when you solve them yourself, that way others browsing can learn/fix the same problem.
Would you mind posting your solution?
Offline
Magnie wrote:
I would consider it common courtesy to post your solutions when you solve them yourself, that way others browsing can learn/fix the same problem.
Would you mind posting your solution?
My solution is simple:
instead of building the entire file again, just save the file and read it into the uploader
Offline