Jump to content

Fix Discord Integrations


Arceus
 Share

Recommended Posts

So recently the Discord integrations from Gaia broke. This does mean that unfortunately until Salerno comes out, it's inherently broken in Athens, and I don't really have the time to release a hotfix.

You can quickly fix it yourself, though.

 

Get into application/core and open nyx.php

You're looking for all the functions prefixed with discord_

                  CURLOPT_HTTPHEADER => [
                        "Length" => strlen($msgObject),
                        "Content-Type" => "application/json"
                  ]

Look for this.

Change it to this.

                  CURLOPT_HTTPHEADER => ["Content-Type: application/json"]

There are several places where this appears, all of the Discord functions use it, and yes you'll have to change every single one. (This will change in Salerno! lol)

Your integrations should be working again. c:

  • Love 1
  • Thank you 1

nusignature.png nusignature.png

I am the darkness, always watching, always listening, ALWAYS THERE.
(If you're interested in Plain of Ice, message me, it's private. Bleach site, non-canon.)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.