Giter Site home page Giter Site logo

Comments (7)

x2bool avatar x2bool commented on August 12, 2024

This type of questions belong in https://github.com/tdlib/td/

Looking at the error I can suggest to look carefully at destinationChatId.

from tdsharp.

habeebmatrix avatar habeebmatrix commented on August 12, 2024

Thanks @x2bool for the response.
destinationChatId is valid.
May be then, I should raise the question at "https://github.com/tdlib/td/", but just worried if they would say this library is not supported and ask to use there CSharp example.

from tdsharp.

x2bool avatar x2bool commented on August 12, 2024

you can enable logging and post request and response.

from tdsharp.

habeebmatrix avatar habeebmatrix commented on August 12, 2024

Hi @x2bool . I had found this mention of enable logging in other issue threads. Could you please help me understand how to enable logging in this case? I have :
TdLog.SetVerbosityLevel(0);
This doesn't write any extra logs.

from tdsharp.

x2bool avatar x2bool commented on August 12, 2024

https://github.com/tdlib/td/blob/81cb9da8873042544cc50919dc4e0350aae1f7ea/td/telegram/td_log.h#L50

*                                 Value 0 corresponds to fatal errors,
 *                                 value 1 corresponds to errors,
 *                                 value 2 corresponds to warnings and debug warnings,
 *                                 value 3 corresponds to informational,
 *                                 value 4 corresponds to debug,
 *                                 value 5 corresponds to verbose debug,
 *                                 value greater than 5 and up to 1024 can be used to enable even more logging.

I would try verbosity level >= 5

from tdsharp.

habeebmatrix avatar habeebmatrix commented on August 12, 2024

This is great help. I will try this.

from tdsharp.

habeebmatrix avatar habeebmatrix commented on August 12, 2024

Thanks Solved issue by calling GetChats once before sending first message

from tdsharp.

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.