poe-api icon indicating copy to clipboard operation
poe-api copied to clipboard

Results 2 poe-api issues
Sort by recently updated
recently updated
newest added

只修改了token 在日本地区服务器中编译运行。 poe.go:329: Server returned a status code of 403 while downloading https://poe.com. Retrying (10/10)...

希望能把异常返回而不是使用panic抛出,例如在使用poe_api.NewClient函数时,虽然panic可以在程序出现错误时立即停止,但这种处理方式可能会使错误处理更加困难,因为它会立即中断程序,而不是返回错误信息给调用者。虽然可以使用recover来恢复,但是go并不推荐过度依赖它来处理错误。