Giter VIP home page Giter VIP logo

Comments (10)

mukel avatar mukel commented on May 22, 2024 1

3.0.15 is out with a fix.

from telegram.

mukel avatar mukel commented on May 22, 2024

It seems a problem with MessageEntityType, I checked and there's nothing obviously wrong (except two extra members in the enum, but that shouldn't be a problem). Please share the JSON, you can remove/alter IDs, text and any sensitive information.

from telegram.

kitsunyan avatar kitsunyan commented on May 22, 2024

I removed ids/names/timestamps. Hope I left the bug cause itself. get-updates-fail.txt

from telegram.

mukel avatar mukel commented on May 22, 2024

Got it, it's the cashtag entity type, which is not mentioned anywhere in the bot API documentation. It seems is triggered by $USD-like patterns on the message text, can you confirm?
I'll push a new version with a fix, but a major update is coming soon.

from telegram.

kitsunyan avatar kitsunyan commented on May 22, 2024

Indeed. text is Не задана $DISPLAY или не могу подключиться к Х серверу, and it seems that $DISPLAY is marked with {"offset":10,"length":8,"type":"cashtag"} entity. This entity appears to be unused.

from telegram.

kitsunyan avatar kitsunyan commented on May 22, 2024

Tried to build with your commit, works fine! I think the problem is solved. Thanks.

from telegram.

kitsunyan avatar kitsunyan commented on May 22, 2024

That happened again. There is one more new entity type: phone_number. I think there should be a fallback enum value (e.g. Unknown) which will be user for all undeclared entities.

from telegram.

mukel avatar mukel commented on May 22, 2024

It seems they are live-updating their API. Let me guess + prefix?
I'll push a generic fallback.

from telegram.

kitsunyan avatar kitsunyan commented on May 22, 2024

Let me guess + prefix?

… No! The text was 17.12x12.32x1.88 (substring by entity bounds). Try it yourself.

from telegram.

TobsCore avatar TobsCore commented on May 22, 2024

Mine broke with the following input string 29.06.2018. If a message contained this string, it would cause the above error.

from telegram.

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.