13

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

Comments
  • 3
    Sorry 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
  • 1
    @nzeetee (android, Chrome. Clicked the upload button)
  • 0
    @nzeetee yeah, have to work on error handling. Looks like the picture didn't get selected properly
  • 0
    @DLMousey hahaha :p
  • 2
    @YourNemesis FML, I feel bad. Sorry, I wasn't trying to 'test' it!
  • 2
    @nzeetee it's okay man. No need to apologize
    Thanks for reporting the bug
  • 2
    Is the wallpaper from Firewatch?
  • 2
    @dtaposh yes
  • 1
  • 1
    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.
  • 1
    @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 😋
  • 0
    @Proximyst GET is not allowed on /upload and POST is not allowed on /

    Technically it did not break, just lacks a custom error page 🤷‍♂️
  • 0
    @VikiMaster2 yeah, they're awesome 😁
  • 0
    @-ANGRY-CLIENT- just search firewatch wallpapers
  • 2
    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"
  • 1
    @YourNemesis I pressed your upload button and that popped up.
  • 1
    @Proximyst that's weird O.o
    What browser/device?
  • 1
    @YourNemesis CopperheadOS + Waterfox. Add file, remove it, press upload.
Add Comment