ADMIN: pyweek-upload.py bugfix!
The uploader had a bug! I didn't test it!Bad Richard.
The fixed version is pyweek-upload.py.
A number of bugs in the uploader handler on the server have been fixed, including the reporting of "301" responses and "not an image file".
(log in to comment)
I'm looking into the other issues.
Comments
and I can't tag an entry as "final" when I use the upload web page
Traceback (most recent call last):
File "pyweek-upload.py", line 197, in
http_request(data, host, port, url)
File "pyweek-upload.py", line 135, in http_request
h.progress_send(data)
File "pyweek-upload.py", line 112, in progress_send
sent += self.sock.send(chunk)
socket.error: (104, 'Connection reset by peer')
bencoder on 2008/09/13 16:40:
I'm having trouble with this richard:python pyweek-upload.py -ubencoder -ppassword -d"Final Version of Lunar Delivery" -cLunarDelivery-1.0.zip -eLunarDelivery -f
Traceback (most recent call last):
File "pyweek-upload.py", line 197, in
http_request(data, host, port, url)
File "pyweek-upload.py", line 135, in http_request
h.progress_send(data)
File "pyweek-upload.py", line 112, in progress_send
sent += self.sock.send(chunk)
socket.error: (32, 'Broken pipe')
any ideas?