Closed LuckFire closed 3 months ago
This has now been fixed in 1.0.49
- thanks. 👍
@MightyPart Hey, you may want to block users like this completely from posting on the repo 😓
not these bots again. Idk why they are targeting me.
not these bots again. Idk why they are targeting me.
They may be targeting me, it appears that any issue that I make they start to send something?
This is very perculiar 😅.
When attempting to use MessagingApi.publishMessage(), the status that gets returned is 404.
When inspecting the URL that is requested, it does not seem correct according to Roblox's OpenCloud API documentation. Instead of requesting
https://apis.roblox.com/messaging-service/v1/universes/{universeId}/topics/{topic}
, the URL that is being requested ishttps://apis.roblox.com/cloud/v2/universes/{universeId}/topics/{topic}
.I am willing to make a PR that resolves this.