mythsman / hexo-douban

:cd: a Hexo plugin that helps you generate content for Douban books, movies, music, and games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

用户ID输入错误

AlexHaijiaZhu opened this issue · comments

node 版本: LTS(20)

hexo 版本:7.1.0

hexo-douban 版本: 2.2.6

douban id : 34533835

问题描述:
image
使用 Hexo-Action 自动部署,显示 用户ID输入错误

是从hexo 5 ,hexo-douban 1.1.3 升级上来的。之前一直正常。

看下配置文件,应当是 douban id 配置的不对:

douban:
  id: 111111
  builtin: false
  item_per_page: 10
  ....

image
获取的豆瓣ID应该是正确的。在_config中的设置也应当是正确的。

使用的配置如下:

##### douban
douban:
  user: 34533835
  builtin: true
  item_per_page: 10
  meta_max_line: 4
  customize_layout: page
  book:
    path: books/index.html
    title: 'Here is my book list'
    quote: '要么旅行,要么读书,身体和灵魂必须有一个在路上。'
    option:
  movie:
    path: movies/index.html
    title: 'Here is my movie list'
    quote: '生活的全部,它行动的整体,乃是一部自然、生动的电影。'
    option:
#  game:
#    path: games/index.html
#    title: 'This is my game title'
#    quote: 'This is my game quote'
#    option:
#  song:
#    path: songs/index.html
#    title: 'This is my song title'
#    quote: 'This is my song quote'
#    option:
  timeout: 30000 

不是 user 是 id,版本升级之后配置做了调整。

不是 user 是 id,版本升级之后配置做了调整。

非常感谢
。。。我智障了