You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: open ./downloads/dbip-city-ipv4.csv: no such file or directory
goroutine 6 [running]:
main.loadCities({{{0xa9dfcc, 0x9}, {0xa9c109, 0x2}, {0xa9c3e1, 0x4}, {0xaacb87, 0x22}, {0xc0000235c0, 0x1, ...}}, ...})
F:/Code/Go/ip-location-api/load.go:51 +0x7b9
main.loadData({0xc000602700?, 0x2?, 0x2?})
F:/Code/Go/ip-location-api/load.go:41 +0xf8
main.upgrade({0xc0002fa840?, 0x0?, 0x0?})
F:/Code/Go/ip-location-api/main.go:77 +0x25
created by main.initialise in goroutine 1
F:/Code/Go/ip-location-api/main.go:48 +0xc7
also the F:/Code/Go/ip-location-api is not a path that exist in my pc, i gues this is debugging info from your pc
EDIT
seems there is a issue with the downloader. the files are not dbip-city-ipv4.csv but dbip-city-ipv4.csv.gz in the repo, so i manually extracted them to the folder
The text was updated successfully, but these errors were encountered:
I'll have to take a look into this later on today. For that database, the file should be downloaded as a gzipped version (see download.go) and then immediately decompressed. It seems that the decompression didn't work if there was a .gz file, but no .csv file in the download folder (or the download didn't work if there was no file at all).
Uh oh!
There was an error while loading. Please reload this page.
also the
F:/Code/Go/ip-location-api
is not a path that exist in my pc, i gues this is debugging info from your pcEDIT
seems there is a issue with the downloader. the files are not dbip-city-ipv4.csv but dbip-city-ipv4.csv.gz in the repo, so i manually extracted them to the folder
The text was updated successfully, but these errors were encountered: