iranathan / robloxapi

A python module for using the roblox api
MIT License
33 stars 13 forks source link

Cannot send a friend request #17

Closed Jaguar-515 closed 5 years ago

Jaguar-515 commented 5 years ago

Error:

AttributeError: 'str' object has no attribute 'text'

Code:

import robloxapi
cookie = '' # assume this is an actual cookie.
client = robloxapi.client(cookie)
client.Auth.login(cookie)

client.User.AddFriend(644106870)
Pythonic-Rainbow commented 5 years ago

Please provide the stack trace when u encounter this error

iranathan commented 5 years ago

Thank you, Its been fixed in the latest commit.