Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Username\AppData\Local\Programs\Python\Python37-32\lib\site-packages\robloxapi\User.py", line 36, in getProfile
status_req = self._request(url='https://www.roblox.com/users/profile/profileheader-json?userId=' + id)
TypeError: can only concatenate str (not "int") to str
Code that I attempted to get working:
The error: