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

Cannot use PluginSearch #639

Closed
greencopper opened this issue Aug 31, 2015 · 21 comments
Closed

Cannot use PluginSearch #639

greencopper opened this issue Aug 31, 2015 · 21 comments

Comments

@greencopper
Copy link

I can install, view, etc, but not search. The problem exist in both Vim and Gvim.

vundle-shot

@arjunkc
Copy link

arjunkc commented Sep 3, 2015

I have this issue too, it was working a few days ago, and now it has stopped.

@mmcalistair
Copy link

Same here. Worked fine two days ago.

@arjunkc
Copy link

arjunkc commented Sep 3, 2015

If I were to wildly speculate, my guess would be that the github or vimscripts api has changed. The mechanism that vundle uses to run its search must have changed, since the vundle code itself was untouched.

@mmcalistair
Copy link

Not sure about that. For me it only stopped working on MacOs, my Linux setup works just fine.

@arjunkc
Copy link

arjunkc commented Sep 3, 2015

Weird, it doesn't work on the my arch-linux setup. I ought to look at the code...

@gmarik
Copy link
Contributor

gmarik commented Sep 4, 2015

@greencopper reproduced as well, I'll take a look when I get time…
In mean time can you execute search command second time? It worked for me…

@greencopper
Copy link
Author

I have tried it several times, also on several different boxes, I get the same problem on each box every time.

@ghost
Copy link

ghost commented Sep 16, 2015

Also getting this error

@Nexion
Copy link

Nexion commented Sep 19, 2015

Me too

@migore
Copy link

migore commented Sep 21, 2015

I got the same issue, I tried the solution in issue #599 but the problem is still happening.

@noscripter
Copy link

@migore, I update the solution and it works, please refer to it.

@migore
Copy link

migore commented Sep 25, 2015

@noscripter Thanks! Manually downloaded the file as suggested and it's working again.

@fatso83
Copy link

fatso83 commented Sep 29, 2015

@noscripter Thanks for the tip in #599. Removing the empty file fixed the problem. From what I can understand, the error is caused by

  1. the downloading of the file failed, producing an empty file
  2. trying to parse the empty file as valid json

I think that Vundle should handle this case by either simply checking the file size, or catching json parsing errors, and delete the file should they arise.

I'll try to make a fix for it by targetting the two issues mentioned in an upcoming PR. Should lower the noise caused by duplicates issues like this popping up.

fatso83 added a commit to fatso83/Vundle.vim that referenced this issue Sep 29, 2015
@lsumnler
Copy link

It appears that Vundle searches http://vim-scripts.org to provide a list of all available VIM scripts BUT this web site is not active. Have I missed something or is there a new web site.

@arjunkc
Copy link

arjunkc commented Oct 17, 2015

This is probably the right explanation. It used to exist, but the domain
appears to have expired

On Sat, Oct 17, 2015 at 2:56 PM, lsumnler notifications@github.com wrote:

It appears that Vundle searches http://vim-scripts.org to provide a list
of all available VIM scripts BUT this web site is not active. Have I missed
something or is there a new web site.


Reply to this email directly or view it on GitHub
#639 (comment)
.

@kmultani
Copy link

Yes the domain has expired. Can this be fixed?

@greencopper
Copy link
Author

It would be really cool if it could search Github :)

@ryanoasis
Copy link
Member

@greencopper #660

@ryanoasis
Copy link
Member

This seems to be working now. Recommending this ticket be closed. Can I get a 👍 ?

@ryanoasis
Copy link
Member

Thanks

@transcendr
Copy link

I'm experiencing this same issue. I notice https://vim-scraper.github.io/ is no longer working. How do I get search to work. I've tried the suggested solution to no avail.

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