Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every command work but "!zw" no. #157

Open
xKotelek opened this issue Dec 20, 2023 · 1 comment
Open

Every command work but "!zw" no. #157

xKotelek opened this issue Dec 20, 2023 · 1 comment

Comments

@xKotelek
Copy link

My config:

  "user": {
    "id": null,
    "name": "kotelekx_",
    "passwordHash": null
  },
  "switcher": {
    "bitrateSwitcherEnabled": true,
    "onlySwitchWhenStreaming": false,
    "instantlySwitchOnRecover": true,
    "autoSwitchNotification": true,
    "retryAttempts": 5,
    "triggers": {
      "low": 800,
      "rtt": 2500,
      "offline": null
    },
    "switchingScenes": {
      "normal": "Live",
      "low": "lbw",
      "offline": "offline"
    },
    "streamServers": [
      {
        "streamServer": {
		  "type": "NodeMediaServer",
		  "statsUrl": "http://localhost:8000/api/streams",
		  "application": "live",
		  "key": "IRL",
		   "auth": {
			"username": "admin",
			"password": "admin"
		  }
		},
        "name": "NodeMediaServer",
        "priority": 1,
        "overrideScenes": {
          "normal": "Live",
          "low": "lbw",
          "offline": "offline"
        },
        "dependsOn": null,
        "enabled": true
      }
    ]
  },
  "software": {
    "type": "Obs",
    "host": "192.168.1.118",
    "password": "PASSWORD",
    "port": 4455
  },
  "chat": {
    "platform": "Twitch",
    "username": "kotelekx_",
    "admins": [
      "kotelekx_",
      "Xyacoreq"
    ],
    "prefix": "!",
    "enablePublicCommands": true,
    "enableModCommands": true,
    "enableAutoStopStreamOnHostOrRaid": true,
    "announceRaidOnAutoStop": true,
    "commands": {
      "Fix": {
        "permission": null,
        "alias": [
          "f"
        ]
      },
      "Switch": {
        "permission": "Mod",
        "alias": [
          "ss"
        ]
      },
      "Bitrate": {
        "permission": null,
        "alias": [
          "b"
        ]
      }
    }
  },
  "optionalScenes": {
    "starting": "zs",
    "zarazw": "zw",
    "privacy": "privacy"
  },
  "optionalOptions": {
    "twitchTranscodingCheck": false,
    "twitchTranscodingRetries": 5,
    "twitchTranscodingDelaySeconds": 15,
    "offlineTimeout": null,
    "recordWhileStreaming": false
  },
  "language": "en"
}```
Every prefix command work and !ss zw work but !zw don't work. My friend also tested and for him also not worked.
@715209
Copy link
Member

715209 commented Dec 20, 2023

Hi @xKotelek,

I assume zw is a scene name and you're trying to use the command !zw to switch to that scene.
It's only possible to switch scenes by using the switch command or using one of the live, privacy, starting or ending command (having it configured in the optionalScenes).

If you want to create your own commands you can use streamer.bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants