Hello, the problem from post #37 seems also fixed, isn't it?
Announcement
Collapse
No announcement yet.
X
-
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
-
Originally posted by claudiobosticco View PostSmartClient 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
This seems fixed for every browser.Last edited by claudiobosticco; 1 Nov 2024, 04:52.
Comment
-
Originally posted by claudiobosticco View PostBy 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
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
Comment
Comment