reece
reece
return cls(**kw).decode(s) TypeError: __init__() got an unexpected keyword argument 'encoding' 暂时解决方法: site-packages\huobi\connection\impl\restapi_invoker.py", line 56, in call_sync dict_data = json.loads(response.text, encoding="utf-8") 在报错的代码中把代码里面的encoding删除:dict_data = json.loads(response.text) 求完美解决方法...毕竟一句句删不实际啊
HI, thank for your libraries, it is what i need to find, but here are some error, first, I can change include to this to soft libraries not foucd ...
https://github.com/canaria3406/hoyolab-auto-sign/blob/main/src/main-telegram_zh-tw.gs 91-97行 var sleepTime = 0 const httpResponses = [] for (const url of urls) { Utilities.sleep(sleepTime); httpResponses.push(UrlFetchApp.fetch(url, options)); sleepTime = 1000; } 應改爲 var sleepTime = 0 const httpResponses...