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

Requests out of memory #2

Open
nanomo opened this issue Jan 28, 2015 · 1 comment · May be fixed by #6
Open

Requests out of memory #2

nanomo opened this issue Jan 28, 2015 · 1 comment · May be fixed by #6

Comments

@nanomo
Copy link

nanomo commented Jan 28, 2015

Simple calling the API:
$api = new TiendaNube\API(STORE_ID, ACCESS_TOKEN, 'Awesome App ([email protected])');
$response = $api->get("products");
var_dump($response->body);

Got:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in TiendaNube\Requests.php on line 10

@fonse
Copy link
Member

fonse commented Feb 2, 2015

I couldn't reproduce it on my store.

What store id are you using?

@lombo lombo linked a pull request Feb 5, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants