-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when importing from chefkoch.de #278
Comments
dito |
Something went wrong |
I second this. This makes recipe buddy barely unusable for my usecase, sadly. |
Same here, with the 'Something went wrong Could not parse steps' -error :( |
If i see this correctly an array is expected when trying to parse the
But chefkoch stored the instructions in a string: "recipeInstructions": "Die Nudeln kochen [...] und mit dem geriebenen Parmesan garnieren." This recipe for example seems to work, which stores the steps as an list of But i have no clue about typescript |
Nexcloud cookbook is by the way able to parse it. Maybe this is a good reference implementation. |
I just created an MR to address this issue. If you want to test the changes / use them already you can clone the repo swap in my changes and then build the docker container yourself. That is at least how I tested my changes. :) |
When processing a recipe from chefkoch.de i get the error message:
Error
steps.map is not a function
The text was updated successfully, but these errors were encountered: