cogsugga
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
No Mods Yet
This user has not yet published any mods.
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
When trying to connect to and load larger bundles from a server using Radmin it throws a **System.Threading.CancellationToken** error.
After attempting -
```[Info :RequestHandler] [REQUEST]: /wttcommonlib/audio/bundles/get```
Results in -
```[Erŕor : Client] System.Threading.Tasks.TaskCanceledException: A task was canceled.```
Full error is logged here - https://codepaste.sp-tarkov.com/?c079e28fb589d3e0#3Xpwd9yUpRpgon7qNdhBJER9XiHizynXCrJDhCVtEexc
Was able to replicate this on several machines, however when connecting on a faster connection without Radmin through a local area network there was is no issue.
Nov 14, 2025 10:29 AM
View details
Created comment
Have you tried to download and install it. Then load up a local SPT server with the mod installed. Loading the game should load the bundle cache locally so you don't have to get it from the server?
Nov 8, 2025 2:30 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.