KitsuneLab-Development / K4-GOTV-Discord

Sends GOTV recording to Discord webhook upon recording has stopped
GNU General Public License v3.0
23 stars 3 forks source link

[BUG] CS2 GOTV Discord Discord.WebhookURL is not set #6

Closed crashzk closed 2 months ago

crashzk commented 3 months ago

Receiving the log even though everything is configured:

2024-09-01 19:19:16.190 -03:00 [WARN] plugin:CS2 GOTV Discord Discord.WebhookURL is not set. Plugin will not function without a valid webhook URL.
2024-09-01 22:27:37.003 -03:00 [WARN] plugin:CS2 GOTV Discord Discord.WebhookURL is not set. Plugin will not function without a valid webhook URL.
// This configuration was automatically generated by CounterStrikeSharp for plugin 'K4-GOTV-Discord', at 2024/09/01 10:27:36
{
  "general": {
    "minimum-demo-duration": 12,
    "delete-demo-after-upload": true,
    "delete-zipped-demo-after-upload": true,
    "log-uploads": true,
    "use-timestamped-filename": true
  },
  "discord": {
    "webhook-url": "https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "webhook-avatar": "",
    "webhook-upload-file": true,
    "webhook-name": "Demo",
    "embed-title": "Nova demo disponível!",
    "embed-description": "**Detalhes da Demo da Partida**\n**Mapa:** {map}\n**Data de Gravação**: {date}\n**Tempo de Gravação:** {time}\n**Hora de Gravação:** {timedate}\n**Duração da Demo:** {length}\n**Rodada:** {round}\n**Mega URL:** {mega_link}",
    "embed-color": 3447003,
    "message-text": "Nova demo disponível!"
  },
  "auto-record": {
    "enabled": true,
    "crop-rounds": false,
    "stop-on-idle": false,
    "idle-player-count-threshold": 0,
    "idle-time-seconds": 300
  },
  "mega": {
    "email": "xxxxxxxxxxxxxxxxxx",
    "password": "xxxxxxxxxxxxxx"
  },
  "demo-request": {
    "enabled": false,
    "print-all": false,
    "delete-unused": true
  },
  "ConfigVersion": 7
}

Discord webhook and mega data are all correct, I already checked.

K4ryuu commented 2 months ago

Checked the issue with 1.3 upcoming remake. Didnt find anything. I close the issue