<p>Hello.</p><p>I want to implement the Interest retransmission in pit-entry. And I have got the Interest in ndn-app-link-service.cpp. I want to implement the retransmission in AppLinkService::onReceiveInterest(const Interest& interest), so I appended the code <em>this->receiceInterest(pit_interest).</em> It's compiled. However, the program execution gives me the error:"<em>terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<ndn::name::Component::Error> ></em> <em> what(): Name component does not have the requested marker or the value is not a nonNegativeInteger". </em>What should I do? Thanks.</p><p>Best Regards,</p><p>Runtong Chenever</p><p><br></p>