-
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
Blank Product/Unit #500
Comments
I'm getting this as well, although I'm running Grocy natively without Docker, as the latest version - 4.2.0. I checked the browser console logs and see over and over that the following two API calls keep getting logged
and for a more thorough message it looks like this.
Hopefully that helps track this down! |
oh, another clue that i don't know how i missed is that on the settings page it tells me right there, "Not connected to Grocy So what do you know - once I double checked my Recipe Buddy's Docker compose file, I had my |
I am seeing the same error now, I wasn't dwelling on the settings page sufficiently long for the Not connected to Grocy error to pop up. But I can't fix it and I think I have my command (or in this case docker-compose file) configured correctly. Can someone who uses the Grocy docker chime in? To be specific:
Have I done something wrong here? I'm not capable enough to try hosting Grocy natively without docker. Particularly on how to spin up the repo to host it on a local port. The database is working fine, so at least I know the plugin itself is presumably operating normally. |
@Servinjesus1 What worked for me is using the IP of the machine that is hosting it, rather than "localhost". I think in this case, localhost refers to the docker instance, rather than the machine itself. |
Does recipe import pull "Grocy stock" from actual Stock or Products tables? I suspect it should pull from the Product table - not what's actually in stock right now. That said, mine is pulling from neither.
I'm getting reasonable log messages stating that the instance is set up.
Simple recipe appears to scrape fine:
but during import nothing is shown to select for product/unit.
Grocy:
lscr.io/linuxserver/grocy:latest
61522391c2212c794fc8336294d6d3227fb0d7febb3eb7b597466f6931080a44
Recipe-Buddy:
ghcr.io/georgegebbett/recipe-buddy:latest
8b9455aeb39a111c972d424be6791804ce08bd011275e04f405d30a2652910ab
Compose:
The text was updated successfully, but these errors were encountered: