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 in backend calling fetch more than once when archive is set #528

Open
sduenas opened this issue May 13, 2019 · 0 comments
Open

Error in backend calling fetch more than once when archive is set #528

sduenas opened this issue May 13, 2019 · 0 comments
Labels

Comments

@sduenas
Copy link
Member

sduenas commented May 13, 2019

When we implemented the Archive object, we considered it will only store the items of a single fetch call. It can't be reused to store the raw responses of several fetch tasks.

If the archive is set, it will produce an error because the archive object is given when the object is initialized and not when fetch is called.

To fix this issue, #527 must be completed first.

@sduenas sduenas added the bug label May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant