-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant update Bio #263
Comments
hey, could you share your entire code ? |
const { IgApiClient } = require("instagram-private-api") const USERNAME = "" ig.state.generateDevice(USERNAME) const main = async () => { main() |
You're not using the right package. |
unable to login |
@13banda are you experimenting the same problem ? If not, please create your own issue. |
await client.updateProfile({ biography: '❤️', website: 'https://jlobos.com/', gender: 1 })
this code didnt change my bio
The text was updated successfully, but these errors were encountered: