-
Notifications
You must be signed in to change notification settings - Fork 484
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
TypeError: can only concatenate str (not "NoneType") to str #48
Comments
Hey @jtresko I was wondering if you ever found a fix for this? I'm just trying to get the migration up and running, and I'm getting this as well. Is there a known workaround? |
No, I've sorta abandoned this one. Was just curious about the capability. Seems a critical piece is to make sure TreeSitter has definitions for both languages. Not sure if that's where this error came from. It worked when I tested something like python to Nodejs I believe. |
Also getting this error. This repo seems useless now. @joshpxyne FYI |
Yeah I've got the same issue, trying to run
|
It can be sidestepped in
Commented here: |
I'm getting this on pretty much any command. Even when going from python to python to try having it debug, test, etc or convert to different libraries with the --guidelines.
Here's the full console output (note this is an example with an obscure language, but getting the same on py to py):
Another example:
The text was updated successfully, but these errors were encountered: