How to fix the JavaScript error on PacketStream?

hacxx

Member
XXX CC XXX
Joined
Dec 6, 2017
Messages
555
Reaction score
223
Code:
A JavaScript error occurred in the main process

Uncaught Exception:
Error: spawn EPERM:
    at ChildProcess.spawn (internal/child_process.js:358:11)
    at Object.spawn (child_process.js:543:9)
    at getUid
    (...\AppData\Local\PacketStream\app-19.305.1226\resources\app.asar\src\...:32)
    at Function.session.defaultSession.cookies.get
    (...\AppData\Local\PacketStream\app-19.305.1226\resources\app.asar\src\...:12)

The fix that i found was to close the process and re-open.

Code:
taskkill /f /im PacketStream.exe

If it doesn't work for you try reinstalling the latest version....
https://s3-us-west-2.amazonaws.com/packetstream-releases/latest/PacketStream.exe

If you aren't a member yet, register here...
https://packetstream.io/?psr=9f3
 

Bizon_p94

New member
Joined
Aug 10, 2017
Messages
1
Reaction score
0
"Hey OP, I had that issue a while back and it was due to outdated JavaScript. Try updating your browser or even better, use an older version of PacketStream that's compatible with your current browser. That should sort you out"
 
Top