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

broken by sexpdata 0.0.4 #11

Closed
glyph opened this issue Feb 17, 2023 · 3 comments · May be fixed by #12
Closed

broken by sexpdata 0.0.4 #11

glyph opened this issue Feb 17, 2023 · 3 comments · May be fixed by #12

Comments

@glyph
Copy link

glyph commented Feb 17, 2023

See jd-boyd/sexpdata#36

@pawciobiel
Copy link

pawciobiel commented Feb 25, 2023

ERROR:epc:Unexpected error
Traceback (most recent call last):
  File "/home/pgb/.emacs.d/.python-environments/default/lib/python3.10/site-packages/epc/handler.py", line 238, in _handle
    (name, uid, args) = unpack_message(sexp)
  File "/home/pgb/.emacs.d/.python-environments/default/lib/python3.10/site-packages/epc/handler.py", line 87, in unpack_message
    return (data[0].value(), data[1], data[2:])
AttributeError: 'Symbol' object has no attribute 'value'

related to tkf/emacs-jedi#348

@jd-boyd
Copy link

jd-boyd commented Jun 6, 2023

Would you mind trying to test if 1.0.1 fixed this? You need to install it from github since that version isn't released yet.

Alternatively, could you post an example of how to trigger the above error in a few lines of python code without requiring an entire emacs setup? Is it triggered by running python-epc's unit tests?

@glyph
Copy link
Author

glyph commented Jul 14, 2023

1.0.1 did fix this for me.

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

Successfully merging a pull request may close this issue.

3 participants