If anybody has a timeout issue, please send a traceback. It is easy:
Run a development server with the option "--noreload"
python manage.py runserver --noreload
Try to reproduce a timeout. When you feel it, press Ctrl+C in the
terminal window.
You will see in the browser a nice traceback where the process have
been just waiting.
Click on "Traceback - Switch to copy-and-paste view" then click on the
button "Share this traceback on a public Web site" and copy only a new
created link from the address bar of Web browser.
I (or somebody fearless :-) have then 7 days to solve it before
dpaste.com is recycled or to copy the most important part to a new
post to be possible to solve it later.
You can also run it remotely on the hosting with a right configured
firewall
python manage.py runserver --noreload ipaddress:8000
I did not repeated usual debugging settings: "DEBUG = True" and
"INTERNAL_IPS = ('ip.of.your.browser',)".
P. S.:
Several days I had no invention how to report tracebacks good and
easy.
My ambition is to reveal the most insidious never explained bugs and
resolve them, even if they are usually satisfactorily circumvented.
Everything else, including the new ideas, I want to leave to other.
-- Hynek
On 13 lis, 19:42, gasphynx <[email protected]> wrote:
> We switched from Cherokee+fastcgi to Nginx+uWsgi and it works fine
> now.
>
> On Oct 19, 9:29 pm, gasphynx <[email protected]> wrote:
>
>
>
>
>
>
>
> > We're using Satchmo 0.9.2 and Django 1.3 and we're testing it out
> > using the Google Checkout Sandbox.
>
> > First we were having some SSL issues that were preventing GC from
> > communicating with our site at all, resulting in an order status of
> > "(None)". We got that fixed and GC correctly notifies our site now,
> > changing the order status to "New", but after that we're still having
> > timeout issues, and the order status never progresses beyond "New".
>
> > From the Google Checkout Integration Console:
> > "We encountered an error trying to access your server
> > athttps://bernunzio.dxdt.org/checkout/google/notification/--the error
> > we got is java.io.IOException: Error 'TIMEOUT' connecting to url
> > 'https://bernunzio.dxdt.org/checkout/google/notification/'."
>
> > When I take the POST data from the Google Checkout Integration Console
> > and submit it via curl it works fine (and the response always
> > completes in less than 5 seconds), and I added some logging middleware
> > for GC API calls and it shows that the correct response is being sent,
> > so if I didn't know any better this is a problem with Google. Is there
> > anything I can do about it?
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.