Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 404 updating #12

Open
cibernicola opened this issue Nov 22, 2024 · 3 comments
Open

Error 404 updating #12

cibernicola opened this issue Nov 22, 2024 · 3 comments
Labels

Comments

@cibernicola
Copy link

cibernicola commented Nov 22, 2024

Using this snippet:

from geoip2fast import GeoIP2Fast
G = GeoIP2Fast()
G.update_file('geoip2fast.dat.gz',verbose=True)
G.reload_data(verbose=True)

This is the result:

- Opening URL https://github.com/rabuchaim/geoip2fast/releases/download/LATEST/geoip2fast.dat.gz
- Error downloading file: HTTP Error 404: Not Found - https://github.com/rabuchaim/geoip2fast/releases/download/LATEST/geoip2fast.dat.gz
- Error downloading file: HTTP Error 404: Not Found - https://github.com/rabuchaim/geoip2fast/releases/download/LATEST/geoip2fast.dat.gz
GeoIP2Fast v1.2.2 is ready! geoip2fast.dat.gz loaded with 973.060 networks in 0.24206 seconds and using 9.78 MiB.

https://github.com/rabuchaim/geoip2fast/releases/download/LATEST/geoip2fast.dat.gz <-404

@ddxv
Copy link

ddxv commented Nov 29, 2024

Yeah, it looks like there are no files in the release LATEST tag?

https://github.com/rabuchaim/geoip2fast/releases/tag/LATEST

But I do see they've recently been updated here:

https://github.com/rabuchaim/geoip2fast/tree/main/geoip2fast

So maybe just weren't tagged @rabuchaim ?

@rabuchaim
Copy link
Owner

Sorry guys!! My GitHub token expired and therefore the automatic release update did not complete.

image

I have already renewed the token and now it has no expiration date so this will not happen again.

The new releases were generated successfully!

image

[..]s Ricardo Abuchaim

@ddxv
Copy link

ddxv commented Dec 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants