Announcement

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

    #46
    Hello, the problem from post #37 seems also fixed, isn't it?

    Comment


      #47
      Yes, it ought to be - we didn't update yet because we're still in this area, so please do let us know if see anything similar again.

      Comment


        #48
        SmartClient Version: SNAPSHOT_v13.1d_2024-10-08/Enterprise Deployment (built 2024-10-08)

        Hello, actually it's true that I don't see the error on Safari iOS, but now I see it on FF, Chrome and Safari on MaoOS

        Code:
        18:07:41.322:TMR3:WARN:Log:InternalError: too much recursion
        Stack from error.stack:
            toSchemaDate() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:25145:25
            encodeDate() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72049:27
            _serialize() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72176:43
            _serializeObject() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72382:22
            _serialize() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72243:17
            _serializeArray() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72270:18
            _serialize() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72230:21
            _serializeObject() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72382:22
            _serialize() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:72243:17
            encode() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:71896:23
            encode() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:71671:45
            echoFull() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:30981:25
            echoFull() @ isomorphic/system/modules-debug/ISC_Core.js?isc_version=13.1-d20241008.js:2595:62
            _refreshData() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=13.1-d20241008.js:4850:41
            refreshEvents() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=13.1-d20241008.js:6720:18
            _refreshData() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=13.1-d20241008.js:4852:38
            refreshEvents() @ isomorphic/system/modules-debug/ISC_Calendar.js?isc_version=13.1-d20241008.js:6720:18

        Comment


          #49
          Originally posted by claudiobosticco View Post
          SmartClient Version: SNAPSHOT_v13.1d_2024-10-08/Enterprise Deployment (built 2024-10-08)

          Hello, actually it's true that I don't see the error on Safari iOS, but now I see it on FF, Chrome and Safari on MaoOS
          SmartClient Version: SNAPSHOT_v13.1d_2024-10-29/Enterprise Deployment (built 2024-10-29)

          This seems fixed for every browser.
          Last edited by claudiobosticco; 1 Nov 2024, 04:52.

          Comment


            #50
            Originally posted by claudiobosticco View Post
            By the way, I just noticed that on iOS I've got this error in my application with build "SNAPSHOT_v13.1d_2024-09-10/Enterprise Deployment" (doesn't happen with "SNAPSHOT_v13.1d_2024-09-09/Enterprise Deployment")

            Code:
            [Warning] *18:07:16.193:TMR7:WARN:Log:RangeError: Maximum call stack size exceeded. (ISC_Core.js, line 33293)
            Stack from error.stack:
            stringify@[native code]
            _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70956:39
            _serializeObject@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71173:32
            _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71034:33
            _serializeArray@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71061:28
            _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71021:36
            _serializeObject@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71173:32
            _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71034:33
            encode@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70687:33
            encode@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70462:51
            echoFull@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:30966:31
            isc_echoFull@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:2595:70
            _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4350:45
            refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
            _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4351:47
            refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
            _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4351:47
            refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
            this error happens in a piece of code where I do calendar.fetchData() and then animateShow() on the layout containing the calendar. Actually doing the fetch in the animateShow callback fixes the problem, but I don't think it's normal to have that error.
            SmartClient Version: v13.1p_2024-12-02/Enterprise Deployment (built 2024-12-02)

            Chrome on Android 12, Android studio emulator Pixel 5

            Hello, similar to the above error, I'm seeing this error on Android, again in a piece of code where I do calendar.fetchData() and then animateShow() on the layout containing the calendar:

            Code:
            ISC_Core.js?isc_version=13.1-p20241202.js:7775 Uncaught RangeError: Maximum call stack size exceeded
                at cons.hasData (ISC_Calendar.js?isc_version=13.1-p20241202.js:13250)
                at cons.refreshEvents (ISC_Calendar.js?isc_version=13.1-p20241202.js:4923)
                at cons._refreshData (ISC_Calendar.js?isc_version=13.1-p20241202.js:5137)
                at cons.refreshEvents (ISC_Calendar.js?isc_version=13.1-p20241202.js:4924)
            [cut]
            at cons._refreshData (ISC_Calendar.js?isc_version=13.1-p20241202.js:5137)
                at cons.refreshEvents (ISC_Calendar.js?isc_version=13.1-p20241202.js:4924)
                at ISC_Calendar.js?isc_version=13.1-p20241202.js:4902
                at cons.fireCallback (ISC_Core.js?isc_version=13.1-p20241202.js:7770)
                at cons._fireTimeout (ISC_Core.js?isc_version=13.1-p20241202.js:57369)
                at ISC_Core.js?isc_version=13.1-p20241202.js:57278
            Last edited by claudiobosticco; 2 Dec 2024, 11:35. Reason: added Android version

            Comment


              #51
              SmartClient Version: v13.1p_2024-12-13/AllModules Development Only (built 2024-12-13)

              Hello, i still see the issue in the latest 13.1

              Comment


                #52
                hi Claudio - we've applied a fix for this. Please retest with tomorrow's builds, dated December 16, or later ones.

                Comment


                  #53
                  SmartClient Version: v13.1p_2024-12-17/Enterprise Deployment (built 2024-12-17)

                  I can confirm it's fixed, thank you very much

                  Comment

                  Working...
                  X