MessagingService Open Cloud 404

I keep getting this error trying to connect to a MessagingService instance via PythonL

  File "C:\Users\darkpixlz\Downloads\pyrobloxconnect\main.py", line 25, in __init__
    raise RuntimeError(f"Your Roblox key didn't work. Is the Lua code running? Are your Open Cloud keys active? {e}")
RuntimeError: Your Roblox key didn't work. Is the Lua code running? Are your Open Cloud keys active? 404 Client Error: Not Found for url: https://apis.roblox.com/messaging-service/v1/universes/5638222759/topics/PyRobloxConnect

This is for something I’m making. The server is live and it is subscribed:


image

I’m not sure as to why this is happening, any help is appreciated.

1 Like

did you allow all ips to access your key?

Yes, 0.0.0.0/0 is allowed.

did you allow the key to access messaging service for your specific universe?

It wasn’t. I fixed it but it still has a 404:
image

are you using a library?
try use the requests module

I wrote it myself, it is connecting directly via requests.

u need to post not get the request

That would make sense… cant believe I didn’t see that. Thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.