AW: PayPAL-IPN-request doesn't call the view

2010-09-10 Thread daqube
...@googlegroups.com] Im Auftrag von Brian Neal Gesendet: Samstag, 11. September 2010 02:05 An: Django users Betreff: Re: PayPAL-IPN-request doesn't call the view On Sep 10, 12:01 pm, Bill Freeman wrote: > > My advice is to protect everything with try or by using get, > log your progress (we had a logg

Re: PayPAL-IPN-request doesn't call the view

2010-09-10 Thread Brian Neal
On Sep 10, 12:01 pm, Bill Freeman wrote: > > My advice is to protect everything with try or by using get, > log your progress (we had a logging model, but you can > also append to a file, wrapping everything in a try-finally > that closes the filehandle to be sure things get flushed > out), and wh

Re: PayPAL-IPN-request doesn't call the view

2010-09-10 Thread Bill Freeman
When I did this I dummied up a static page on the filesystem of my desktop with a suitable post (I got the fields to expect by running the server IPN was pointed at - needs to be a routeable IP - with pdb and a break point at the start of the view). Then when we wen't live, it bombed. I had been

AW: PayPAL-IPN-request doesn't call the view

2010-09-09 Thread daqube
ok thanks; I should have mentioned that. the view is called when loaded from a browser. even with GET or POST method. But it is obviously that the error occurs in the wsgi handler This is really strange On Sep 8, 11:47 pm, Max_ wrote: > Hello, > I created a website, using the IPN-Function. > Ev

Re: PayPAL-IPN-request doesn't call the view

2010-09-09 Thread Preston Holmes
On Sep 8, 11:47 pm, Max_ wrote: > Hello, > I created a website, using the IPN-Function. > Everything worked fine at first - the notification view was called and > the signal was sent. > But now (without any changes on the code), the IPN-Request from PayPAL > doesn't call the IPN-view anymore. Th

PayPAL-IPN-request doesn't call the view

2010-09-08 Thread Max_
Hello, I created a website, using the IPN-Function. Everything worked fine at first - the notification view was called and the signal was sent. But now (without any changes on the code), the IPN-Request from PayPAL doesn't call the IPN-view anymore. The Request is logged in the apache access-log bu