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

Discord Error #110

Open
Yamanipanuchi opened this issue Jul 13, 2021 · 4 comments
Open

Discord Error #110

Yamanipanuchi opened this issue Jul 13, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@Yamanipanuchi
Copy link

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.

@Yamanipanuchi Yamanipanuchi added the bug Something isn't working label Jul 13, 2021
@KillaDreams
Copy link

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

@Yamanipanuchi
Copy link
Author

Where is that in the code? I would assume I would only want to modify the arguments for that notification.

@Yamanipanuchi
Copy link
Author

Ya i've dug and I cannot find the location you reference.

@KillaDreams
Copy link

KillaDreams commented Jul 15, 2021

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
remove line 1218 to 1225

Ploto/Ploto.psm1

Line 1218 in b205b0d

$embedBuilder.AddField(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants