Posts: 3
Joined: Dec 2013
Reputation:
0
Hi,
Its a nice API, can I use the same for iOS application, I am learning the app development and interested in releasing an app with Food Recipes. How to obtain API key.
Posts: 1,746
Joined: Nov 2014
Reputation:
160
docwra
Posting Freak
Posts: 1,746
Check the API page for details on how to get a production key. You only need this when you are ready to publish to the app store though.
Posts: 48
Joined: Jan 2016
Reputation:
3
2018-04-24, 02:35
(This post was last modified: 2018-04-24, 02:35 by Duff Man.)
Thank you for Kodi kitchen, themealdb.com is really cool idea!
when I select ingredient picker Kodi crashes on OS X v. 17.6 and Libreelec v. 17.6
log osx:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('strIngredient1',)
Traceback (most recent call last):
File "/Users/osx/Library/Application Support/Kodi/addons/script.screensaver.themealdb/interface.py", line 339, in onClick
self.ingredient_picker()
File "/Users/osx/Library/Application Support/Kodi/addons/script.screensaver.themealdb/interface.py", line 125, in ingredient_picker
categories = mealsdb_api.List().ingredient()
File "/Users/osx/Library/Application Support/Kodi/addons/script.screensaver.themealdb/resources/lib/themealdb.py", line 115, in ingredient
if item["strIngredient1"]: return_list.append(item["strIngredient1"])
KeyError: ('strIngredient1',)
-->End of Python script error report<--
and log libreelec
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('strIngredient1',)
Traceback (most recent call last):
File "/storage/.kodi/addons/script.screensaver.themealdb/interface.py", line 339, in onClick
self.ingredient_picker()
File "/storage/.kodi/addons/script.screensaver.themealdb/interface.py", line 125, in ingredient_picker
categories = mealsdb_api.List().ingredient()
File "/storage/.kodi/addons/script.screensaver.themealdb/resources/lib/themealdb.py", line 115, in ingredient
if item["strIngredient1"]: return_list.append(item["strIngredient1"])
KeyError: ('strIngredient1',)
-->End of Python script error report<--
thank you
Posts: 48
Joined: Jan 2016
Reputation:
3
2018-04-25, 00:08
(This post was last modified: 2018-04-25, 00:10 by Duff Man.)
works great!!!! Thank you!!!!!
banned...that is crazy. sorry
is there a 1.0.3?
Posts: 48
Joined: Jan 2016
Reputation:
3
thank you for all your work.
Posts: 1
Joined: Aug 2018
Reputation:
0
Hi there! great api, thx. I'm doing simple app in react, random recipes don't render picture very often (I mean like for 10 cliks I get picture maybe 4 of them....). Does every meal has a picture in api? I guess it's my mistake just want to be sure is suppose to be pic for every meal, yes? cheers
Posts: 1,746
Joined: Nov 2014
Reputation:
160
docwra
Posting Freak
Posts: 1,746
Yes all meals have an image as far as I am aware.
Posts: 1
Joined: Feb 2019
Reputation:
0
Is there a way to filter using multiple query parameters? e.g. filter.php?c=Chicken&a=Indian
Just double checking because it seems like it's just ignoring the other query param when I do this.
Posts: 9
Joined: Feb 2017
Reputation:
1
Been a long time since I've been here but just wanted to update you and Thank you guys again for the api! I created a module for the MagicMirror2 project and wanted you guys to see it as I used the logo to give props to you guys!