question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid parameter custom_bin (launch_grpc)

See original GitHub issue

After updating to pymapdl 0.59.2 I get some strange error message:

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl()

is causing an error: TypeError: launch_grpc() got an unexpected keyword argument ‘custom_bin’

which is caused by line 925 in launcher.py, as start_parm contains custom_bin:```

elif mode == 'grpc':
    port, actual_run_location = launch_grpc(port=port, verbose=verbose_mapdl,
                                            **start_parm)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jgd10commented, Jun 21, 2021

interesting; I’ll have a look at this

0reactions
akaszynskicommented, Jun 21, 2021

Fixed https://pypi.org/project/ansys-mapdl-core/0.59.3/

Yanked 0.59.2. Release got through CI/CD because we don’t test the launcher in our CI/CD.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error "invalid parameter" when launching a converted app
I was able to solve the issue by updating Windows to the latest version (build 16299.19). After the update I completely reinstalled the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found