We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我使用node调用API,出现下面的错误,请教一下该如何解决,还是我调用的方式不对,不胜感激~ { Image:'base64_path...', box_threshold: '0.3', text_threshold: '0.25', prompt: 'house' } Error: connect ETIMEDOUT 34.87.74.158:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -4039, code: 'ETIMEDOUT', syscall: 'connect', address: '34.87.74.158', port: 443 } Request has timed out
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我使用node调用API,出现下面的错误,请教一下该如何解决,还是我调用的方式不对,不胜感激~
{
Image:'base64_path...',
box_threshold: '0.3',
text_threshold: '0.25',
prompt: 'house'
}
Error: connect ETIMEDOUT 34.87.74.158:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) {
errno: -4039,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '34.87.74.158',
port: 443
}
Request has timed out
The text was updated successfully, but these errors were encountered: