cchamplin / atom-debug-ui

MIT License
4 stars 3 forks source link

Uncaught Cannot get services before activation #4

Closed ghost closed 2 years ago

ghost commented 6 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.27.1 x64 Electron: 1.7.15 OS: Mac OS X 10.13.4 Thrown From: atom-debug-ui package 1.0.4

Stack Trace

Uncaught Cannot get services before activation

At /Users/z.jo.murata/.atom/packages/atom-debug-ui/lib/services.js:97

undefined

Commands

     -1:54.5.0 project-find:show (atom-pane.pane)
     -1:54 core:paste (input.hidden-input)
     -0:55.3.0 goto-definition:go (span.syntax--source.syntax--ruby)
     -0:51.5.0 core:copy (input.hidden-input)
     -0:51.1.0 project-find:show (input.hidden-input)
     -0:50.7.0 core:paste (input.hidden-input)
  2x -0:43.8.0 editor:move-to-first-character-of-line (input.hidden-input)
  4x -0:37 core:delete (input.hidden-input)
     -0:36.3.0 core:confirm (input.hidden-input)
     -0:11.7.0 tabs:split-right (div.title.icon.ruby-icon.medium-red.temp)

Non-Core Packages

atom-beautify 0.32.4 
atom-debug-ui 1.0.4 
atom-ide-ui 0.12.0 
atom-ternjs 0.18.3 
auto-encoding 0.7.0 
autocomplete-paths 2.12.2 
autocomplete-ruby 0.2.8 
busy-signal 1.4.3 
file-icons 2.1.21 
git-plus 7.10.2 
goto-definition 1.3.4 
highlight-selected 0.13.1 
ide-php 0.7.14 
ide-typescript 0.7.6 
intentions 1.1.5 
japanese-word-selection 0.5.1 
language-slim 1.0.0 
linter 2.2.0 
linter-erb 1.1.1 
linter-htmlhint 1.4.0 
linter-jshint 3.1.8 
linter-rubocop 2.2.3 
linter-ui-default 1.7.1 
merge-conflicts 1.4.5 
minimap 4.29.8 
php-debug 0.3.4 
rails-transporter 1.7.1 
regex-railroad-diagram 0.19.4 
Sublime-Style-Column-Selection 1.7.4 
nneto commented 6 years ago

It's happening when I try to split the pane.

AMKuperus commented 6 years ago

Have the same error. I found a workaround to be able to split the panes by disabling atom-debug-ui from the preferences menu -> packages. After you've setup you're workspace re enable and you're good to go.

s00500 commented 6 years ago

This issue affects quite a lot of things like git plus and other packages functionality!

cchamplin commented 6 years ago

I'm having trouble reproducing this. Can you provide detailed instructions?