CasperTech / node-metaverse

A node.js interface for Second Life.
MIT License
48 stars 35 forks source link

Increased timeouts w/ Node-Metaverse #78

Open IAmNolanPerry opened 1 month ago

IAmNolanPerry commented 1 month ago

I run a bot via this package, and recently, I updated to 0.7.22, and it's giving more issues. The primary is it will connect, but then continue to fail to stay connected, this is shown in several regions, and different datacenters, ruling out Client Side network issues. I don't know if this could be a issue with NMV, or with my code.

[2024-05-29 00:23:22]: LOG SL: Connected to Region 
WARNING: Finished reading AvatarAppearanceMessage but we're not at the end of the packet (482 < 585, seq 44)
WARNING: Finished reading AvatarAppearanceMessage but we're not at the end of the packet (482 < 636, seq 50)
Error: Timeout
    at Timeout.<anonymous> (/root/discord-sl-chat-relay/node_modules/@caspertech/node-metaverse/dist/lib/classes/Utils.js:688:28)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)
[2024-05-29 00:23:47]: ERROR Unhandled rejection: Error: Timeout 
Error: Timeout
    at Timeout.<anonymous> (/root/discord-sl-chat-relay/node_modules/@caspertech/node-metaverse/dist/lib/classes/Utils.js:688:28)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)
TomMettam commented 2 weeks ago

Hey @IAmNolanPerry

What version were you on before? I'll see if there's been any changes which might trigger that