-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
I have this issue too, it was working a few days ago, and now it has stopped. |
Same here. Worked fine two days ago. |
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. |
Not sure about that. For me it only stopped working on MacOs, my Linux setup works just fine. |
Weird, it doesn't work on the my arch-linux setup. I ought to look at the code... |
@greencopper reproduced as well, I'll take a look when I get time… |
I have tried it several times, also on several different boxes, I get the same problem on each box every time. |
Also getting this error |
Me too |
I got the same issue, I tried the solution in issue #599 but the problem is still happening. |
@migore, I update the solution and it works, please refer to it. |
@noscripter Thanks! Manually downloaded the file as suggested and it's working again. |
@noscripter Thanks for the tip in #599. Removing the empty file fixed the problem. From what I can understand, the error is caused by
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. |
Should fix VundleVim#639 and similar issues like VundleVim#559
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. |
This is probably the right explanation. It used to exist, but the domain On Sat, Oct 17, 2015 at 2:56 PM, lsumnler [email protected] wrote:
|
Yes the domain has expired. Can this be fixed? |
It would be really cool if it could search Github :) |
This seems to be working now. Recommending this ticket be closed. Can I get a 👍 ? |
Thanks |
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. |
I can install, view, etc, but not search. The problem exist in both Vim and Gvim.
The text was updated successfully, but these errors were encountered: