Giter Site home page Giter Site logo

Comments (5)

muety avatar muety commented on May 27, 2024

Hi @NePoCz, thanks for bringing this up. I assume you redacted the actual chat ID number and it's not actually 1234567890, is it? I assume this is a data type issue. According to https://core.telegram.org/bots/api#user, the ID can be 52 bits long. We're using an int here, which, on a 32-bit platform like armhf, will be an int32 in fact. Can you confirm your real chat ID is higher than 4294967295 or lower than -4294967295?

from telepush.

NePoCz avatar NePoCz commented on May 27, 2024

Thanks for the quick response and fix. I built the image again with the patch included and now everything works fine. Yes my chat ID is out of the int32 range (5358xxxxxx), so that must have been the cause.

from telepush.

muety avatar muety commented on May 27, 2024

Great to hear! I'm glad everything's working again.

from telepush.

NePoCz avatar NePoCz commented on May 27, 2024

By the way, I have been using it for a while now and so far no problems on armhf. Any plans to build the docker image for other platforms (e.g. armhf/arm64)? I dont want to set up a separate issue for this, so just curiously asking here

from telepush.

muety avatar muety commented on May 27, 2024

If people need images for different CPU architectures just open a new ticket and someone (maybe myself) will jump onto it, hopefully :)

from telepush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.