-2

I have scrapped a website and after scrapping i have successfully deployed it on heroku. But it gives me the error. "Method Not Allowed" I cannot understand the error please help me to solve this error. This is link my python app deployed on heroku. https://git.heroku.com/toscrape-scrape.git

1 Answer 1

1

You can find your app over here https://toscrape-scrape.herokuapp.com/ instead of https://git.heroku.com/toscrape-scrape.git

You seem to have other errors, check your logs.

Sign up to request clarification or add additional context in comments.

7 Comments

I have also check this but it gives me the Application error
@NomanEjaz You got "Method Not Allowed" because you accessed the wrong link. You getting an Application Error because there is something wrong with your code.
How can i solve this error.
@NomanEjaz There is no way I on someone can help you without seeing your code or knowing what you exactly did. Like I said, you need to check your logs.
Please go through the following link. It might help you . stackoverflow.com/questions/41804507/…
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.