Issue in last sublime stable (3124)
marc0n3 opened this issue ยท 9 comments
Hi everyone, am I the only one that has problems with Xdebug plugin on new releases?
On 3114 it works, developer versions and the new 3124 prompts:
Exception in thread Thread-617:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in bootstrapinner
File "xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package", line 151, in run
File "xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package", line 364, in init
File "xdebug.session in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package", line 417, in set_breakpoint
File "xdebug.util in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package", line 42, in get_real_path
File "xdebug.helper.helper in /home/marco/.config/sublime-text-3/Installed Packages/Xdebug Client.sublime-package", line 17, in url_decode
AttributeError: 'module' object has no attribute 'parse'
I'm on debian linux.
Thanks in advance.
I couldn't see this errors (I don't know how to show this prompt), but after update Sublime Text to 3124, xDebug client started to fail the same way.
So, I subscribe to this.
I use Ubuntu 14.04.
Thank you!
I've found a way to make it works, it seems.... testing it right now https://github.com/marc0n3/SublimeTextXdebug/commit/543ff43f9f007de7d679ad017565e5dff49e047e
For information, this bug also affects other plugins (like URLDecode for instance). The fix is to uninstall and reinstall Package Control, as described there:
https://forum.sublimetext.com/t/module-error-when-running-a-plugin/23611
marc0n3/SublimeTextXdebug@543ff43 ,can't open
@marc0n3 @laurent22 @yoX64
i am in osx, and sublime version is 3126, i appeared the same problem
i remove sublime config , reinstall sublime ,reinstall package control, reinstall xdebug
but it still do not work, what should i do
@tim0991
what you should do: patch it, but you no longer have to, I just did ;)
I've tried both Sublime build 3126 and 3142 on Windows/macOS, but I was unable to reproduce the error. It seems to me, as pointed out by @laurent22, this is/was an issue with the installation of Package Control.