Southclaws / cj

CJ is a Discord bot that hangs around in the open.mp/burgershot.gg community discord.
GNU General Public License v3.0
41 stars 31 forks source link

Fix /wiki command on CJ #231

Closed Cheaterman closed 3 years ago

Cheaterman commented 3 years ago

It seems that api.open.mp is dead and the frontend is using open.mp/api instead. So I suppose CJ should too?

coool9 commented 3 years ago

I think it will take more work than that. The code expects different JSON objects than that provided by open.mp/api

Cheaterman commented 3 years ago

I think it will take more work than that. The code expects different JSON objects than that provided by open.mp/api

I half expected this... the real issue then is that https://api.open.mp/ should be working, instead of using https://open.mp/api ? Do you know why it's broken, maybe?

Cheaterman commented 3 years ago

Either that, or I'll just amend that PR in order to use the open.mp/api format ; whichever you think is most appropriate.

Southclaws commented 3 years ago

It seems that api.open.mp is dead and the frontend is using open.mp/api instead. So I suppose CJ should too?

Actually the opposite way around, the search index on the frontend isn't quite as advanced as the API one.

It's just a matter of temporary outage, it's not intentional! cc @ADRFranklin

Cheaterman commented 3 years ago

It's just a matter of temporary outage, it's not intentional! cc @ADRFranklin

Aaaah! Let me close this then, thanks for info :-)