-
Describe the bug Reported to help other debugging. CodeChecker version
To Reproduce Code checker is started:
Additional context
In the console, I can see:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Doing a "make clean" / "make package" fixes the issue |
Beta Was this translation helpful? Give feedback.
-
Even I was facing this issue and the solution worked perfectly, maybe we can document this somewhere? |
Beta Was this translation helpful? Give feedback.
-
If there is a thrift api change the npm and the pypi packages in the virtualenv needs to be updated. There is a check for the api versions during packaging here. What could happen is that for some reason the python packages were updated successfully but the npm packages not and the package build assumed everything is updated because they are updated together. Yes in this case the |
Beta Was this translation helpful? Give feedback.
Doing a "make clean" / "make package" fixes the issue