Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Last active January 29, 2016 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2called-chaos/8f0a8a50376806b42907 to your computer and use it in GitHub Desktop.
Save 2called-chaos/8f0a8a50376806b42907 to your computer and use it in GitHub Desktop.

[RESP] Error occured while processing your request! ResponderEventHandleError on tick 12 for `Tonkey::GPFraudulentOrders#/gpfo'

	NameError: undefined local variable or method `a' for #<Tonkey::Command:0x007fe43dcc9768>
		%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:62:in `ctx'
		%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:67:in `block in show_help'
		%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `tap'
		%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `ml_mdmessage'
		%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:66:in `show_help'
\[RESP] *Error occured while processing your request!*
ResponderEventHandleError on tick 12 for `Tonkey::GPFraudulentOrders#/gpfo'
```
NameError: undefined local variable or method `a' for #<Tonkey::Command:0x007fe43dcc9768>
%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:62:in `ctx'
%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:67:in `block in show_help'
%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `tap'
%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `ml_mdmessage'
%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:66:in `show_help'
```
[4] pry(#<Tonkey::TelegramClient>)> ex.message
=> "Telegram API has returned the error. (ok: \"false\", error_code: \"400\", description: \"[Error]: Bad Request: Can't parse message text: Can't find end of the entity starting at byte offset 601\")"
[6] pry(#<Tonkey::TelegramClient>)> message.byteslice(600, 605)
=> "w_help'\n```"
[7] pry(#<Tonkey::TelegramClient>)> message
=> "\\[RESP] *Error occured while processing your request!*\nResponderEventHandleError on tick 12 for `Tonkey::GPFraudulentOrders#/gpfo'\n```\n\tNameError: undefined local variable or method `a' for #<Tonkey::Command:0x007fe43dcc9768>\n\t\t%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:62:in `ctx'\n\t\t%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:67:in `block in show_help'\n\t\t%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `tap'\n\t\t%ROOT%/lib/tonkey/handler/shortcuts.rb:37:in `ml_mdmessage'\n\t\t%ROOT%/vendor/handlers/gp_fraudulent_orders/gp_fraudulent_orders.rb:66:in `show_help'\n```"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment