On Thu, Mar 26, 2015 at 10:20 AM, aRkadeFR <[email protected]> wrote: > You should setup your project so you're able to retrieve the > stacktrace on a 500 server error.
When there is a stack trace I get it (e.g. when I was getting the 403 error). There was no stack trace when I was getting the 500. But the 500 is resolved. I am now fighting the 400 error, which also gives no stack trace. > > > On 03/26/2015 12:25 PM, Larry Martell wrote: >> >> On Thu, Mar 26, 2015 at 7:22 AM, aRkadeFR <[email protected]> wrote: >>> >>> Do you have the stacktrace? Without it it's gonna be hard >>> to help you. >>> >>> My only guess is CORS (Cross-Origin Resource Sharing)? But >>> you should have the same error on local dev if you have similar >>> setup from your production. >> >> There was no stacktrace. But I figured that this issue - I did not >> have a slash on the end of the URL. I added that, then instead of a >> 500 I got a 403 Forbidden, because it didn't like the CSRF token, but >> I am sending that. So I disabled CSRF and then I get a 400 bad >> request, again no stacktrace. ALLOWED_HOSTS is ['*'] so that's not the >> cause. >> >> >>> >>> On 03/26/2015 02:04 AM, Larry Martell wrote: >>>> >>>> I have a webservice written in django and I want to call it from a non >>>> django app with ajax. Both apps run on the same host. When I call the >>>> webservice with curl it works fine, but when I call it with ajax from >>>> the other app I get a 500 internal server error. There are no errors >>>> in the web server log. DEBUG is True, and ALLOWED_HOSTS = ['*']. When >>>> I run the dev server and connect to that I get no errors, just the 500 >>>> error. I tried setting a breakpoint in the view, but it never makes it >>>> there. >>>> >>>> Anyone have any ideas as to why this is happening or how I could debug >>>> it further? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY5Ea%3DiJbXMfC14Ep-fQ%2BCjE7RYzu4XZ5xiDCUUECGXB7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

