Giter VIP home page Giter VIP logo

Comments (3)

pedroufv avatar pedroufv commented on June 26, 2024

same problem here...the bot keep stop when don't have vcard

from driver-telegram.

EduardMalik avatar EduardMalik commented on June 26, 2024

Same problem too.

curl 'http://chatbot.loc:8080/botman' POST -d '{"update_id":513976669, "message":{"message_id":200,"from":{"id":1218871752,"is_bot":false,"first_name":"Eduard","last_name":"Malik","username":"eduard_malik","language_code":"ru"},"chat":{"id":1218871752,"first_name":"Eduard","last_name":"Malik","username":"eduard_malik","type":"private"},"date":1600069362,"contact":{"phone_number":"79789999999","first_name":"Eduard","last_name":"Malik","user_id":1218871752}}}'

ErrorException: Undefined index: vcard in file /home/hotadd/www/chatbot/vendor/botman/driver-telegram/src/TelegramContactDriver.php on line 55
Stack trace:

  1. ErrorException->() /home/hotadd/www/chatbot/vendor/botman/driver-telegram/src/TelegramContactDriver.php:55
  2. Illuminate\Foundation\Bootstrap\HandleExceptions->handleError() /home/hotadd/www/chatbot/vendor/botman/driver-telegram/src/TelegramContactDriver.php:55
  3. BotMan\Drivers\Telegram\TelegramContactDriver->loadMessages() /home/hotadd/www/chatbot/vendor/botman/driver-telegram/src/TelegramContactDriver.php:38
  4. BotMan\Drivers\Telegram\TelegramContactDriver->getMessages() /home/hotadd/www/chatbot/vendor/botman/botman/src/BotMan.php:192
  5. BotMan\BotMan\BotMan->getMessages() /home/hotadd/www/chatbot/vendor/botman/botman/src/Traits/HandlesConversations.php:170
  6. BotMan\BotMan\BotMan->loadActiveConversation() /home/hotadd/www/chatbot/vendor/botman/botman/src/BotMan.php:422
  7. BotMan\BotMan\BotMan->listen() /home/hotadd/www/chatbot/routes/botman.php:26
  8. Illuminate\Routing\RouteFileRegistrar->{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
  9. Illuminate\Routing\Route->runCallable() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Route.php:179
  10. Illuminate\Routing\Route->run() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Router.php:681
  11. Illuminate\Routing\Router->Illuminate\Routing{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130
  12. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
  13. Illuminate\Routing\Middleware\SubstituteBindings->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  14. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77
  15. Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  16. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49
  17. Illuminate\View\Middleware\ShareErrorsFromSession->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  18. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:56
  19. Illuminate\Session\Middleware\StartSession->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  20. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37
  21. Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  22. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67
  23. Illuminate\Cookie\Middleware\EncryptCookies->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  24. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:105
  25. Illuminate\Pipeline\Pipeline->then() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Router.php:683
  26. Illuminate\Routing\Router->runRouteWithinStack() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
  27. Illuminate\Routing\Router->runRoute() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Router.php:624
  28. Illuminate\Routing\Router->dispatchToRoute() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Routing/Router.php:613
  29. Illuminate\Routing\Router->dispatch() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:170
  30. Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:130
  31. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/fideloper/proxy/src/TrustProxies.php:57
  32. Fideloper\Proxy\TrustProxies->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  33. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21
  34. Illuminate\Foundation\Http\Middleware\TransformsRequest->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  35. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21
  36. Illuminate\Foundation\Http\Middleware\TransformsRequest->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  37. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27
  38. Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  39. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63
  40. Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:171
  41. Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:105
  42. Illuminate\Pipeline\Pipeline->then() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:145
  43. Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() /home/hotadd/www/chatbot/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:110
  44. Illuminate\Foundation\Http\Kernel->handle() /home/hotadd/www/chatbot/public/index.php:55

from driver-telegram.

crynobone avatar crynobone commented on June 26, 2024

Fixed via #88 and will be released as 1.6.2 later today.

from driver-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.