Hey,
When I trying to use checkpoint function, I have error:
Unhandled rejection NotFoundError: Page wasn't found!
When I check body of result I can read there is not logged in.
I also add session param to WebRequest, becouse is missing, but It didn't resolve my error.
@kacepe please can you tell mi which checkpoint function? can you add example?
My best guess will be that session is invalid. Can you delete cookie and try it again?
404 you will receive when your session is not valid and you try to reach an checkpoint page...
Thanks, So for webrequest we need to create new cookies ?
no not at all ... you can use same cookies and session for webrequest and request, but there was a breaking change. So please try to delete cookies created by old version of this repo and gain new one in order to webrequest work correctly.
Thanks a lot :)