Scrape keeps stopping midway through

I'm trying to run a scrape of my Authors Followed list on Goodreads, but it keeps stopping midway through. Any thoughts as to what is going wrong?

URL: Sign Up

Sitemap:
{"_id":"GRCanLitRomance","startUrl":["https://www.goodreads.com/user/182849996-canlitromance/author_following"],"selectors":[{"id":"Author","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"regex":"","selector":"a.authorName","type":"SelectorText"},{"id":"Books","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"regex":"","selector":".bestBook a:nth-of-type(1)","type":"SelectorText"},{"id":"Pagination","paginationType":"auto","parentSelectors":["_root","Pagination"],"selector":"div.right:nth-of-type(1) a.next_page","type":"SelectorPagination"},{"id":"wrapper_for_Author_Books","multiple":true,"parentSelectors":["_root","Pagination"],"selector":"div.followingItem","type":"SelectorElement"},{"id":"Followers","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"regex":"","selector":"div:nth-of-type(3) a","type":"SelectorText"},{"id":"Link","linkType":"linkFromHref","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"selector":"a.authorName","type":"SelectorLink"},{"id":"Rating","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"span[itemprop='ratingValue']","type":"SelectorText"},{"id":"Ratings","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"span[itemprop='ratingCount']","type":"SelectorText"},{"id":"Reviews","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"span[itemprop='reviewCount']","type":"SelectorText"}]}

here is your data

and

here is your sitemap to review and understand the errors and make the proper determinations...

{"_id":"GRCanLitRomance","startUrl":["https://www.goodreads.com/user/182849996-canlit-romance/author_following?page=[1-17]"],"selectors":[{"id":"Author","linkType":"linkFromHref","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"selector":"a.authorName","type":"SelectorLink"},{"id":"Books","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"regex":"","selector":".bestBook a:nth-of-type(1)","type":"SelectorText"},{"id":"wrapper_for_Author_Books","multiple":true,"parentSelectors":["_root"],"selector":"div.followingItem","type":"SelectorElement"},{"id":"Followers","multiple":false,"parentSelectors":["wrapper_for_Author_Books"],"regex":"","selector":"div a:contains(\"follower\")","type":"SelectorText"}]}

Thanks for your reply! The data you linked to is showing as deleted.