How to fix the JavaScript error on PacketStream?

hacxx

ОПЫТНЫЙ USER
Регистрация
16 Фев 2024
Сообщения
152
Реакции
8
Код:
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.

Код:
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
 
Назад
Сверху