You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I tried to initalize a Map object from an Item object for one certain webmap, it raises the exception TypeError: 'MockValSer' object cannot be converted to 'SchemaSerializer', but for other webmaps, this function works well. The arcgis version I'm using is 2.4.0
@shiyuding09
You can try upgrading to the latest version of the API and also specify the item keyword when creating the map since it is the second argument in the method.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
when I tried to initalize a Map object from an Item object for one certain webmap, it raises the exception
TypeError: 'MockValSer' object cannot be converted to 'SchemaSerializer'
, but for other webmaps, this function works well. The arcgis version I'm using is 2.4.0To Reproduce
Steps to reproduce the behavior:
error:
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
A clear and concise description of what you expected to happen.
Platform (please complete the following information):
Additional context
Add any other context about the problem here, attachments etc.
The text was updated successfully, but these errors were encountered: