browser-plus icon indicating copy to clipboard operation
browser-plus copied to clipboard

TypeError: window.bp.js.get is not a function

Open SwineBurglar opened this issue 5 years ago • 0 comments

Has anyone been able to solve this issue? I found three previous issue reports for this loading error but none of them have been closed.

Any help is greatly appreciated!

[Enter steps to reproduce:]

  1. Install browser-plus
  2. Try to load an .html file with browser-plus

Atom: 1.52.0 x64 Electron: 6.1.12 OS: Mac OS X 10.14.6 Thrown From: browser-plus package 0.0.98

Stack Trace

Failed to activate the browser-plus package

At window.bp.js.get is not a function

TypeError: window.bp.js.get is not a function
    at Object.activate (/packages/browser-plus/lib/browser-plus.coffee:42:55)
    at Package.activateNow (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:3187326)
    at /Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:3186738
    at Package.measure (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:3184316)
    at /Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:3186598
    at new Promise (<anonymous>)
    at Package.activate (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:3186541)
    at PackageManager.activatePackage (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:383220)
    at /Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:915835
    at r (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:910441)
    at n (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:1088976)
    at /Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:1089064
    at Socket.<anonymous> (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:1087732)
    at Socket.emit (events.js:205:15)
    at Socket.EventEmitter.emit (domain.js:471:20)
    at Pipe.<anonymous> (net.js:586:12)

Commands

Non-Core Packages

advanced-open-file 0.16.8 
ask-stack 2.2.0 
atom-beautify 0.33.4 
atom-bootstrap4 1.4.0 
atom-clock 0.1.18 
atom-html-preview 0.2.6 
atom-material-syntax 1.0.8 
atom-one-dark-syntax 1.13.0 
auto-detect-indentation 1.3.0 
autocomplete-clang 0.13.1 
autocomplete-date 0.4.0 
bg-tree-view-toolbar 1.1.3 
bg-ui-font-sizer 0.2.0 
block-cursor 0.13.3 
browser-plus 0.0.98 
build 0.70.0 
busy-signal 2.0.1 
color-picker 2.3.0 
color-tabs 0.1.8 
color-tabs-regex 0.2.5 
css-color-name 0.4.0 
data-explorer 0.7.0 
dbclick-tree-view 1.6.3 
editor-background 1.2.42 
emmet 2.4.3 
es6-javascript 1.0.0 
figlet 0.5.4 
file-icons 2.1.43 
fix-indent-on-paste 0.1.1 
fonts 3.12.0 
highlight-bad-chars 2.0.0 
highlight-bad-chars-bl 1.4.3 
highlight-colors 0.9.0 
highlight-line 0.12.0 
highlight-selected 0.17.0 
html-tag-auto-complete 2.0.0 
Hydrogen 2.14.6 
hydrogen-cell-separator 0.4.1 
hydrogen-exectime 0.8.0 
hydrogen-launcher 1.2.2 
indent-guide-improved 1.4.13 
intentions 1.1.5 
javascript-regex 2.0.0 
jumpy 5.0.2 
jumpy-beacon 0.2.0 
language-ini 1.23.0 
language-regexp 1.1.3 
linter 3.1.0 
linter-bootlint 1.1.9 
linter-csslint 2.0.6 
linter-gcc2 0.8.8 
linter-htmlhint 1.6.3 
linter-jshint 3.1.19 
linter-ui-default 2.1.2 
lorem 4.0.0 
minimap 4.29.9 
minimap-autohider 1.6.0 
minimap-bookmarks 0.4.2 
minimap-lens 0.8.1 
minimap-pigments 0.2.2 
minimap-split-diff 0.3.7 
minimap-titles 1.15.0 
monokai 0.24.0 
monokai-light 0.4.2 
multi-cursor-plus 1.2.0 
multi-wrap-guide 1.1.11 
multiline-tab 0.2.1 
one-dark-regex-syntax 1.2.0 
open-in-browser 0.5.2 
open-in-browsers 0.0.30 
pane-layout-plus 0.7.4 
persistent-bookmarks 0.3.0 
pigments 0.40.2 
platformio-ide-debugger 1.2.6 
platformio-ide-terminal 2.10.0 
px2rem 0.2.0 
quick-highlight 0.13.0 
rulerz 0.5.0 
script 3.26.0 
split-diff 1.6.1 
structure-view 0.2.1 
tab-title 0.3.5 
tool-bar 1.3.0 
tree-view-copy-relative-path 1.2.0 
tree-view-panes 0.3.7 
tree-view-search-bar 1.0.2 
tree-view-sort 0.12.1 

SwineBurglar avatar Oct 19 '20 21:10 SwineBurglar