Could not find file at storage/key_value_stores/default/SDK_SESSION_POOL_STATE.json
I'm crawling some pages from different countries using proxy configurations.
Function running crawling:
After the first run finished(and a promise is resolved), I call this function again with another params, but get the following error:
Could not find file at /usr/src/app/storage/key_value_stores/default/SDK_SESSION_POOL_STATE.jsonCould someone help what is wrong?
I suppose that a session after the first run was cleared and the file from the error message was deleted, but it seems like it expects to have this file.
