UdemyDownloader icon indicating copy to clipboard operation
UdemyDownloader copied to clipboard

Unexpected errors(s) occurred. Exception message: Object reference not set to an instance of an object.

Open poo-py opened this issue 8 years ago • 1 comments

errors out in the GetCSRF() function with the following code:

return htmlDoc.DocumentNode.SelectSingleNode("//input[@type='hidden' and @name='csrf']").Attributes["value"] .Value;

poo-py avatar Feb 03 '17 20:02 poo-py

Thanks for raising this. But right now I don't really maintain this repo anymore. But feel free to fork and raise a PR for resolving this issue. :) On Sat, 4 Feb 2017 at 4:53 AM, poo-py [email protected] wrote:

errors out in the GetCSRF() function with the following code:

return htmlDoc.DocumentNode.SelectSingleNode("//input[@type https://github.com/type='hidden' and @name https://github.com/name ='csrf']").Attributes["value"] .Value;

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cchitsiang/UdemyDownloader/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AAU8Q6myVSSvrsJSbkrp6BqgK-KJQWqpks5rY5PkgaJpZM4L2y6v .

cchitsiang avatar Feb 04 '17 02:02 cchitsiang