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
Asked
Active
Viewed 671 times
1 Answers
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.

tolik518
- 119
- 2
- 14
-
I have also check this but it gives me the Application error – Dec 26 '21 at 12:42
-
@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 Dec 26 '21 at 12:44
-
How can i solve this error. – Dec 26 '21 at 12:49
-
2@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. – tolik518 Dec 26 '21 at 12:50
-
I have check my logs by heroku logs --tail but gives me h14 error. – Dec 26 '21 at 12:56
-
And h14 error means no web dynos running but how can i ran these error – Dec 26 '21 at 12:57
-
2Please go through the following link. It might help you . https://stackoverflow.com/questions/41804507/h14-error-in-heroku-no-web-processes-running – Bimal Dec 26 '21 at 13:03