kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

Max retries exceeded #39

Closed memetics19 closed 4 years ago

memetics19 commented 4 years ago

I deployed a djangocms in heroku and checked the SEO check but it returned this error HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //astaqc-djangocms.herokuapp.com//en/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f45e24480b8>: Failed to establish a new connection: [Errno -2] Name or service not known',))

Here is the screenshot image

corentinbettiol commented 4 years ago

@memetics19 First of all, thank you for using django check seo :)

Then, what are your settings, please ? I see that django-check-seo is trying to reach https://astaqc-djangocms.herokuapp.com//en/ (note the additional / before /en/), this is not a normal behavior.

memetics19 commented 4 years ago

@corentinbettiol I have resolved it, in django cms I have added link this https://astaqc-djangocms.herokuapp.com but I found that https is not required to add in the site. When I removed https it's resolved

corentinbettiol commented 4 years ago

Nice, glad that your issue has been solved :)