Rock-Candy-Tea / hexo-circle-of-friends

Python gets the friend's articles from hexo's friend-links
Apache License 2.0
281 stars 528 forks source link

当点击活跃后,界面将无法在加载 #39

Closed LanYunDev closed 1 year ago

LanYunDev commented 2 years ago

当点击活跃后,界面将无法在加载。试图修复但依然失败,排除过一些问题,但仍然未解决。 百分百复现。 博客对应链接🔗:https://lanyundev.vercel.app/fcircle/ 仓库相应链接🔗:https://github.com/LanYunDev/hexo-circle-of-friends API:https://hexo-circle-of-friends-five.vercel.app/

image image

➜ Blog-博客 git:(main) ✗ hexo version INFO Validating config INFO

  #####  #    # ##### ##### ###### #####  ###### #      #   #
  #    # #    #   #     #   #      #    # #      #       # #
  #####  #    #   #     #   #####  #    # #####  #        #
  #    # #    #   #     #   #      #####  #      #        #
  #    # #    #   #     #   #      #   #  #      #        #
  #####   ####    #     #   ###### #    # #      ######   #

                        4.2.1

=================================================================== hexo: 6.2.0 hexo-cli: 4.3.0 os: darwin 21.4.0 12.3.1

node: 18.0.0 v8: 10.1.124.8-node.13 uv: 1.44.1 zlib: 1.2.11 brotli: 1.0.9 ares: 1.18.1 modules: 108 nghttp2: 1.47.0 napi: 8 llhttp: 6.0.4 openssl: 1.1.1n cldr: 40.0 icu: 70.1 tz: 2021a3 unicode: 14.0

2X-ercha commented 2 years ago

图片 试试把套的这一层去掉?

LanYunDev commented 2 years ago

去掉保存,在无痕状态下预览,依然出现消失的问题。

LanYunDev commented 2 years ago

如图所示

image image
2X-ercha commented 2 years ago

很奇怪,你的活跃点完之后请求的链接有问题 图片 我在本地并没有复现出这种情况。不知道是不是有其它的插件冲突到了?

LanYunDev commented 2 years ago

啊,应该没有冲突吧,这种情况应该会被复现叭...

image
2X-ercha commented 2 years ago

我没说明清楚,抱歉

用我自己的站点用你的api,本地无痕测试的: 图片 图片 图片

在你的站点就会出这个问题。我不确定是不是因为你的站点里一些额外的链接替换之类的js导致了这个情况,本来应该请求公共库的内容https://fcircle-pub.rct.cool/被替换成了https://lanyundev.vercel.app/fcircle/undefined

LanYunDev commented 2 years ago

是否因为这个的原因呢?https://lanyundev.vercel.app/js/custom/ServiceWorker.js 我感觉不太像是这个原因,除了上面👆这个我没有额外替换链接之类的js.

2X-ercha commented 2 years ago

(感觉也不像sw的问题。匹配拦截也不会吞了原链接

LanYunDev commented 2 years ago

是的,刚刚排查了一下,不是sw的问题,我发现本地的话,链接也会被替换

2X-ercha commented 2 years ago

等木木什么时候有空再来排查了

LanYunDev commented 2 years ago

好的,谢谢了...❤️

lmm214 commented 2 years ago

vercel

我没说明清楚,抱歉

用我自己的站点用你的api,本地无痕测试的: 图片 图片 图片

在你的站点就会出这个问题。我不确定是不是因为你的站点里一些额外的链接替换之类的js导致了这个情况,本来应该请求公共库的内容https://fcircle-pub.rct.cool/被替换成了https://lanyundev.vercel.app/fcircle/undefined

排除同上

LanYunDev commented 2 years ago

应该可以排除域名的问题,具体啥问题不太清楚...

image image
hiltay commented 2 years ago

尝试5.x最新版部署

LanYunDev commented 1 year ago

5.x部署问题解决. 不过采用5.x部署遇到个问题

image

订阅和活跃都为0.

image

运行状态也是未知

image

立即运行爬虫返回500 之前采用github+leancloud 目前采用github+sqlite

最新 解决了,因为CF WAF问题,503 拦截了,HTTP 1.1的访问.