这两个链接“https://horde.koboldai.net/api/v2/status/heartbeat”在浏览器都可以正常访问,但放到sillytavern的index.js里执行就报RESET错误,感觉是ST服务器给我reset的,打印了request报文,如下:
{
protocol: 'https:',
slashes: true,
auth: null,
host: 'horde.koboldai.net',
port: null,
hostname: 'horde.koboldai.net',
hash: null,
search: null,
query: null,
pathname: '/api/v2/status/heartbeat',
path: '/api/v2/status/heartbeat',
href: 'https://horde.koboldai.net/api/v2/status/heartbeat',
method: 'GET',
headers: [Object: null prototype] {
'Client-Agent': [ 'SillyTavern:1.11.5:Cohee#1207' ],
Accept: [ '*/*' ],
'User-Agent': [ 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)' ],
'Accept-Encoding': [ 'gzip,deflate' ],
Connection: [ 'close' ]
},
agent: undefined
}
真奇怪,你们就没人遇到这个问题么?我是win10,nodejs那些都是按安装文档下载安装的,第一次安装。看样子好像只有我遇到了这个问题呢。
新手,请多关照。