Python3 Simple_Salesforce

时间:2019-05-09 09:31:23

标签: python-3.x simple-salesforce

我正在尝试通过python将我的salesforce帐户与simple_salesforce连接起来。

我正在使用此代码

from simple_salesforce import Salesforce

sf = Salesforce(username='username', password='password', security_token='token', sandbox=True)

运行代码时出现此错误:

  

simple_salesforce.exceptions.SalesforceAuthenticationFailed:UNKNOWN_EXCEPTION:无效的3字节UTF-8序列的字节2。

根据文档(https://pypi.org/project/simple-salesforce/),我的代码与所述代码相同。

知道我在做什么错吗?

0 个答案:

没有答案