little boss of programer

Results 6 comments of little boss of programer

I meet this problem too. There is a method to slove this problem: ```python issueInst = jira.issue(jira_key) issueInst.self=issueInst.self.replace(server_url_without_port, server_url_with_custom_port) issueInst.update(fields=fields, update=update_info) ```

@SaoirseARM it is 32 bit lib, and the error is made by choosing wrong compiler,and I choose the arm-linux-androideabi-clang/clang++,reedit the Makefile,it works well on arm32 device (android OS) if I...

http 接口来获取日志信息是可以,但这种不是高可靠的方案。我们不能容忍 jenkins 生成的消息丢失的情况。目前我在降低 jenkins 版本试下。实在不行,就用 python 来实现生成 kafka 消息

@haihuanzxx I alse meet the same problem to test my model by 'TEST.py', what do you do to fix the problem?

Check out if the value "img" is empty, I once passed a wrong image path, so I also met the error you proposed!