gpt4 book ai didi

python-2.7 - 在python中的Twython异常中获取错误代码

转载 作者:行者123 更新时间:2023-12-03 08:28:11 24 4
gpt4 key购买 nike

我想捕获由于twython中发生异常而导致的错误代码。那怎么办?现在,我只能捕获 protected 帐户的TwythonAuthError,而不能捕获403或404等错误。我想将这些错误代码与发生此错误的用户名一起保存在某个文件中。

最佳答案

您可以使用try/except捕获错误,然后使用.error_code进行访问,如下所示:

try:
twython.create_friendship(user_id=userID)
except TwythonError as e:
print e.error_code

关于python-2.7 - 在python中的Twython异常中获取错误代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34221809/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com