Shoutbox

Unhandled Exception Error - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Unhandled Exception Error (/showthread.php?tid=97410)

Unhandled Exception Error by Malzzel on 04-19-2011 at 12:54 AM

Hey, whenever I try uploading a script, I repeated get an unhandled exception error EVERY TIME. Just wondering if that's going to be stabilized soon. 


RE: Unhandled Exception Error by Nagamasa on 04-19-2011 at 01:32 AM

See Online submission system FAQ (uploading skins,scripts,etc)


RE: Unhandled Exception Error by robert_dll on 04-19-2011 at 01:43 AM

Sure you aren't the same poster at: http://shoutbox.menthix.net/showthread.php?tid=97386 ??


RE: Unhandled Exception Error by Alexandre.Lefebvre on 04-19-2011 at 12:36 PM

quote:
Originally posted by Malzzel
Hey, whenever I try uploading a script, I repeated get an unhandled exception error EVERY TIME. Just wondering if that's going to be stabilized soon. 

Could you provide the script that you try to upload? When was the last time you try to upload it? Also if you could details the steps that you took on the upload screen so that we may replicate the case in the test environment. Thanks.
RE: Unhandled Exception Error by matty on 04-19-2011 at 01:02 PM

How about uploading the script here ;)


RE: Unhandled Exception Error by Malzzel on 04-19-2011 at 08:00 PM

All I did was click "Add contribution" and put in the script to upload. Once it failed, took me to the error page.

This is my first time experiencing this error.

Maybe I did something wrong, since it is my first time trying this out. Anyway, I appreciate the replies so far. :)


RE: Unhandled Exception Error by matty on 04-19-2011 at 08:03 PM

Your zip file has a folder in the root followed by the files. This shouldn't be the case.
The script info file has to be called ScriptInfo.xml

The above two causes the script pack to be invalid.

And your code won't always produce a result. Array's are 0 based indexes. And you are getting a number between 0 and 15 but your array is actually 1 to 10.


RE: Unhandled Exception Error by Malzzel on 04-19-2011 at 08:59 PM

Okay, thanks matty!


RE: Unhandled Exception Error by matty on 04-20-2011 at 03:17 PM

quote:
Originally posted by Malzzel
Okay, thanks matty!
Also you're code is horrible and I have no idea how it actually ran...
js code:


This is how it could look...

js code: