Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

0% Error: Server error: (500) Internal Server Error Internal error: There was an internal error #65

Open
Amatcov opened this issue Dec 4, 2019 · 0 comments

Comments

@Amatcov
Copy link

Amatcov commented Dec 4, 2019

When trying to get over 500 000 rows/day the error message pops-up:
0% Error: Server error: (500) Internal Server Error Internal error: There was an internal error

In the code, max.results = NULL

To solve the issue, I set max.results = 500 000 (per day) and it works
Although I have almost 1 000 000 rows / fetch.by = "week"

The message I get if 500 000 rows are downloaded is:

**_Warning messages:
1: Only 500000 observations out of 1000000 were obtained. Set max.results = NULL (default value) to get all results.
2: 1 failed to parse.
3: Data contains sampled data. Used 473168 sessions (86% of sessions).

toc()
524.15 sec elapsed_**

===
Question: is the any other more effective way to be able to download all 1 000 000 rows instead of just 500 000?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant