Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
shaoting0730 opened this issue May 18, 2024 · 3 comments
Closed

Comments

@shaoting0730
Copy link

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

@zhulinyv
Copy link

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
Copy link

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>

@shaoting0730
Copy link
Author

ok~ 感谢 @liuly0322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants