This question has been flagged
6 Replies
4206 Views

Error in  building in SH

gets a lot of errors and then fails to build the instance, last week was working correctly

anybody getting the same error?

Avatar
Discard

I am getting the same error on 3 different odoo.sh servers. I even reverted my commits back and still fails. I know of 2 other people having this issue.

I also have the same problem with 4 different sh servers.

We Have this Issue as well in 4+ servers, and today the 5th server has joined them this issue has started since last monday

hello, the error is back on multiple DBs, is the error happening to you again?

Best Answer

Finally I just Checked and after 5 days it started working again, you can now commit and it will build. good luck

Avatar
Discard
Best Answer

I have the same problem in 6 differents servers


Avatar
Discard
Best Answer

same problem here with at least 4 servers. 

Avatar
Discard
Best Answer

Saludos, igual por aca con el mismo problema al subir cambios


Avatar
Discard
Best Answer

I have the same problem when I try to commit a new module in a branch.

I got these errors:

-  Failed to load registry.

-  Transient module states were reset.

Avatar
Discard
Best Answer

Hello, after reviewing why the compilations were failing I was able to find the reason why it was failing me.

First review how obvious it is to correct those that are ERROR.

Then only WARNINGS remained, after reviewing them I found that there was a delete in xml, which generated a warning because the record that I wanted to delete did not exist.


Commenting it out no longer caused builds to fail. In my case I replace it with a function.

Avatar
Discard