steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Logbook (json) comes gzipped #360

Closed steve8x8 closed 5 years ago

steve8x8 commented 5 years ago

Starting around September 1, logbook entries (for log counts > 10 only) are delivered in gzipped form, but the decompression part was still missing from the code. The patch is simple: just comment out the "Accept-Encoding" setting in lib/logbook.rb - a better solution (adding decompression to lib/shadowget.rb) is being worked on. issue360.patch.txt

steve8x8 commented 5 years ago

Release 3.28.3 planned for late October. Since this bug should only affect users of inofficial functionality, it'S kept at low prio. If in need of a fix, apply the mod described above or pick up the latest WiP patch set.

steve8x8 commented 5 years ago

Closing after 3.28.3 release which is supposed to fix this.