Open osipenko-an opened 7 months ago
My case is, after I downloaded the latest version of AbotX.lic file, configured the PhantomJs file and path, the "ShouldRenderPageJavascript" event is not triggering at all. And "PageCrawlCompleted" always return 403 Forbidden.
I believe the phantomjs is not running at all.
@unruledboy Likely some variation of issue 19 where the exe is not getting to the root of the directory. Try manually adding it to the destination bin location to see if that solves it.
@osipenko-an i expect that your lic file isn't being moved to the execution directory (usually where the bin directory).
I am having the same issue as @osipenko-an . The Abot.lic file included in the git source code is in the root of my C# project directory, and set to always copy to output directory. Do I need to actually purchase a license?
Hello! I downloaded the .lic from the repository and saved it in the root of the project. When I try to reproduce the example from README, I get an exception:
System.UnauthorizedAccessException: Your current AbotX license does not include rendering of javascript. Please change IsJavascriptRenderingEnabled to false or upgrade your license.