Open wan-andrea opened 2 months ago
Hi @wan-andrea, thanks for opening this issue! It looks like this is a bug where the response from Instagram contains a character that can't be written in the default encoding.
For developers, the relevant lines are:
Changing L259 to with open(args.csv, "w", encoding="utf-8") as f:
may fix this.
I tried to use
instagram-location-search --lat 18.78 --lng 98.98 --csv locs.csv
But it throws an error whenever it tries to bring me to the login page for Instagram.