Jump to content
McKay Development

Exception in PromiseRejectCallback:


venfiw

Recommended Posts

612266214_QQ20210721002746.png.d745ce5c7a3e1ad614a456b77b2f8ffc.png2.png.10977ec35b9fdcb24cb8011ecae79e58.png

 

Exception in PromiseRejectCallback:
C:\buffhelptest\buffhelptest\node_modules\steam-user\components\friends.js:1137
                        return resolve(user);
RangeError: Maximum call stack size exceeded

today i update the steam-user to 4.19.10 and it show this err, Although it seems not very important for me

when i use old version it wouldn't happen ["steam-user": "^3.15.0"]

and here is some code, this errmessage always show after use websession

client.on('webSession', function(sessionid, cookies) {
	if (Config.autoconfirm!=="") {
		var confirmtime=Config.autoconfirm*1000;
		community.startConfirmationChecker(confirmtime,identity);
		console.log("\n### 尝试登陆Steam社区\n##  已开启批量确认:",Config.autoconfirm,"秒确认一次,注意不要手动去Steam接受非buff来源的报价,不然你会失去饰品");
	}else {
		console.log("\n### 尝试登陆Steam社区\n##  已关闭批量确认");
	}
	manager.setCookies(cookies);
	community.setCookies(cookies);
	h20vf = "done";
});

and i login another steamaccount, it wouldn't happen

maybe my main account friend is too many? my main account have 1900 friends

Edited by venfiw
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...