Closed cag closed 5 years ago
Oddly enough, my local copy runs just fine.
@cag Hmm, you're still getting a 500 server error from codechecks though. Super weird. I wonder if your account somehow got scrambled. Maybe turning it on/off again and re-pasting the CC_SECRET in the travis env would make it work again.
In #62 I got an error from codechecks about not being authorized and I think that should also be working - e.g. you should be able to PR from a fork and get a report.
xecuting 1 codechecks files
1535Error occured: 403 - {"statusCode":403,"error":"Forbidden","message":"Forbidden resource"}
1536The command "npx codechecks" exited with 1.
Might have been the project name change... anyway, uninstalling and reinstalling it worked :P
@cag Hey! Codechecks backend team here 🤣 I am glad that it works now.
Could you help me to understand what exactly happened so I can fix it on my end? Did you just renamed repository or was it moved to the other org?
Thanks!
@krzkaczor I just renamed the repository. I remember seeing in the Codechecks dash that this project was still named hg-contracts
there.
@cag The 'reporter not found' seems to be something to do with Truffle 5.0.30. Everything is ok on 5.0.29.
[EDIT - Actually now I can't reproduce this with a simpler example (Metacoin). I did reproduce after cloning this branch though. Then uninstalling truffle and reinstalling @5.0.29 fixed it. ]