question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on open Aerojump

See original GitHub issue

I can’t launch the plugin, maybe the error still exists.

NVIM v0.4.3

init.vim

Plug 'ripxorip/aerojump.nvim', { 'do': ':UpdateRemotePlugins' }
Error detected while processing function remote#define#request:
line    2:
Error invoking '/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump:command:Aerojump' on channel 4 (python3-rplugin-host):
error caught in request handler '/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump:command:Aerojump [[], [90, 90]]':
Traceback (most recent call last):
  File "/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump/__init__.py", line 229, in Aerojump
    settings['input'] = args[0]
IndexError: list index out of range
Press ENTER or type command to continue

Thanks!

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
henryolivercommented, Nov 22, 2019

Yes,

remote/host: python3 host registered plugins ['aerojump', 'deoplete', 'far']
remote/host: generated rplugin manifest: /Users/henryoliver/.local/share/nvim/rplugin.vim
Press ENTER or type command to continue

And just ran :PlugUpdate

  7 - aerojump.nvim: Already up to date.                                                                                                              │   10     current,

I can’t find anything on the doc that say how can you actually use Aerojump beside the vimrc mapping, here is my vimrc mapping:

" Aerojump
nmap <Leader>j <Plug>(AerojumpBolt)
nmap <Leader>aa <Plug>(AerojumpDefault)

And here is an screenshot when I use aa (AerojumpDefault) on my project file (buffer with a file on it) image

aa (AerojumpDefault) and typing the word React image

Error detected while processing function remote#define#CommandBootstrap[5]..remote#define#request:
line    2:
Error invoking '/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump:command:AerojumpDown' on channel 4 (python3-rplugin-host):
error caught in request handler '/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump:command:AerojumpDown [[], [3, 3]]':
Traceback (most recent call last):
  File "/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump/__init__.py", line 332, in AerojumpDown
    self.__update_highlights(self.aj.get_highlights())
  File "/Users/henryoliver/.config/nvim/plugged/aerojump.nvim/rplugin/python3/aerojump/aerojump.py", line 262, in get_highlights
    return self.highlights
AttributeError: 'Aerojump' object has no attribute 'highlights'
Press ENTER or type command to continue

Something weird is happening there, it may be a conflict with Deoplete autocomplete plugin.

0reactions
dimroccommented, Apr 24, 2020

Thanks for the plugin! I also have the issue below and the inability to have case sensitive search. I have a suspicion that it’s colliding with another plugin, either CoC tab completion or Semshi python.

This is when running on Redhat linux, not Mac OSX.

AttributeError: 'Aerojump' object has no attribute 'highlights'
Read more comments on GitHub >

github_iconTop Results From Across the Web

SE-0309: Unlock existential types for all protocols - Swift Forums
Hi everyone. The review of SE-0309, "Unlock existentials for all protocols", begins now and runs through May 1, 2021.
Read more >
Aireplay-ng - Aircrack-ng
Error message, "open(/dev/rtc) failed: Device or resource busy". This is caused by having two or more instances of aireplay-ng running at ...
Read more >
Buddy Lee Aero Jump Ropes - Black (OPI)
It is a Hyperformance Rope designed for the serious adult or youth athlete/ fitness buff. It is made for ultra speed (5-6 turns...
Read more >
Aero Jump #71 - Pitbull ft Shakira - Prof Carlos Mendes
Jennifer Lopez + Pitbull & Claudia Leitte - We Are One [FIFA World Cup Opening Ceremony] FULL HD. BRANDY91. BRANDY91.
Read more >
Homebrew Analytics Formula Build Error Events (30 days)
Formula Events % #1 z3 3,497 7.80% #2 doxygen 3,028 6.75% #3 libimobiledevice ‑‑HEAD 1,706 3.80%
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found