nov1n/RemarkablePocket

Please use PocketItem.getItemId() to reference Pocket articles.

testingtony opened this issue · 3 comments

.map(e -> Article.of(e.getResolvedId(), e.getResolvedUrl(), e.getResolvedTitle()))

There are some instances where the Resolved ID is different to the Item ID, and does not work with the call to modify/archive the article. (although the Pocket API still says it worked)

Many thanks,
Tony.

https://github.com/tchudyk/pocket-integration/blob/4ba9851295197e6199edc0ecb03896d4e74bf7d7/src/main/java/pl/codeset/pocket/read/PocketItem.java#L73

nov1n commented

Hi Tony. I missed that part of the docs. Thanks for hunting this one down! That might explain your earlier issue. I released a new version (0.2.1) in #10. Let me know if that solves your issue!

Thanks Robert, #10 has resolved the issue with resyncying old content. Thank you for the great piece of software.

nov1n commented

I'm happy to hear that!