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
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.
7 Comments
tolik518
@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.
tolik518
@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.
Bimal
Please go through the following link. It might help you . stackoverflow.com/questions/41804507/…
|