Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nzeetee4116ySorry buddy, I broke it....
Traceback (most recent call last): File "/app/.heroku/python/lib/python3.6/site-packages/tornado/web.py", line 1541, in _execute result = method(*self.path_args, **self.path_kwargs) File "server.py", line 19, in post file1 = self.request.files.get("file1")[0] TypeError: 'NoneType' object is not subscriptable -
@nzeetee yeah, have to work on error handling. Looks like the picture didn't get selected properly
-
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.6/site-packages/tornado/web.py", line 1541, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/tornado/web.py", line 225, in get
raise HTTPError(405)
tornado.web.HTTPError: HTTP 405: Method Not Allowed
Oh. woops. -
@YourNemesis great taste in wallpapers ;) I'm using a Firewatch wallpaper on my Linux machine and every time it boots up it's like a breath of fresh air 😋
-
@Proximyst GET is not allowed on /upload and POST is not allowed on /
Technically it did not break, just lacks a custom error page 🤷♂️ -
Client testers:
*2 months later*
"uh yeah production is dead. everything is dead. fuck you. help"
devrant testers:
*literally 10 minutes*
"heres 30 bugs, and the stacktrace"
Related Rants
That moment when you actually finish the side project 😂
https://pywal.herokuapp.com/
It uses https://github.com/dylanaraps/pywal in the backend
PS - I'm not a front end dev
rant
pywal
web
python