You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/app.py", line 139, in wrap
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: return f(*args, **kwargs)
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/app.py", line 335, in monthlyPieCost
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: JSONsession = json.loads(lj.monthlyPieCost(g.sessID))
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/lib/logic_json.py", line 41, in monthlyPieCost
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: mcIce = math.ceil(float(st.monthlyIceTime(vTUP)[0]['ice_cost'])*4)/4
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: TypeError: float() argument must be a string or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
File "/home/asyoung/git/github/SkateTrax/skatetrax/app/lib/logic_json.py", line 41, in monthlyPieCost
mcIce = math.ceil(float(st.monthlyIceTime(vTUP)[0]['ice_cost'])*4)/4
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/app.py", line 139, in wrap
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: return f(*args, **kwargs)
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/app.py", line 335, in monthlyPieCost
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: JSONsession = json.loads(lj.monthlyPieCost(g.sessID))
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: File "/opt/apps/skatetrax/app/lib/logic_json.py", line 41, in monthlyPieCost
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: mcIce = math.ceil(float(st.monthlyIceTime(vTUP)[0]['ice_cost'])*4)/4
Dec 30 04:21:22 kn-multi01 gunicorn[22871]: TypeError: float() argument must be a string or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: