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

404 not found #7

Closed
ghowkay opened this issue Mar 17, 2016 · 9 comments
Closed

404 not found #7

ghowkay opened this issue Mar 17, 2016 · 9 comments

Comments

@ghowkay
Copy link

ghowkay commented Mar 17, 2016

Hi, nice framework by the way..i have got it setup. when i run the application and go to the url on localhost to list the endpoints, it works, but when i try visiting an individual endpoint say http://localhost:5000/spiders/konga, it throws a 404 not found error

@eventuallyc0nsistent
Copy link
Owner

hi @ghowkay, thank you for your appreciation. The url http://localhost:5000/spiders/ will return a list of spiders. To run a spider you have to call the endpoint http://localhost:5000/run-spider/kongo.

In my next release I will make the endpoints more evident. I understand it is confusing.

@eventuallyc0nsistent
Copy link
Owner

Also @ghowkay , you can look at the quickstart guide for more information.

@ghowkay
Copy link
Author

ghowkay commented Mar 17, 2016

Wow thanks for the quick response. No problem .ill give it a try. Cheers

On Thu, Mar 17, 2016 at 5:09 PM, Kiran Koduru notifications@github.com
wrote:

Also @ghowkay https://github.com/ghowkay , you can look at the quickstart
guide
http://arachne.readthedocs.org/en/latest/quickstart.html#quickstart for
more information.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#7 (comment)

@eventuallyc0nsistent
Copy link
Owner

@ghowkay no problem. I will close this issue then.

@ghowkay
Copy link
Author

ghowkay commented Mar 17, 2016

uh oh. my apologies just started getting this error when i run python app.py

from scrapy.log import ScrapyFileLogObserver
ImportError: cannot import name ScrapyFileLogObserver

Sorry to bother

On Thu, Mar 17, 2016 at 5:31 PM, Kiran Koduru notifications@github.com
wrote:

Closed #7 #7.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#7 (comment)

@eventuallyc0nsistent
Copy link
Owner

@ghowkay this is related to the version of Scrapy you might have installed. Are you sure you have Scrapy v0.24?

@ghowkay
Copy link
Author

ghowkay commented Mar 17, 2016

no i have the version 1. is there anyway i can replace the
scrapyfilelogobserver with another function. im using xmlspiders and
sitempap spiders which are unavailable in 0.24 i think

On Thu, Mar 17, 2016 at 5:35 PM, Kiran Koduru notifications@github.com
wrote:

@ghowkay https://github.com/ghowkay this is related to the version of
Scrapy you might have installed. Are you sure you have Scrapy v0.24?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#7 (comment)

@eventuallyc0nsistent
Copy link
Owner

@ghowkay sorry but I still have to update this project to support v1.0 of scrapy. I have that in the roadmap for a future release. Refer #4

@eventuallyc0nsistent
Copy link
Owner

@ghowkay I have updated the project to be compatible with Scrapy 1.0+ today. Please update your installation for Arachne.

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