txoof / PaperPi

E-Paper display loop with plugins
100 stars 10 forks source link

lat/lon function busted for met.no (and probably other plugins) #127

Closed txoof closed 1 year ago

txoof commented 1 year ago

Describe the bug met.no does not return location lat/lon info with

pipenv run ./paperpi.py --run_plugin_func met_no.get_coord "Denver, Colorado"   (development) X
16:05:18 paperpi :get_config_files:256 :INFO       - using configuration files to configure PaperPi: [PosixPath('/home/pi/src/PaperPi/paperpi/config/paperpi.ini'), PosixPath('/home/pi/.config/com.txoof.paperpi/paperpi.ini')]
No valid data was returned: status_code: 404

To Reproduce Steps to reproduce the behavior:

  1. run paperpi.py --run_plugin_func met_no.get_coord "Denver, Colorado"
  2. get error

Expected behavior Should return a lat/lon

txoof commented 1 year ago

see https://github.com/osm-search/Nominatim/issues/3134