How to fix the JavaScript error on PacketStream?

hacxx

Member
XXX CC XXX
Joined
Dec 6, 2017
Messages
567
Reaction score
225
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
 
Top