Martianmellow12/Piabetes

Foods occasionally throws an error due to regex failure

Closed this issue · 1 comments

An error is thrown occasionally talking about regex errors. The error is as follows:
Traceback (most recent call last): File "main.py", line 627, in <module> response = parse_carbs(query_carbs(request))+parse_fiber(query_fiber(request)) File "main.py", line 412, in parse_carbs main = 'Qty: '+amount.group(0)+'\nCarbs: '+carbs.group(0)+'\n' AttributeError: 'NoneType' object has no attribute 'group'

I fixed the code that handles bad returns from Wolfram Alpha, so if something that wasn't a food was searched, it would automatically return N/A.