Forceu / barcodebuddy

Barcode system for Grocy
GNU Affero General Public License v3.0
433 stars 58 forks source link

Albert heijn API error #224

Closed k-brok closed 8 months ago

k-brok commented 1 year ago

Hi,

I installed both grocy and barcode buddy with the docker-compode in portainer:

version: '2.4'

services:

frontend: image: "grocy/frontend:v4.0.3" privileged: true build: args: GROCY_VERSION: v4.0.3 PLATFORM: linux/amd64 context: . dockerfile: Containerfile-frontend depends_on:

volumes: app-db: bbconfig:

I run a reverse proxy for ssl handling and redirections (traefik) With of withou the redirection I get the same issue.

Whenever I scan a barcode I get the following error: 2023-10-04 07:10:18: Unknown barcode could not be looked up. [8718901741817] 2023-10-04 07:10:17: Albert Heijn reported internal error. Please check your URL and API key in the settings menu!

I have debug enabled, but dont know where the log file can be found (nothing in the container log itself)

I hope you know how to solve this issue?

Forceu commented 8 months ago

Fixed in 3cc5340