abotx icon indicating copy to clipboard operation
abotx copied to clipboard

Current AbotX license does not include rendering of javascript.

Open osipenko-an opened this issue 2 years ago • 4 comments

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.

osipenko-an avatar Apr 12 '24 12:04 osipenko-an

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 avatar Aug 15 '24 07:08 unruledboy

@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.

sjdirect avatar Aug 23 '24 21:08 sjdirect

@osipenko-an i expect that your lic file isn't being moved to the execution directory (usually where the bin directory).

sjdirect avatar Aug 23 '24 21:08 sjdirect

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?

charliekunkel avatar Oct 08 '24 22:10 charliekunkel