Sublime Forum

SidebarEnhancements "Open in Browser" error

#1

Hi,

Whe I want to open any files in the browser using the excellent SidebarEnhancements plugin I get the following in the console, and the browser does not open:

Exception in thread Thread-59:
Traceback (most recent call last):
  File "./python3.3/threading.py", line 901, in _bootstrap_inner
  File "C:\Users\n4n0s\AppData\Roaming\Sublime Text 3\Installed Packages\SideBarEnhancements.sublime-package\SideBar.py", line 2370, in run
    url = item.url(type) or item.uri()
  File "C:\Users\n4n0s\AppData\Roaming\Sublime Text 3\Installed Packages\SideBarEnhancements.sublime-package\SideBarAPI.py", line 381, in url
    re.compile("^.?*" + re.escape(base), re.IGNORECASE), "", current
  File "./python3.3/re.py", line 214, in compile
  File "./python3.3/re.py", line 283, in _compile
  File "./python3.3/sre_compile.py", line 491, in compile
  File "./python3.3/sre_parse.py", line 747, in parse
  File "./python3.3/sre_parse.py", line 359, in _parse_sub
  File "./python3.3/sre_parse.py", line 570, in _parse
sre_constants.error: multiple repeat

Can anyone help or shed any light on this? Is this a bug in SidebarEnhancements?

0 Likes

#2

yes, it is. You should log an issue on that package’s issue tracker if it hasn’t already been reported there

1 Like

#3

Thanks. I guess I’ll do that.

0 Likes

#4

I have encountered the same issue, ubuntu 18.04 /st3, here is my console log:

Exception in thread Thread-5:
Traceback (most recent call last):
File “./python3.3/threading.py”, line 901, in _bootstrap_inner
File “/home/macboat/.config/sublime-text-3/Packages/sidebarenhancements/SideBar.py”, line 2370, in run
url = item.url(type) or item.uri()
File “/home/macboat/.config/sublime-text-3/Packages/sidebarenhancements/SideBarAPI.py”, line 381, in url
re.compile("^.?*" + re.escape(base), re.IGNORECASE), “”, current
File “./python3.3/re.py”, line 214, in compile
File “./python3.3/re.py”, line 283, in _compile
File “./python3.3/sre_compile.py”, line 491, in compile
File “./python3.3/sre_parse.py”, line 747, in parse
File “./python3.3/sre_parse.py”, line 359, in _parse_sub
File “./python3.3/sre_parse.py”, line 570, in _parse
sre_constants.error: multiple repeat

0 Likes

#5

I actually filed an issue here:

But there hasn’t really been much feedback as of yet.

1 Like