• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Jaxon T
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 3
  • Best 0
  • Controversial 0
  • Groups 0

Jaxon T

@Jaxon T

0
Reputation
9
Profile views
3
Posts
0
Followers
0
Following
Joined Sep 22, 2020, 9:27 PM Last Online Oct 22, 2020, 12:10 AM

Jaxon T Unfollow Follow

Latest posts made by Jaxon T

  • RE: Unexpected token W in JSON at position 273

    btw when i copy and paste the text it takes away the double slash so these are double slashed!Capture.PNG

    posted in Windows
    J
    Jaxon T
    Sep 23, 2020, 11:31 PM
  • RE: Unexpected token W in JSON at position 273

    After I did what you said it happened again except this time it said

    Unexpected token } in JSON at position 132

    the whole text command editor is just

    [
    {
    "trigger": "Sleep",
    "command": "C:\Windows\System32\psshutdown /d /t 1",
    "ground": "background",
    "voice": "Sleep",
    }
    ]

    btw i tried psshutdown with and without .exe at the end so the other text editor looks like

    [
    {
    "trigger": "Sleep",
    "command": "C:\Windows\System32\psshutdown.exe /d /t 1",
    "ground": "background",
    "voice": "Sleep",
    }
    ]

    posted in Windows
    J
    Jaxon T
    Sep 23, 2020, 11:29 PM
  • Unexpected token W in JSON at position 273

    I'm trying to get my computer to sleep on command.
    This is my command line

    "trigger": "Sleep",
    "command": "C:\Windows\System32\psshutdown /d /t 1",
    "ground": "background",
    "voice": "Sleep",

    When I tell it to run a java error pops up with "Unexpected token W in JSON at position 273" and when I write psshutdown \d \t 1 without the whole directory nothing happens.

    Thanks, Jaxon

    posted in Windows
    J
    Jaxon T
    Sep 22, 2020, 9:30 PM