-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Discord Error #110
Comments
Has to do with the -c not being a part of the $arguments list I've removed the arguments list from the discord notifications and it works fine |
Where is that in the code? I would assume I would only want to modify the arguments for that notification. |
Ya i've dug and I cannot find the location you reference. |
search for this in the ploto.psm1 Event notification in config defined. Sending Discord Notification about spawned job... then remove the part below $embedBuilder.AddField( DiscordField]::New( where it says something about argument list Line 1218 in b205b0d
|
Been getting this error in the script.
PlotoSpawner @ 7/13/2021 8:34:52 AM : ERROR! Could not send Discord API Call or received Bad request
PlotoSpawner @ 7/13/2021 8:34:52 AM : ERROR: Error executing Discord Webhook -> [The remote server returned an error: (400) Bad Request.]!
My discord notifications have been getting through, But I don't think it is announcing when a new plot starts. It only gives me the periodic status.
The text was updated successfully, but these errors were encountered: