Quantcast

Jump to content


0x6a61686e

Member Since 15 May 2012
Offline May 20 2015 12:29 AM

Posts I've Made

In Topic: Mysterious Negg Cave Discussion

27 August 2012 - 11:09 PM

The negg slowly opens, revealing a prize!

Posted Image
Creamy Stick Biscuit


In Topic: Score Sender

24 July 2012 - 02:18 AM

No it doesn't. I've been sending 5 scores per game perfectly fine without any trouble coming from it. I don't know what you're doing, but its just you. The only problem I have is the damn logged out error.


The first few days of the event it worked fine for me too, this just started happening tonight. I hadn't changed any settings except the '3/3 bypass' needed to get the program to overlook the '3' on the game's page. As a side-note, a nice work-around for that 'logged out' error would be to automatically try re-sending the score whenever it pops up.

In Topic: Score Sender

24 July 2012 - 01:30 AM

Bit of a bug report. Score Sender seems to think 3 plays is the maximum amount plays regardless. When it looks at the game's home page it simply sees '3' and cancels out. The 3/3 bypass option (In the 'program settings' section) fixes this, but I figured I'd point it out anyway since Neopets has been doing a lot of "send your score X times for Y days" events recently.

It wasn't initially clear what "3/3 bypass" was actually doing, so it would probably be a bit more user-friendly to implement a check for the events directly into the code. The necessary information is right on every game's home page so it shouldn't be too difficult.

In Topic: Score Sender

05 July 2012 - 09:32 AM

I keep getting the HTTP exception. Setting up debugging now, I'll forward any data I accumulate. It seems some exception handling could at least prevent the program from locking up when it encounters an error.

Exception in thread Thread-74:
Traceback (most recent call last):
File "threading.pyc", line 552, in __bootstrap_inner
File "Programs/1028/ScoreSender.py.nc", line 206, in run
File "/cdx/svn/checkout/core/trunk/Program Manager/Lib/HTTPwrapper.py", line 111, in GetWrapper
File "urllib2.pyc", line 400, in open
File "urllib2.pyc", line 513, in http_response
File "urllib2.pyc", line 432, in error
File "urllib2.pyc", line 372, in _call_chain
File "urllib2.pyc", line 616, in http_error_302
File "socket.pyc", line 351, in read
File "httplib.pyc", line 561, in read
File "socket.pyc", line 380, in read


Edit : It's also worth noting that NeoCodex's Program Manager can't write to the Program Files directory on Windows Vista and 7 unless you execute with administrative privileges. An easy way to do this is to open up the shortcut's properties (Right click >> Properties) and under "Compatibility" check "Run this program as an administrator."

Posted Image