fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

has no attribute 'decode' fix for redis db #159

Closed ChuckNorrison closed 1 year ago

ChuckNorrison commented 1 year ago

This will only try to decode if it is needed

lgtm-com[bot] commented 1 year ago

This pull request introduces 1 alert when merging ac1b08d5792f727cbe41b9b28d3f326de98a4f52 into 4393132d1c96a743e638fdb1bf9db94dbef5ba37 - view on LGTM.com

new alerts:

muraschal commented 1 year ago

hi @ChuckNorrison can you teach me how to fix this on my running node? gracias!

ChuckNorrison commented 1 year ago

hi @ChuckNorrison can you teach me how to fix this on my running node? gracias!

You can just go to your blitz API folder and search for the app/utils.py and just replace the few lines of code

Or

Update your raspiblitz and reinstall web UI from menu

muraschal commented 1 year ago

AWESOME! thank you sir!