Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-10-11 Thread dum dum
Hi guys, I solved this problems about week ago. Turns out that there were conflict of data and codes. Django sitemap generate something that was not exist. Such the slug. Thanks for suggestions and help before. On Mon, Oct 12, 2020 at 12:41 AM Dvs Khamele wrote: > Hi do you hire contract based

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related techincal tasks at fair prices. Reply or send email to divy...@pythonmate.com Best Regards, Divyesh Khamele, Pythonmate On Sat, 26 Sep 2020, 11:50 pm Kasper Laudrup, wrote: > Hi Dum Dum, > > On

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-27 Thread Kasper Laudrup
On September 27, 2020 7:49:43 AM GMT+02:00, dum dum wrote: >[image: image.png] > >I was successfully submitted the sitemap in google search console last >week, and got discovered urls about 960.. But suddenly, when I tried to >resubmitted sitemap.xml again, I got status "couldn't fetch". >The

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
[image: image.png] I was successfully submitted the sitemap in google search console last week, and got discovered urls about 960.. But suddenly, when I tried to resubmitted sitemap.xml again, I got status "couldn't fetch". The problem is that HTTP Error 500 in production. In local, I can open

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
There is nothing wrong with the rest data in the logs. I found only http error 500 when I visited domain.com/sitemap.xml. It's kinda weird though. Hmm.. still figuring out the cause of the problem. Thanks anyway. On Sun, Sep 27, 2020 at 12:40 PM RANGA BHARATH JINKA < bharathjink...@gmail.com>

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
Check the whole logs by going up On Sun, Sep 27, 2020 at 11:07 AM dum dum wrote: > [image: image.png] > This is what I got from heroku logs --tail. > > Thanks. > > On Sun, Sep 27, 2020 at 12:30 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> Run heroku logs --tail

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
[image: image.png] This is what I got from heroku logs --tail. Thanks. On Sun, Sep 27, 2020 at 12:30 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Run heroku logs --tail in terminal > All the best > > On Sun, Sep 27, 2020 at 10:51 AM dum dum wrote: > >> what do

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread RANGA BHARATH JINKA
Hi, Run heroku logs --tail in terminal All the best On Sun, Sep 27, 2020 at 10:51 AM dum dum wrote: > what do you mean "log files"? > Is that logs in terminal or ? > > In my terminal it works normal, no problem at all. > in localhost it works normal, but in production I got http error

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
what do you mean "log files"? Is that logs in terminal or ? In my terminal it works normal, no problem at all. in localhost it works normal, but in production I got http error 500 [image: image.png] I'm using heroku. Thanks On Sun, Sep 27, 2020 at 1:20 AM Kasper Laudrup wrote: > Hi Dum Dum,

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread Kasper Laudrup
Hi Dum Dum, On 26/09/2020 18.56, dum dum wrote: I followed the solution on the internet https://www.codeproject.com/Questions/5257129/Why-does-my-sitemap-xml-page-return-django-issue-r image.png by commented django.contrib.sites. But still got the same error. Please advise. Thanks What did

Re: domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-26 Thread dum dum
I followed the solution on the internet https://www.codeproject.com/Questions/5257129/Why-does-my-sitemap-xml-page-return-django-issue-r [image: image.png] by commented django.contrib.sites. But still got the same error. Please advise. Thanks On Fri, Sep 25, 2020 at 6:25 PM dum dum wrote: > I

domain/sitemap.xml HTTP Error 500, site matching query does not exist

2020-09-25 Thread dum dum
I don't understand this. In local, when I access 127.0.0.1:8000/sitemap.xml. I can see my xml file. But in production domain.com/sitemap.xml gave me this HTTP 500 Error. Site matching query does not exist. Anyone experienced this? Please help, thanks! -- You received this message because you