Adding a number to http param produces the following error:
fieldId 2140
Could not cast value of type '__NSCFNumber' (0x107bf3608) to 'NSString' (0x1f473fc40).
2022-05-03 09:09:54.836692+0200 App[7297:240873] Could not cast value of type '__NSCFNumber' (0x107bf3608) to 'NSString' (0x1f473fc40).
dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
(lldb)
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Numbers should correctly cast to NSString.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug
Adding a number to http param produces the following error:
To Reproduce Steps to reproduce the behavior:
Expected behavior
Numbers should correctly cast to
NSString
.Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.