crawlab-team / crawlab-sdk

SDK for Crawlab, including SDK for different programming languages such as Python, Node.js and Java, and a CLI Tool written in Python.
https://crawlab.cn
BSD 3-Clause "New" or "Revised" License
55 stars 48 forks source link

can only concatenate str (not "ConnectionError") to str #8

Closed YanhuiJessica closed 3 years ago

YanhuiJessica commented 3 years ago

一个 bug

File "/usr/local/lib/python3.8/dist-packages/crawlab/core/client.py", line 99, in update_token
    print('error: ' + data.get('error'))
TypeError: can only concatenate str (not "ConnectionError") to str
tikazyq commented 3 years ago

连接失败,检查下数据库是否连接正常