Hi.
I was using a script that switches between map series and outputs each page in png format with the page name as the file name, but now it gives an error when the field name of the index layer has a certain pattern. (This script used to work fine.) I am currently using ArcGIS PRO 3.4.3.cifically occurs when field names contain a mix of full-width Japanese characters (Kanji, Hiragana, Katakana) AND full-width English letters or numbers.
To be more precise, we're seeing an AttributeError (or TypeError, to be exact) ONLY when field names contain a combination of full-width Japanese characters (Kanji, Hiragana, Katakana) and full-width English letters or numbers. (e.g., 面積m).
TypeError: pageRow.__new__() got an unexpected keyword argument '面積m'
The error does NOT occur in the following patterns:
Field names with only half-width characters (e.g., area_m, NAME).
Field names with only full-width Japanese characters (e.g., 面積).
Field names with a mix of full-width Japanese characters AND half-width English letters or numbers (e.g., 面積m, 地名123).
I'm having trouble because the field name in the pattern that causes the error is also used in many of the files I've created. Technical support told me that reports about scripts are not accepted under my company's contract, so I reported it here.