-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current AbotX license does not include rendering of javascript. #32
Comments
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.
The text was updated successfully, but these errors were encountered: