Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    developer console error while using remote debug

    SmartClient Version: v10.1p_2015-12-31/Enterprise Deployment (built 2015-12-31)

    Firefox on OSX

    While using the RPC tab of the developer console in remote debug, I got this error (in the console of the dev console browser window):
    TypeError: _1.getHours is not a function
    if(_1==null)_1=new Date();var _3=_1.getHours(),_4=_1.getMinutes(),_5=_1.getSecon... ISC_Cor...2-31.js (line 1064, col 34)
    https://mbproedp02:8445/Jtk/isomorph..._2015-12-31.js
    Line 1064

    after that, the RPC tab stops to show the requests.

    #2
    Hello, with the latest build:
    SmartClient Version: v10.1p_2016-01-27/Enterprise Deployment (built 2016-01-27)
    the error is different, please see attachment.
    Do you reproduce the error?
    Attached Files

    Comment


      #3
      Hello, any news on the issue? It's still reproducible with latest build, even with the showcase.
      SmartClient Version: v10.1p_2016-02-11/Enterprise Development Only (built 2016-02-11)

      Comment


        #4
        This is now fixed and will be in the next nightly build (Feb 17 2016). Thanks for your patience!

        Comment


          #5
          SmartClient Version: v10.1p_2016-02-18/Enterprise Deployment (built 2016-02-18)

          Chrome on OS X and iPhone 5 iOS 9.2.1

          Hello, actually I still got this error, but only when remote debugging with Safari on an iPhone as target browser (when the target browser is a private Chrome window on the same Mac it works).

          Code:
          *16:00:43.626:TMR2:WARN:Log:TypeError: _1.getHours is not a function
          Stack from error.stack:
              [c]Log.getLogTimestamp(<no args: exited>) on [Class Log] @ ISC_Core.js:1049:37
              formatCellValue(<no args: exited>) @ ISC_DeveloperConsole.js:131:2105
              ListGrid._formatCellValue(<no args: exited>) on [TreeGrid ID:rpcHistory] @ ISC_Grids.js:1458:55
              ListGrid.getCellValue(<no args: exited>) on [TreeGrid ID:rpcHistory] @ ISC_Grids.js:1418:235
              [c]Class.invokeSuper(<no args: exited>) on [TreeGrid ID:rpcHistory] @ ISC_Core.js:269:162
              TreeGrid.getCellValue(<no args: exited>) on [TreeGrid ID:rpcHistory] @ ISC_Grids.js:3037:134
              eval(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ [no file]:4:115
              GridRenderer._getCellValue(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:498:331
              GridRenderer.getTableHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:452:15
              [c]Class.invokeSuper(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:269:162
              TreeGridBody.getTableHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:2934:14
              GridRenderer.getInnerHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:344:648
              [c]Class.invokeSuper(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:269:93
              [c]Class.Super(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:261:170
              GridBody.getInnerHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:757:511
              Canvas._getInnerHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:2058:68
              Canvas._updateInnerHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:2161:155
              [c]Class.invokeSuper(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:269:162
              GridRenderer._updateInnerHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:372:771
              Canvas._updateHTML(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:2154:57
              Canvas.redraw(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:2150:705
              [c]Class.invokeSuper(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:269:162
              GridRenderer.redraw(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:715:273
              [c]Class.invokeSuper(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Core.js:269:162
              GridBody.redraw(<no args: exited>) on [TreeGridBody ID:rpcHistory_body] @ ISC_Grids.js:793:23
              [c]Canvas.clearRedrawQueue(<no args: exited>) on [Class Canvas] @ ISC_Core.js:3070:110
              [c]Class.fireCallback(_1=>Obj, _2=>null, _3=>null, _4=>null, _5=>true) on [Class Timer] @ ISC_Core.js:278:104
              Timer._fireTimeout(_1=>"$ir222", _2=>259, _3=>undef) on [Class Timer] @ ISC_Core.js:1336:166
              <anonymous>() @ ISC_Core.js:1333:40
          
          Uncaught TypeError: _1.getHours is not a function

          Comment


            #6
            Ok, this should be fixed in tomorrow's (March 2 2016) build.

            Comment


              #7
              SmartClient Version: v10.1p_2016-03-02/Enterprise Deployment (built 2016-03-02)

              Now it's working, thank you very much.

              Comment

              Working...
              X