mustafabayar / immo_trakt

Telegram Bot to find offers on immobilienscout24.de for given criterias.
MIT License
25 stars 7 forks source link

panic: json: cannot unmarshal object into Go struct field #1

Closed mustafabayar closed 3 years ago

mustafabayar commented 3 years ago

For some search urls unmarshalling json body fails and system panics.

I will investigate this when I have time.

mustafabayar commented 3 years ago

I changed the struct format that I unmarshall the immoscout response. Works fine now.