Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BundleSearch fails, #546

Closed
madiot opened this issue Dec 12, 2014 · 6 comments
Closed

BundleSearch fails, #546

madiot opened this issue Dec 12, 2014 · 6 comments

Comments

@madiot
Copy link

madiot commented Dec 12, 2014

Upon :BundleSearch I get following error:

message error detected in function vundle#scripts#all..<SNR>22_load_scripts..    
<SNR>22_fetch_scripts: line 24 : Error fetching scripts!
  • here is my _vimrc :
"---------------------------
set nocompatible              " be iMproved, required
filetype off                  " required
set directory=.,$TEMP
set rtp+=~/vimfiles/bundle/Vundle.vim/
let path='~/vimfiles/bundle'
call vundle#begin(path)
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required
"---------------------------

I did follow the guideline https://github.com/gmarik/Vundle.vim/wiki/vundle-for-windows, so i have curl/git setup

  • fyi I added :
set directory=.,$TEMP

because I was having error:

E303: impossible to open file .swp for "[Vundle] search"
@jdevera
Copy link
Contributor

jdevera commented Feb 20, 2015

Sorry, not on a windows box here. Do you still have this problem? I've had it before due to temporary inavailability of the scripts list online.

If you still have it, can you run this and paste the output:

:echo system('curl --version')

@jdevera jdevera self-assigned this Feb 20, 2015
@jdevera
Copy link
Contributor

jdevera commented Mar 18, 2015

Closing for lack of news, please feel free to reopen if you still have the issue.

@jhonghee
Copy link

I am getting the same error.

Error detected while processing function vundle#scripts#all..<SNR>25_load_scripts:
line    7:
E15: Invalid expression:
E15: Invalid expression:
Error detected while processing function vundle#scripts#all:
line    5:
E712: Argument of filter() must be a List or Dictionary
line   10:
E686: Argument of reverse() must be a List
Error detected while processing function vundle#scripts#all..vundle#scripts#bundle_names:
line    1:
E712: Argument of map() must be a List or Dictionary
Error detected while processing function vundle#scripts#all..vundle#scripts#view:
line   15:
E745: Using a List as a Number
E116: Invalid arguments for function append

Here's my .vimrc

set nocompatible              " be iMproved, required
filetype off                  " required

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'fatih/vim-go'
Plugin 'https://github.com/Shougo/neocomplete.vim.git'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

" Use neocomplete.
let g:neocomplete#enable_at_startup = 1

@fatso83
Copy link

fatso83 commented Sep 29, 2015

This is caused by a failing download of the vimscripts json file, further causing a json parsing error.

@ghost
Copy link

ghost commented Apr 19, 2020

So.... how do you fix it ?

@fatso83
Copy link

fatso83 commented May 19, 2020

I am guessing the real fix would be a proper error message to the user of the actual error and then ignore it, avoiding parsing, but for now, just wait a while and hope the download works again 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants