LoeiFy/Mirror

Failed to load resource: the server responded with a status of 401?

labike opened this issue · 9 comments

生成的hash时候用window.encrypt('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', 'labike.github.io'), 设置到window.config中后, 在本地访问Failed to load resource: the server responded with a status of 401?
1624442981(1)
1624443055(1)

你把user和authors填填试试?

@yingliucloud 填上也报错 我已经换回rest api了

网络问题

@LoeiFy 控制台报github GraphQL api 401。

看你截图上看确实是缺少了 user 字段。

如果加上还是 401,那要确认下 token 是否有问题。有可能你发出这个 token 后,github 因为安全问题把你 token 删除了,需要重新生成。后面就不要直接发出来

@LoeiFy 我复制了index.sample.html的内容, 重新生成token后没报错,一直loading

@LoeiFy 我复制了index.sample.html的内容, 重新生成token后没报错,一直loading

index.sample.html里的内容不完整,需要在
<div id="loader"><div></div></div>

</body>
之间引入js文件
我的设置是这样的:

<div id="loader"><div></div></div>
  <script src="./docs/index.0fbaafc4.js"></script>
</body>

具体可查看我的仓库

@LoeiFy 我复制了index.sample.html的内容, 重新生成token后没报错,一直loading

没有核心文件当然一直loading
index.sample.html里只有配置信息和加载动画