theme-next / hexo-theme-next

Elegant and powerful theme for Hexo.
https://theme-next.org
Other
8.17k stars 2.05k forks source link

微信公众号不显示 #865

Closed xieqing0428 closed 5 years ago

xieqing0428 commented 5 years ago

I agree and want to create new issue


Expected behavior

微信公众号显示

Actual behavior

微信公众号不显示,源代码中不包含wechat_subscriber相关信息

Steps to reproduce the behavior

  1. {% label success@主题_config.xml %}
    # Wechat Subscriber
    wechat_subscriber:
    enabled: true
    qcode: /uploads/wechat-qcode.png
    description: “春蕾”女童谢谢您的帮助 (> <)
  2. {% label success@layout/_macro/post.swig %}
    {% if theme.wechat_subscriber.enable and not is_index %}
      <div>
        {% include '../_partials/post/wechat-subscriber.swig' %}
      </div>
    {% endif %}

Node.js and NPM Information

v11.14.0
6.9.0

Package dependencies Information

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.8.0"
  },
  "dependencies": {
    "eslint": "^5.16.0",
    "gulp": "^4.0.1",
    "gulp-clean-css": "^4.2.0",
    "gulp-htmlclean": "^2.7.22",
    "gulp-htmlmin": "^5.0.1",
    "gulp-imagemin": "^5.0.3",
    "gulp-mathjax-page": "^1.1.0",
    "gulp-uglify": "^3.0.2",
    "hexo": "^3.8.0",
    "hexo-abbrlink": "^2.0.5",
    "hexo-browsersync": "^0.3.0",
    "hexo-deployer-git": "^1.0.0",
    "hexo-douban": "^1.1.3",
    "hexo-filter-optimize": "^0.2.5",
    "hexo-footnotes": "^1.0.2",
    "hexo-generator-archive": "^0.1.5",
    "hexo-generator-baidu-sitemap": "^0.1.6",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-feed": "^1.2.2",
    "hexo-generator-index": "^0.2.1",
    "hexo-generator-searchdb": "^1.0.8",
    "hexo-generator-sitemap": "^1.2.0",
    "hexo-generator-tag": "^0.2.0",
    "hexo-leancloud-counter-security": "^1.4.0",
    "hexo-myoss-tencent-cos": "^1.0.0",
    "hexo-neat": "^1.0.4",
    "hexo-recommended-posts": "^1.0.3",
    "hexo-renderer-ejs": "^0.3.1",
    "hexo-renderer-marked": "^0.3.2",
    "hexo-renderer-stylus": "^0.3.3",
    "hexo-server": "^0.3.3",
    "hexo-symbols-count-time": "^0.4.4",
    "hexo-tag-cloud": "^2.1.1",
    "shelljs": "^0.8.3",
    "webpack": "^4.30.0"
  }
}

Hexo Information

Hexo version

hexo: 3.8.0
hexo-cli: 1.1.0
os: Darwin 18.5.0 darwin x64
node: 11.14.0
v8: 7.0.276.38-node.18
uv: 1.27.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 67
nghttp2: 1.37.0
napi: 4
llhttp: 1.1.1
http_parser: 2.8.0
openssl: 1.1.1b
cldr: 34.0
icu: 63.1
tz: 2018e
unicode: 11.0

Hexo Configuration

# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/

# Site
title: 听泉.ღ
subtitle: — 听泉小窝 —
description: 夜如何其,夜未央,庭燎之光。
keywords: Java, 大数据
author: Alessa0
language: zh-CN
timezone: Asia/Shanghai

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://alessa0.cn
root: /
permalink: posts/:abbrlink/index.html
permalink_defaults:

# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render: 
  - README.md
  - CNAME
  - google7ed2ce0a8a7aeb25.html
  - 404.html
  - robots.txt
  - baidu_verify_26s3KkvJ3K.html
  - sw.js

# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
  enable: true
  line_number: true
  auto_detect: true
  tab_replace:

# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
  path: ''
  per_page: 10
  order_by: -date

# Category & Tag
default_category: uncategorized
category_map:
tag_map:

# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss

# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page

# Extensions
## Plugins: https://hexo.io/plugins/
plugins: hexo-generate-feed
## Themes: https://hexo.io/themes/
theme: next

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy: 
- type: leancloud_counter_security_sync
- type: git
  repository: 
    github: https://github.com/xieqing0428/xieqing0428.github.io.git
    coding: https://git.coding.net/alessa0/alessa0.git
  branch: master

# abbrlink config
abbrlink:
  alg: crc32
  rep: hex

sitemap: 
  path: sitemap.xml
baidusitemap:
    path: baidusitemap.xml

symbols_count_time:
  symbols: true
  time: true
  total_symbols: false
  total_time: false

# hexo-tag-cloud
tag_cloud:
    textFont: Trebuchet MS, Helvetica
    textColor: '#333'
    textHeight: 25
    outlineColor: '#E2E1D1'
    maxSpeed: 0.1

leancloud_counter_security:
  enable_sync: true
  app_id: spj45BlAacJErU9iVkUjBdMe-9Nh9j0Va
  app_key: QxYREXarU2IotL8LwfVAPS0H
  username: alessa0
  password: Jolin123

#部署腾讯云cos
tencent_cos:
  secretId: AKIDztHoCQsPr1a3xCLXaZcPsrxw5x0NJAau
  secretKey: aNMDETp3OaGCVjsBUgghcFpdjCiO0UJ7
  bucket: alessa0-music-1254236546
  region: ap-shanghai
  bucketPrefix: 
  bucketDomainUrl: https://alessa0-music-1254236546.cos.ap-shanghai.myqcloud.com
  sync: manual
  resourceDirectory:
    localDirectory: source/static

popularPosts:
  googleAnalyticsAPI:
    clientId: analytics-api@tactile-petal-231503.iam.gserviceaccount.com
    serviceEmail: analytics-api@tactile-petal-231503.iam.gserviceaccount.com
    key: /google-services-private-key.pem
    viewId: 181094059

recommended_posts:
  server: https://api.truelaurel.com
  timeoutInMillis: 10000
  internalLinks: 1
  externalLinks: 1
  fixedNumber: false
  autoDisplay: true
  titleHtml: <h1>推荐文章:</h1>

filter_optimize:
  enable: true
  # remove static resource query string
  #   - like `?v=1.0.0`
  remove_query_string: true
  # remove the surrounding comments in each of the bundled files
  remove_comments: true
  css:
    enable: true
    # bundle loaded css file into the one
    bundle: true
    # use a script block to load css elements dynamically
    delivery: true
    # make specific css content inline into the html page
    #   - only support the full path
    #   - default is ['css/main.css']
    inlines:
    excludes:
  js:
    # bundle loaded js file into the one
    bundle: true
    excludes:
  # set the priority of this plugin,
  # lower means it will be executed first, default is 10
  priority: 12

douban:
  user: 87911930
  builtin: true
  book:
    title: '豆瓣读书'
    quote: 'Stay hungry, Stay foolish.'
  timeout: 10000

# hexo-neat
# 博文压缩
neat_enable: true
# 压缩html
neat_html:
  enable: true
  exclude:
# 压缩css  
neat_css:
  enable: true
  exclude:
    - '**/*.min.css'
# 压缩js
neat_js:
  enable: true
  mangle: true
  output:
  compress:
  exclude:
    - '**/*.min.js'
    - '**/jquery.fancybox.pack.js'
    - '**/index.js'
    - '**/love.js'

NexT Information

NexT Version:

NexT Scheme:

NexT Configuration:

favicon:
  small: /images/favicon.png
  medium: /images/favicon.png
  #apple_touch_icon: /images/apple-touch-icon-next.png
  #safari_pinned_tab: /images/logo.svg
  #android_manifest: /images/manifest.json
  #ms_browserconfig: /images/browserconfig.xml

# Set rss to false to disable feed link.
# Leave rss as blank to use site's feed link, and install hexo-generator-feed: `npm install hexo-generator-feed --save`.
# Set rss to specific value if you have burned your feed already.
rss: /atom.xml

# a trick on website title
title_trick:
  enable: true
  leave: "(>_<)快回来看看我"
  enter: ""

footer:
  # Specify the date when the site was setup. If not defined, current year will be used.
  since: 1992

  # Icon between year and copyright info.
  icon:
    # Icon name in fontawesome, see: https://fontawesome.com/v4.7.0/icons/
    # `heart` is recommended with animation in red (#ff0000).
    name: heart
    # If you want to animate the icon, set it to true.
    animated: true
    # Change the color of icon, using Hex Code.
    color: "#FF0000"

  # If not defined, `author` from Hexo main config will be used.
  copyright:

  powered:
    # Hexo link (Powered by Hexo).
    Enable: false
    # Version info of Hexo after Hexo link (vX.X.X).
    version: false

  theme:
    # Theme & scheme info link (Theme - NexT.scheme).
    enable: false
    # Version info of NexT after scheme info (vX.X.X).
    version: false

  # Beian icp information for Chinese users. In China, every legal website should have a beian icp in website footer.
  # http://www.beian.miit.gov.cn
  beian:
    enable: true
    icp: 闽ICP备18014770号-1 

  # Any custom text can be defined here.
  custom_text: <i class="fa fa-wifi"></i> Hosted by <a href="https://pages.coding.me" class="theme-link" rel="noopener" target="_blank">Coding Pages</a>(大陆) | <a href="https://pages.github.com" class="theme-link" rel="noopener" target="_blank">Github Pages</a>(境外)

# Google Webmaster tools verification.
# See: https://www.google.com/webmasters
google_site_verification: G1zxL8_uEau107sKvFuMkecN7hNlJeQdhTqIaBuwQOI

menu:
  # home: / || home
  top: /top/ || signal
  # tags: /tags/ || tags
  categories: /categories/ || th
  archives: /archives/ || archive
  books: /books/ || book
  photos: /photos/ || photo
  about: /about/ || user

# Enable / Disable menu icons / item badges.
menu_settings:
  icons: true
  badges: false

# Schemes
#scheme: Muse
#scheme: Mist
scheme: Pisces
#scheme: Gemini

# ---------------------------------------------------------------
# Sidebar Settings
# See: https://theme-next.org/docs/theme-settings/sidebar
# ---------------------------------------------------------------

# Posts / Categories / Tags in sidebar.
site_state: true

# Social Links
# Usage: `Key: permalink || icon`
# Key is the link label showing to end users.
# Value before `||` delimeter is the target permalink.
# Value after `||` delimeter is the name of FontAwesome icon. If icon (with or without delimeter) is not specified, globe icon will be loaded.
social:
  GitHub: https://github.com/xieqing0428 || github
  Weibo: https://weibo.com/515034551 || weibo
  Facebook: https://www.facebook.com/xieqing0428 || facebook
  Youtube: https://www.youtube.com/channel/UCoo2WIAJuL7JY6UZBXIBHyw || youtube
  500px: https://500px.me/alessa0 || 500px
  E-Mail: mailto:alessa0@vip.qq.com || envelope

social_icons:
  enable: true
  icons_only: true
  transition: false

# Blog rolls
links_icon: link
links_title: 友情链接
links_layout: block
#links_layout: inline
links:
  听泉小窝: http://linxi0c.cn/

# Sidebar Avatar
avatar:
  # in theme directory(source/images): /images/avatar.gif
  # in site  directory(source/uploads): /uploads/avatar.gif
  # You can also use other linking images.
  url: /uploads/avatar.jpg
  # If true, the avatar would be dispalyed in circle.
  rounded: true
  # The value of opacity should be choose from 0 to 1 to set the opacity of the avatar.
  opacity: 1
  # If true, the avatar would be rotated with the cursor.
  rotated: false

# Automatically scroll page to section which is under <!-- more --> mark.
scroll_to_more: true

# Automatically saving scroll position on each post / page in cookies.
save_scroll: false

# Automatically excerpt description in homepage as preamble text.
excerpt_description: false

# Automatically Excerpt (Not recommend).
# Use <!-- more --> in the post to control excerpt accurately.
auto_excerpt:
  enable: false
  length: 150

# Read more button
# If true, the read more button would be displayed in excerpt section.
read_more_btn: true

# Post meta display settings
post_meta:
  item_text: true
  created_at: true
  updated_at:
    enable: true
    another_day: true
  categories: true

# Post wordcount display settings
# Dependencies: https://github.com/theme-next/hexo-symbols-count-time
symbols_count_time:
  separated_meta: true
  item_text_post: true
  item_text_total: true
  awl: 4
  wpm: 275

codeblock:
  # Manual define the border radius in codeblock, leave it blank for the default value: 1
  border_radius:
  # Add copy button on codeblock
  copy_button:
    enable: true
    # Show text copy result
    show_result: true
    # Style: only 'flat' is currently available, leave it blank if you prefer default theme
    style:

# Recommended posts
# Dependency: https://github.com/huiwang/hexo-recommended-posts
recommended_posts:
  enabled: false

# Wechat Subscriber
wechat_subscriber:
  enabled: true
  qcode: /uploads/wechat-qcode.png
  description: “春蕾”女童谢谢您的帮助 (> <)

# Reward (Donate)
reward_settings:
  # If true, reward would be displayed in every article by default.
  # You can show or hide reward in a specific article throuth `reward: true | false` in Front Matter.
  enable: true
  animation: false
  #comment: Donate comment here

reward:
  wechatpay: /images/wechatpay.jpg
  alipay: /images/alipay.jpg
  #bitcoin: /images/bitcoin.png

# Related popular posts
# Dependencies: https://github.com/tea3/hexo-related-popular-posts
#related_posts:
#  enable: true
#  title: # custom header, leave empty to use the default one
#  display_in_home: false
#  params:
#    maxCount: 5
#    PPMixingRate: 0.2
#    isDate: false
#    isImage: false
#    isExcerpt: false

# TagCloud settings for tags page.
tagcloud:
  # If true, font size, font color and amount of tags can be customized
  enable: true
  # All values below are same as default, change them by yourself
  min: 12 # min font size in px
  max: 30 # max font size in px
  start: "#ccc" # start color (hex, rgba, hsla or color keywords)
  end: "#111" # end color (hex, rgba, hsla or color keywords)
  amount: 200 # amount of tags, change it if you have more than 200 tags

# ---------------------------------------------------------------
# Font Settings. Introduced in NexT v5.0.1.
# Find fonts on Google Fonts (https://www.google.com/fonts)
# All fonts set here will have the following styles:
#   light, light italic, normal, normal italic, bold, bold italic
# Be aware that setting too much fonts will cause site running slowly
# ---------------------------------------------------------------
# To avoid space between header and sidebar in scheme Pisces / Gemini, Web Safe fonts are recommended for `global` (and `logo`):
# Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS
# ---------------------------------------------------------------

font:
  enable: true

  # Uri of fonts host, e.g. //fonts.googleapis.com (Default).
  host: //fonts.lug.ustc.edu.cn

  # Font options:
  # `external: true` will load this font family from `host` above.
  # `family: Times New Roman`. Without any quotes.
  # `size: xx`. Use `px` as unit.

  # Global font settings used for all elements in <body>.
  global:
    external: true
    family: Lato
    size:

  # Font settings for Headlines (H1, H2, H3, H4, H5, H6).
  # Fallback to `global` font settings.
  headings:
    external: true
    family: Roboto Slab
    size:

  # Font settings for posts.
  # Fallback to `global` font settings.
  posts:
    external: true
    family:

math:
  enable: true

  # Default (true) will load mathjax / katex script on demand.
  # That is it only render those page which has `mathjax: true` in Front Matter.
  # If you set it to false, it will load mathjax / katex srcipt EVERY PAGE.
  per_page: true

  engine: mathjax
  #engine: katex

  # hexo-rendering-pandoc (or hexo-renderer-kramed) needed to full MathJax support.
  mathjax:
    cdn: //cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML
    #cdn: //cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML

# Valine
# You can get your appid and appkey from https://leancloud.cn
# More info available at https://valine.js.org
valine:
  enable: true # When enable is set to be true, leancloud_visitors is recommended to be closed for the re-initialization problem within different leancloud adk version.
  appid: spj45BlAacJErU9iVkUjBdMe-9Nh9j0Va
  appkey: QxYREXarU2IotL8LwfVAPS0H
  notify: true # mail notifier, See: https://github.com/xCss/Valine/wiki
  verify: true # Verification code
  placeholder: Just go go # comment box placeholder
  avatar: mm # gravatar style
  guest_info: nick,mail,link # custom comment header
  pageSize: 10 # pagination size
  language: zh-cn # language, available values: en, zh-cn
  visitor: false # leancloud-counter-security is not supported for now. When visitor is set to be true, appid and appkey are recommended to be the same as leancloud_visitors' for counter compatibility. Article reading statistic https://valine.js.org/visitor.html
  comment_count: true # if false, comment count will only be displayed in post page, not in home page

# AddThis Share, See: https://www.addthis.com
# Go to https://www.addthis.com/dashboard to customize your tools.
add_this_id: ra-5b8aaa8388d1df01

# Google Analytics
google_analytics:
  tracking_id: UA-125031312-1
  localhost_ignored: true

rating:
  enable: true
  id:     13631
  color:  fc6423
# ---------------------------------------------------------------

# Show number of visitors to each article.
# You can visit https://leancloud.cn to get AppID and AppKey.
leancloud_visitors:
  enable: true
  app_id: spj45BlAacJErU9iVkUjBdMe-9Nh9j0Va
  app_key: QxYREXarU2IotL8LwfVAPS0H
  # Dependencies: https://github.com/theme-next/hexo-leancloud-counter-security
  # If you don't care about security in leancloud counter and just want to use it directly
  # (without hexo-leancloud-counter-security plugin), set `security` to `false`.
  security: true
  betterPerformance: true

busuanzi_count:
  enable: true
  total_visitors: true
  total_visitors_icon: user
  total_views: true
  total_views_icon: fire
  post_views: false
  post_views_icon: fire

# Local search
# Dependencies: https://github.com/theme-next/hexo-generator-searchdb
local_search:
  enable: true
  # If auto, trigger search by changing input.
  # If manual, trigger search by pressing enter key or search button.
  trigger: auto
  # Show top n results per article, show all results by setting to -1
  top_n_per_article: 1
  # Unescape html strings to the readable one.
  unescape: false

chatra:
  enable: true
  async: true
  id: ziEfeGJkwovPFGxWg # visit Dashboard to get your ChatraID
  #embed: # unfinished experimental feature for developers, See: https://chatra.io/help/api/#injectto

tabs:
  enable: true
  transition:
    tabs: false
    labels: true
  border_radius: 0

pdf:
  enable: true
  # Default height
  height: 500px
  pdfobject:
    cdn: //cdn.jsdelivr.net/npm/pdfobject@2/pdfobject.min.js
    #cdn: //cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js

  # Internal version: 4.6.2
  # See: https://fontawesome.com
  # Example:
  # fontawesome: //cdn.jsdelivr.net/npm/font-awesome@4/css/font-awesome.min.css
  # fontawesome: //cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css
  fontawesome: https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css

passage_end_tag:
  enabled: true

Other Information

welcome[bot] commented 5 years ago

Thanks for opening this issue, maintainers will get back to you as soon as possible!

Raincal commented 5 years ago

enabled 改成 enable

xieqing0428 commented 5 years ago

enabled 改成 enable

我试过但是hexo三部曲部署的时候红字报错…

xieqing0428 commented 5 years ago

没有答案吗……

Raincal commented 5 years ago

麻烦贴一下报错信息

xieqing0428 commented 5 years ago

麻烦贴一下报错信息

    at new HTMLParser (/Users/alessa0/xieqing0428.github.io/node_modules/hexo-neat/node_modules/html-minifier/src/htmlparser.js:236:13)
    at minify (/Users/alessa0/xieqing0428.github.io/node_modules/hexo-neat/node_modules/html-minifier/src/htmlminifier.js:945:3)
    at exports.minify (/Users/alessa0/xieqing0428.github.io/node_modules/hexo-neat/node_modules/html-minifier/src/htmlminifier.js:1294:10)
    at Hexo.logic_html (/Users/alessa0/xieqing0428.github.io/node_modules/hexo-neat/lib/filter.js:28:18)
    at Hexo.tryCatcher (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/util.js:16:23)
    at Hexo.<anonymous> (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/method.js:15:34)
    at Promise.each.filter (/Users/alessa0/xieqing0428.github.io/node_modules/hexo/lib/extend/filter.js:63:65)
    at tryCatcher (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/util.js:16:23)
    at Object.gotValue (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/reduce.js:155:18)
    at Object.gotAccum (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/reduce.js:144:25)
    at Object.tryCatcher (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/util.js:16:23)
    at Promise._settlePromiseFromHandler (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/promise.js:512:31)
    at Promise._settlePromise (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/promise.js:569:18)
    at Promise._settlePromise0 (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/promise.js:614:10)
    at Promise._settlePromises (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/promise.js:694:18)
    at _drainQueueStep (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/async.js:138:12)
    at _drainQueue (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/async.js:131:9)
    at Async._drainQueues (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/async.js:147:5)
    at Immediate.Async.drainQueues [as _onImmediate] (/Users/alessa0/xieqing0428.github.io/node_modules/bluebird/js/release/async.js:17:14)
    at processImmediate (internal/timers.js:443:21)
xieqing0428 commented 5 years ago

找到问题了…

  description: “春蕾”女童谢谢您的帮助 (> <)

但是很奇怪,这行description渲染后会变成

"“春蕾”女童谢谢您的帮助 (> <) < div>"

然后hexo-neat就报错了

Raincal commented 5 years ago

那把 >< 换成转义字符就行了 “春蕾”女童谢谢您的帮助 (&gt; &lt;)

xieqing0428 commented 5 years ago

那把 >< 换成转义字符就行了 “春蕾”女童谢谢您的帮助 (&gt; &lt;)

谢谢啦 帮大忙了~

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.