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

Error: getBatchMediaInfo Api error TypeError: can't access property 0, response is null #17

Open
peeyush-sharma opened this issue Jun 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@peeyush-sharma
Copy link

I was running into the following issue when trying to move 7k+ items from an album to trash

Source read complete
Found items: 7232
Getting items' media info
Processing 5000 items
Processing 2232 items
getBatchMediaInfo Api error TypeError: can't access property 0, response is null
TypeError: can't access property 0, response is null
getBatchMediaInfo Api error TypeError: can't access property 0, response is null

What fixed it for me was enabling the option "Exclude Media With Shared Links" at the bottom in left pane. Also NOT selecting the option "any" under the type filter may have helped.

Creating this issue to bring this to light. Devs feel free to delete if it contravenes any rules.

Awesome tool!

@xob0t xob0t added the bug Something isn't working label Jun 22, 2024
@xob0t
Copy link
Owner

xob0t commented Jun 22, 2024

This is (most likely) a GP bug.
It is tied to api batch size, in the past I encountered it randomly, and setting smaller batch size fixed it for me.
In this case, try setting BULK INFO API BATCH SIZE in the advanced settings to a smaller number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants