Skip to content
This repository was archived by the owner on Sep 3, 2026. It is now read-only.
This repository was archived by the owner on Sep 3, 2026. It is now read-only.

Issue: No more posts found ! / Cannot initiate API ! #12

Description

@icaroperseo

This problem occurs when I run :UBList

Following all steps described here: http://0x3f.org/blog/ultrablog-as-an-ultimate-vim-blogging-plugin/, I get the following error:

Se ha detectado un error al procesar :
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/commands.py", line 28, in __check
    # Module 'commands'
  File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/util.py", line 623, in ub_echoerr
vim.error: Vim(echoerr):No more posts found !

Following the steps described here: http://0x3f.org/blog/ultrablog-v361-released/, I get the following error:

Se ha detectado un error al procesar :
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/commands.py", line 28, in __check
    ub_echoerr(e.message)
  File "/home/user/.vim/bundle/UltraBlog.vim/plugin/ultrablog/util.py", line 623, in ub_echoerr
    vim.command(cmd)
vim.error: Vim(echoerr):Cannot initiate API !

In my computer I have installed the requirements:

  • Vim with python2 support
  • SQLAlchemy 0.8.5 for python2
  • python-markdown for python2
  • pandoc

What is wrong?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions