PantryParty / pantry_party

Apache License 2.0
70 stars 8 forks source link

App does not accept local IP and port for Grocy URL #104

Closed MoralCode closed 3 years ago

MoralCode commented 3 years ago

it seems as though I am unable to set up PantryParty on iOS with an instance of grocy that's running just on my local network with no external access or domain name (and custom port number). after pressing the "return" button the app seems to not do anything, which I suspect is because the formatting of the URL doesn't match the pattern suggested.

Is it possible to just use PantryParty for a local-network-only instance of grocy without a domain name?

IMG_6474

iOS Version 13.3.1 Pantry Party Version 1.1.5

arjes commented 3 years ago

Just stick an http on the front and you should be fine. http://192.168.0.30:9283/api. Let me know if you have any trouble!

MoralCode commented 3 years ago

awesome that fixed it, thanks!

Would a pull request to clarify the language of the warning be helpful?

bmalinconico commented 3 years ago

Absolutely. I recently moved and my Grocy setup is down, so I'm not actively using the app right now.

ArchdukeTim commented 3 years ago

@MoralCode you should close this issue now that #105 was merged