This question has been flagged

I installed all the needed programs to the best of my knowledge but it still won't open odoo. Any help? 

it keeps showing "This site can’t be reached The webpage at http://0.0.0.0:8069/ might be temporarily down or it may have moved permanently moved to a new web address.
ERR_ADDRESS_INVALID"

Avatar
Discard

"Help" is not a question.
We get almost 1,000 posts a month and not everyone will open a post to find out what your question is.
I have edited your post to make the title a question.
In the future, please consider using a Question that makes it clear what you ask without requiring people to open your post, as this will often increase the chances people will respond and make everything clearer for others looking for the same answer.
See also https://www.odoo.com/forum/help-1/meta-why-do-some-questions-get-answers-and-others-do-not-25620

Best Answer

Hi,

You have to check and see if the odoo service is running or not, if it is not running, you have to run the service depending on how you set up the odoo instance.

Suppose if you are using ubuntu and running the instance using service, and if the service name is odoo, you can check the status of service by entering the following command: sudo service odoo status .


Also there is chance of missing python dependencies, if you run odoo using the terminal via CLI, you can trace the missing packages: How To Run Odoo From Terminal


If you are setting up odoo for development with pycharm, you can refer this: Configure Odoo With Pycharm

Thanks

Avatar
Discard