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

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