Skip to content
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

My Reels are Getting "ERROR" as status_code. #48

Open
Shubhamkunwar10 opened this issue Sep 18, 2024 · 0 comments
Open

My Reels are Getting "ERROR" as status_code. #48

Shubhamkunwar10 opened this issue Sep 18, 2024 · 0 comments

Comments

@Shubhamkunwar10
Copy link

Shubhamkunwar10 commented Sep 18, 2024

Hi I am using below code to publish my reels:

But the issue now is i am getting error
{ status_code: 'IN_PROGRESS', id: '18114349573394473' }
{ status_code: 'IN_PROGRESS', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
{ status_code: 'ERROR', id: '18114349573394473' }
.
.
.

while calling:

  try {
    const response = await axios.get(url, {
      params: {
        fields: 'status_code',
        access_token: accessToken,
      }
    });```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant