水平分片搭建完后,运行init_order_master.py脚本报如下错误:
[root@node1 ~]# python init_order_master.py
Traceback (most recent call last):
File “init_order_master.py”, line 34, in
customer_id=int(result[“customer_id”])
TypeError: ‘NoneType’ object has no attribute ‘getitem’
请问这个报错该怎么解决呢?