jef / streetmerchant

🤖 The world's easiest, most powerful stock checker
https://jef.buzz/streetmerchant
MIT License
4.96k stars 1.31k forks source link

Unknown country germany #662

Closed gregbert42 closed 3 years ago

gregbert42 commented 3 years ago

Any idea whats going on here? I've also tried DEU

image

services:
  nvidia:
    container_name: nvidia
    image: ghcr.io/jef/nvidia-snatcher:nightly
    restart: unless-stopped
    volumes:
      - "/etc/localtime:/etc/localtime:ro"
    environment:
      - BROWSER_TRUSTED=true
      - TZ=Europe/Zurich
      - LANG=en_US.UTF-8
      - PGID=1002
      - PUID=1002
      - COUNTRY=Germany
      - STORES=nvidia,amazon-de,notebooksbilliger,proshop-de,saturn,mediamarkt,mindfactory,cyberport,caseking,asus-de,alternate
      - TWILIO_ACCOUNT_SID=[redact]
      - TWILIO_AUTH_TOKEN=[redact]
      - TWILIO_FROM_NUMBER=[redact]
      - TWILIO_TO_NUMBER=[redact]
      - SHOW_ONLY_SERIES=3070
      - LOW_BANDWIDTH="true"
jef commented 3 years ago

Needs to be lowercase. I will update the code to ensure it lowercases it. Thanks!


That being said, I would suggest not using nvidia or nvidia-api as they have announced they will not be selling cards on there.

As for COUNTRY, you can remove it if you remove nvidia or nvidia-api since its only use is with those two STORES.