You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I wrote a custom FileUploadHandler to process uploaded data on the
fly.
My problem is that there are no exceptions raised.
No matter if I am referencing a variable before I assign it, or if I
do something like raise Exception(). The server seems to get stuck.
The Exception does not bubble to the surface.
For me it looks like a bug?!
Any experiences or ideas? otherwise I will open a ticket.
Thanks,Toni
Karen Tracey
unread,
Aug 28, 2008, 5:47:41 PM8/28/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hmm, I actually saw that behavior yesterday when I (unintentionally) uploaded to a full disk. I thought the write was hanging but actually it is generating an exception. I've expanded the scope of the ticket I opened yesterday reporting this: