For some reason I cannot access the website (or worse: update BrickTracker) without a VPN... #164

Open
opened 2026-06-20 14:55:47 +02:00 by riochicken · 5 comments

Hi,

For some reason I cannot access the website (or worse: update BrickTracker) without a VPN...

When I use my phone with 5G or use a VPN on my laptop, it works, it seems that my ip address is blocked. Any thoughts?

Kind regards

Richard

Hi, For some reason I cannot access the website (or worse: update BrickTracker) without a VPN... When I use my phone with 5G or use a VPN on my laptop, it works, it seems that my ip address is blocked. Any thoughts? Kind regards Richard
Owner

Which country are you accessing from? I am blocking some countries and IP ranges because of spam. If you could share the first couple of digits of your IP address, I’ll check it out.

Which country are you accessing from? I am blocking some countries and IP ranges because of spam. If you could share the first couple of digits of your IP address, I’ll check it out.
Author

From the Netherlands.. 80.60.211 are the first couple of digits of my ip address (kpn the netherlands)

From the Netherlands.. 80.60.211 are the first couple of digits of my ip address (kpn the netherlands)
Author

o minor detail: I was able to update using my mobile 5g connection the latest version was used but it still shows 1.4.0 Claude gave me the following information:

After upgrading to the :1.4.1 / :latest tag (image digest
sha256:77aa85d1aafaaa4409a2334b6dd49932f8f890776101f2fa57e6507e3cd92ce3),
the running container still reports version 1.4.0:

docker exec bricktracker cat /app/bricktracker/version.py
from typing import Final
__version__: Final[str] = '1.4.0'
__database_version__: Final[int] = 27

The 1.4.1 functionality (parts table column filters) is present and
working, so this looks like version.py just wasn't bumped when the
1.4.1 release was tagged/built. Minor cosmetic issue, but it makes it
hard to confirm which version is actually running via the admin UI or
container inspection.

o minor detail: I was able to update using my mobile 5g connection the latest version was used but it still shows 1.4.0 Claude gave me the following information: After upgrading to the `:1.4.1` / `:latest` tag (image digest sha256:77aa85d1aafaaa4409a2334b6dd49932f8f890776101f2fa57e6507e3cd92ce3), the running container still reports version 1.4.0: docker exec bricktracker cat /app/bricktracker/version.py from typing import Final __version__: Final[str] = '1.4.0' __database_version__: Final[int] = 27 The 1.4.1 functionality (parts table column filters) is present and working, so this looks like version.py just wasn't bumped when the 1.4.1 release was tagged/built. Minor cosmetic issue, but it makes it hard to confirm which version is actually running via the admin UI or container inspection.
Author

and thank you for the quick reply!

and thank you for the quick reply!
Owner

o minor detail: I was able to update using my mobile 5g connection the latest version was used but it still shows 1.4.0 Claude gave me the following information:

After upgrading to the :1.4.1 / :latest tag (image digest
sha256:77aa85d1aafaaa4409a2334b6dd49932f8f890776101f2fa57e6507e3cd92ce3),
the running container still reports version 1.4.0:

docker exec bricktracker cat /app/bricktracker/version.py
from typing import Final
__version__: Final[str] = '1.4.0'
__database_version__: Final[int] = 27

The 1.4.1 functionality (parts table column filters) is present and
working, so this looks like version.py just wasn't bumped when the
1.4.1 release was tagged/built. Minor cosmetic issue, but it makes it
hard to confirm which version is actually running via the admin UI or
container inspection.

Thank you! I’ll check it out.

About your IP, it isn’t banned and your country isn’t on my ban list. https://bricktracker.baerentsen.space/ Doesn’t have any country or IP restrictions, only Gitea does, so something might be wrong in your end if you can’t access that site. Sorry about that!

> o minor detail: I was able to update using my mobile 5g connection the latest version was used but it still shows 1.4.0 Claude gave me the following information: > > After upgrading to the `:1.4.1` / `:latest` tag (image digest > sha256:77aa85d1aafaaa4409a2334b6dd49932f8f890776101f2fa57e6507e3cd92ce3), > the running container still reports version 1.4.0: > > docker exec bricktracker cat /app/bricktracker/version.py > from typing import Final > __version__: Final[str] = '1.4.0' > __database_version__: Final[int] = 27 > > The 1.4.1 functionality (parts table column filters) is present and > working, so this looks like version.py just wasn't bumped when the > 1.4.1 release was tagged/built. Minor cosmetic issue, but it makes it > hard to confirm which version is actually running via the admin UI or > container inspection. Thank you! I’ll check it out. About your IP, it isn’t banned and your country isn’t on my ban list. https://bricktracker.baerentsen.space/ Doesn’t have any country or IP restrictions, only Gitea does, so something might be wrong in your end if you can’t access that site. Sorry about that!
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FrederikBaerentsen/BrickTracker#164