-
Notifications
You must be signed in to change notification settings - Fork 15
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
Client side scanning #4
Comments
Ah - yes this is why people use branches! If you do That should take you back to the latest version that works properly. I'll branch this dev work off separately so that people can carry on using the old version shortly. |
I tried doing this checkout, but now it's throwing an error on the command line: .meteor/packages/meteor-tool/.1.4.2.1r0536n++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:190 Error: ENOSPC: no space left on device, write With the master branch, I get the server running and I can connect to it with Chromium (not Firefox), and a search creates the popup with results, but nothing gets added to the Chromium window and the terminal chatter suggests that nothing is being added to the database, either. This looks like a really cool tool and I'd like to try running my dissertation references through it.... |
HI Jimmy,
I tested two-three latest versions but I can't get running the client side scraping with Chrome extension. Client app seems to be working, Google Scholar responses also (according to console), but there are no any responses from server side and no authors or publications added to database/screen. What could be wrong in app or my conf/env (I am not familiar with Meteor)?
By the way, the last version with server side scanning works well, at least until Google will stop answering with robot check.
Thanks,
K
The text was updated successfully, but these errors were encountered: