This project has received too many requests, please try again later. #59

Closed
opened 2024-05-18 11:05:30 +00:00 by shaoting0730 · 3 comments
shaoting0730 commented 2024-05-18 11:05:30 +00:00 (Migrated from github.com)

This project has received too many requests, please try again later. 麻烦修复下

This project has received too many requests, please try again later. 麻烦修复下
zhulinyv commented 2024-05-20 11:00:33 +00:00 (Migrated from github.com)

You can deploy it by yourself on replit, your own server, codespaces, etc.

After successfully deploying, you can edit the count.db file to revert the counts.

You can deploy it by yourself on replit, your own server, codespaces, etc. After successfully deploying, you can edit the **count.db** file to revert the counts.
liuly0322 commented 2024-05-25 10:37:55 +00:00 (Migrated from github.com)

If you only use it to count page views, you can try Moe-Counter-Busuanzi, which does not need a server to deploy. (While currently it only supports the default theme.) About ~10KB size.

<script type="module">
import { generateCounterImage, fetchBusuanziCounter } from 'https://cdn.jsdelivr.net/npm/moe-counter-busuanzi@1.0.2/+esm';

const busuanziResult = await fetchBusuanziCounter();
const counterSVGString = generateCounterImage(busuanziResult.page_pv);
document.getElementById("counter").innerHTML = counterSVGString;
</script>
If you only use it to count page views, you can try [Moe-Counter-Busuanzi](https://github.com/liuly0322/moe-counter-busuanzi), which does not need a server to deploy. (While currently it only supports the default theme.) About ~10KB size. ```html <script type="module"> import { generateCounterImage, fetchBusuanziCounter } from 'https://cdn.jsdelivr.net/npm/moe-counter-busuanzi@1.0.2/+esm'; const busuanziResult = await fetchBusuanziCounter(); const counterSVGString = generateCounterImage(busuanziResult.page_pv); document.getElementById("counter").innerHTML = counterSVGString; </script> ```
shaoting0730 commented 2024-05-25 11:38:21 +00:00 (Migrated from github.com)

ok~ 感谢 @liuly0322

ok~ 感谢 @liuly0322
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OpenSourceJoker/Moe-Counter#59
No description provided.