Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. [09:20] dZSbot error: Unhandled error, please report to developers:
  2. can't use non-numeric string as operand of "/"
  3. while executing
  4. "expr {$value / 1024.0}"
  5. ("autobyte" arm line 3)
  6. invoked from within
  7. "switch -exact -- [string tolower $speedmeasure] {
  8. "mb" {
  9. set value [format "%.2f" [expr {$value / 1024.0}]]
  10. set type $theme(MB)
  11. }
  12. "kbit" {..."
  13. (procedure "format_speed" line 3)
  14. invoked from within
  15. "format_speed [lindex $line $cnt] $section"
  16. (procedure "ng_format"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement