You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without your actual code, there's no way for me to know what's wrong...
This is pretty much 4 years old, unmaintained
I will be frank, i dont see myself investigate or fixing or updating any of this,
You might have better luck:
Using another lib
Trying to fix it yourself
Making your own(it's not very hard if you don't intend to make it very customisable)
I cant send webhooks from my website and echo this return statement
-----Local Host------
Array ( [sent] => Array ( [array] => Array ( [username] => Recent Claim Sent Anouncer [content] => hello ) [json] => {"username":"Recent Claim Sent Anouncer","content":"hello"} ) [http_code] => 204 [headers] => Array ( [http_code] => HTTP/2 204 [date] => Tue, 25 Aug 2020 13:51:02 GMT [set_cookie] => __cfduid=d6c1fe260b1a41254df2b29e129b9cf621598363462; expires=Thu, 24-Sep-20 13:51:02 GMT; path=/; domain=.discordapp.com; HttpOnly; SameSite=Lax [strict_transport_security] => max-age=31536000; includeSubDomains [x_ratelimit_bucket] => 3cd1f278bd0ecaf11e0d2391374c011d [x_ratelimit_limit] => 5 [x_ratelimit_remaining] => 4 [x_ratelimit_reset] => 1598363465 [x_ratelimit_reset_after] => 2 [x_envoy_upstream_service_time] => 35 [via] => 1.1 google [cf_cache_status] => DYNAMIC [cf_request_id] => 04c77c04570000124cc5092200000001 [expect_ct] => max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" [server] => cloudflare [cf_ray] => 5c85c91a2d33124c-HKG ) [json] => [raw] => )
-----Website------
Array ( [sent] => Array ( [array] => Array ( [username] => Recent Claim Sent Anouncer [content] => New claim has been sent! ADDRESS:0x61c0fa8ef4c27357564de51747841851be8c4c55 BLOCKCHAIN SCANNER LINK: AMOUNT:0.0005 CoroEx Coin.Please check block chain Scanner link to confirm the transaction! ) [json] => {"username":"Recent Claim Sent Anouncer","content":"New claim has been sent! ADDRESS:0x61c0fa8ef4c27357564de51747841851be8c4c55\n BLOCKCHAIN SCANNER LINK: \n AMOUNT:0.0005 CoroEx Coin.Please check block chain Scanner link to confirm the transaction!"} ) [http_code] => [headers] => Array ( [http_code] => ) [json] => [raw] => )
unlike in local host it appears that the website is not sending anything.Can you help out fixing?
thanks
The text was updated successfully, but these errors were encountered: