You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executor error during find command :: caused by ::
Sort operation used more than the maximum 33554432 bytes of RAM.
Add an index, or specify a smaller limit.,
full error:
{'ok': 0.0,
'errmsg':
'Executor error during find command :: caused by ::
Sort operation used more than the maximum 33554432 bytes of RAM.
Add an index, or specify a smaller limit.',
'code': 96,
'codeName': 'OperationFailed'}
The text was updated successfully, but these errors were encountered:
Sometimes fetching a flare list given a date range silently fails and returns the incorrect number of flares.
Consider the following code (with
sort='LC2'
):Output:
Now consider this code that loops one month at a time:
Output:
The output is the same with
sort=None
.Now consider this code which prints an error (with
sort='goes'
):Output
The text was updated successfully, but these errors were encountered: