Skip to content
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

Bug: Not able to delete a shopping list #172

Closed
dcasado opened this issue May 25, 2023 · 0 comments · Fixed by TomBursch/kitchenowl-backend#35
Closed

Bug: Not able to delete a shopping list #172

dcasado opened this issue May 25, 2023 · 0 comments · Fixed by TomBursch/kitchenowl-backend#35
Labels
bug Something isn't working

Comments

@dcasado
Copy link

dcasado commented May 25, 2023

Is this urgent?

No

What parts are affected

Backend

What are the Server/Client versions of KitchenOwl

Server v63 and client v0.4.4

What's the problem 🤔

I'm not able to delete a shopping list. From the web perspective everything is fine and the shopping list disappears from the list on the settings page but it is still there if I go to the shopping list page. There is an error on the backend that can be seeing on the logs.

Share your logs

[pid: 10|app: 0|req: 1415/1415] 172.18.0.2 () {62 vars in 1208 bytes} [Thu May 25 11:56:43 2023] GET /api/household/3/shoppinglist => generated 193 bytes in 5 msecs (HTTP/1.1 200) 2 headers in 72 bytes (1 switches on core 0)
ERROR:app.config:Shoppinglist.isDefault() missing 1 required positional argument: 'household_id'
[pid: 10|app: 0|req: 1416/1416] 172.18.0.2 () {64 vars in 1235 bytes} [Thu May 25 11:56:46 2023] DELETE /api/shoppinglist/8 => generated 20 bytes in 12 msecs (HTTP/1.1 500) 2 headers in 98 bytes (1 switches on core 0)

Share your configuration

kitchenowl-front:
    image: tombursch/kitchenowl-web:v0.4.4
    environment:
      - BACK_URL=kitchenowl-back:5000
    depends_on:
      - kitchenowl-back
    restart: unless-stopped
    networks:
      - kitchenowl-net

  kitchenowl-back:
    image: tombursch/kitchenowl:v63
    environment:
      - JWT_SECRET_KEY=PLEASE_CHANGE_ME
    restart: unless-stopped
    volumes:
      - "/kitchenowl/data:/data"
    networks:
      - kitchenowl-net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant