Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in PyCharm 2023.3 EAP #5

Closed
jerzyk opened this issue Nov 5, 2023 · 2 comments
Closed

Exception in PyCharm 2023.3 EAP #5

jerzyk opened this issue Nov 5, 2023 · 2 comments

Comments

@jerzyk
Copy link

jerzyk commented Nov 5, 2023

PyCharm 2023.3 EAP (Professional Edition)
Build #PY-233.11555.5, built on October 31, 2023
Runtime version: 17.0.9+7-b1087.3 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.0

Traceback (most recent call last):
  File "/Users/jerzyk/Applications/PyCharm Professional.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 219, in run
    self._on_run()
  File "/Users/jerzyk/Applications/PyCharm Professional.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 1932, in _on_run
    xml.write(pydevd_xml.var_to_xml(var_obj, name, evaluate_full_value=True, user_type_renderers=self.user_type_renderers))
  File "/Users/jerzyk/Applications/PyCharm Professional.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_xml.py", line 330, in var_to_xml
    value = _get_default_var_string_representation(v, _type, typeName, format, do_trim)
  File "/Users/jerzyk/Applications/PyCharm Professional.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_xml.py", line 273, in _get_default_var_string_representation
    str_from_provider = _str_from_providers(v, _type, typeName, do_trim)
  File "/Users/jerzyk/Applications/PyCharm Professional.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_xml.py", line 209, in str_from_providers
    return provider.get_str(o, do_trim)
TypeError: OdooRecordSetProvider.get_str() takes 2 positional arguments but 3 were given

@trinhanhngoc trinhanhngoc changed the title exception in latest pycharm EAP Exception in PyCharm 2023.3 EAP Nov 5, 2023
@trinhanhngoc
Copy link
Member

Hi @jerzyk ,

Thank you for the information. The error is caused by a recent change in PyCharm: JetBrains/intellij-community@edd05b7. I will soon fix this issue.

@trinhanhngoc
Copy link
Member

Hi @jerzyk ,

The new version 1.2.2 has been released with the fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants