Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13861

It gives me an error, and I do not know why [robloxapi]

$
0
0

I am not sure why it gives me an error, but here is the script and I would like to know why it gives me an error and how do I resolve it.

SCRIPT:

import requestsend = []usernames = ['roblox']username = usernames.pop(0)u = str(username) r = requests.get(f'https://www.roblox.com/user.aspx?username={username}').urlif 'www.roblox.com/users/' in r:        userid = r.split('/')[-2]        id = [1700848132]        b = requests.post(f'https://presence.roblox.com/v1/presence/userpresencetype', json={'userId': id}).json()[0]        print(f'{b}:{u}')

ERROR:

line 11, in <module>    b = requests.post(f'https://presence.roblox.com/v1/presence/userpresencetype', json={'userId': id}).json()[0]        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^KeyError: 0

I was expecting it to work since I got it from an experienced roblox api proogrammer, but it does not work.


Viewing all articles
Browse latest Browse all 13861

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>