Skip to content
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

Help with Scraper.R #2

Open
atnplab opened this issue Jul 17, 2020 · 1 comment
Open

Help with Scraper.R #2

atnplab opened this issue Jul 17, 2020 · 1 comment

Comments

@atnplab
Copy link

atnplab commented Jul 17, 2020

I am trying to run the code scraper.R chunk by chunk and I came across this error and cannot proceed any further

Error in is.jnull(j_instagram) : object "j_instagram" not found

No errors from rJava library or JVM
Any suggestions?
Many thanks

@floresfdev
Copy link
Owner

Hi @atnplab , thanks for reporting this.

It seems the Java object can't be instantiated (see line 39). For your debugging please try to run that line without the tryCatch() to see what's the actual result.

On the other hand please consider that this code is ~3 years old, I'm not entirely sure this is still working with the latest lib stack and the current Instagram version. I'd recommend to take a look at the original Java scrapper or the PHP version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants