destruc7i0n / shulker

A Discord to Vanilla Minecraft Chat Gateway
ISC License
135 stars 47 forks source link

301 Moved Permanently Error #38

Closed marrobHD closed 5 years ago

marrobHD commented 5 years ago

The bot sents the Discord chat to Minecraft but not the chat from Minecraft to Discord.

If I try this:

tail -F /var/lib/pufferd/servers/8d5caf9a-ccc2-4568-ac7f-34a104008199/logs/latest.log | grep --line-buffered ": <" | while read x ; do echo -ne $x | curl -X POST -d @- http://172.0.0.1/minecraft/hook/ ; done

I get this Error:

</html>
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>