icon

Support Forum

"Start listening" error

Tags:
  • Allplan 2025-1-8

When I run `Start listening Python` from the plugin, I get this error:

=======================================================================================================

String table error:

Filename C:\Users\infor\Documents\Nemetschek\Allplan\2025\Usr\Local\Library\AllepPlugins\AllplanGmbH\PythonPartSDK\StartPythonDebug_spa.xml does not exist

=======================================================================================================
I previously had everything configured for Allplan v2024. Now I can't connect to my workspace. What should I do?

Show most helpful answer Hide most helpful answer

Hi,

This is actually not an error (although the print literally states error). Consider it as a warning, pointing out that there is a file containing localization strings for spanish language was not found and the PythonPart will proceed with default texts.

Are you encountering problems when starting the debugging? Try to:

  • Press "Start listening" in the debug PythonPart
  • Wait until you see
    Visual Studio Code:
        - Select 'Attach to Allplan'
        - Click 'RUN AND DEBUG'
    
    Visual Studio:
        - Attach to Process
        - Connection type: Python remote (ptvsd)
        - Connection target: localhost:5678
        - Enter
        - Select the Python process

  • Wait additional 3-4 seconds (just to make sure, the debug server in ALLPLAN has started correctly)
  • Then press start debugging in VS-Code (by pressing F5 for example)

Hope that helps. If not, give us more details to your problem.

Cheers,
Bart

Hi,

This is actually not an error (although the print literally states error). Consider it as a warning, pointing out that there is a file containing localization strings for spanish language was not found and the PythonPart will proceed with default texts.

Are you encountering problems when starting the debugging? Try to:

  • Press "Start listening" in the debug PythonPart
  • Wait until you see
    Visual Studio Code:
        - Select 'Attach to Allplan'
        - Click 'RUN AND DEBUG'
    
    Visual Studio:
        - Attach to Process
        - Connection type: Python remote (ptvsd)
        - Connection target: localhost:5678
        - Enter
        - Select the Python process

  • Wait additional 3-4 seconds (just to make sure, the debug server in ALLPLAN has started correctly)
  • Then press start debugging in VS-Code (by pressing F5 for example)

Hope that helps. If not, give us more details to your problem.

Cheers,
Bart

When I run `Start listening Python` from the plugin, I get this error:

=======================================================================================================

String table error:

Filename C:\Users\infor\Documents\Nemetschek\Allplan\2025\Usr\Local\Library\AllepPlugins\AllplanGmbH\PythonPartSDK\StartPythonDebug_spa.xml does not exist

=======================================================================================================
I previously had everything configured for Allplan v2024. Now I can't connect to my workspace. What should I do?

superpharm-france