AhmadIbrahiim / Website-downloader

💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
https://website-downloader.onrender.com
MIT License
1.57k stars 538 forks source link

404 Not Found on form submission #60

Open py660 opened 1 year ago

py660 commented 1 year ago

Public Server:

Screenshot 2023-05-05 at 11 28 34 PM

Local Server:

Screenshot 2023-05-05 at 11 29 00 PM
Nisheet-Patel commented 1 year ago

NotFoundError: Not Found at D:\Projects\Website-downloader\app.js:27:8 at Layer.handle [as handle_request] (D:\Projects\Website-downloader\node_modules\express\lib\router\layer.js:95:5) at trim_prefix (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:323:13) at D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:284:7 at Function.process_params (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:341:12) at next (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:275:10) at D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:641:15 at next (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:260:14) at Function.handle (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:174:3) at router (D:\Projects\Website-downloader\node_modules\express\lib\router\index.js:47:12)

got same error
Filaipus commented 1 year ago

Same here. Tried different node versions, making sure it's running as admin, changing the port, etc... no luck. Maybe ill spend some time debugging it, if I find what the issue is ill post it here 🤷‍♂️

pradeepdeveloper143 commented 1 year ago

Press the download button instead of pressing enter on keyboard. Makesure that you are running this application on Linux, Ubuntu or macos. Because, wget command won't work in windows.