-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
The table is not refreshing even with --refresh-rate specified. #104
Comments
It's possible you were hitting coingecko rate limiting? Did you set the refresh-rate very high? |
@zhqu1148980644 can you reproduce this? WIth latest code (not yet in a release), there is an option to log HTTP traffic (set DEBUG_HTTP to 1). This may help to diagnose a problem with coingecko rejecting the request. |
I have the same issue. |
It's actually about 40 for the full refresh - and there's an open issue #228 to look into reducing the amount of calls/traffic. One thing that could be causing it for you - if you are behind cgnat (your internet provider is aggregating traffic) you may be hitting the limit even when you personally are not using 50/minute. If you download the current code and build it, DEBUG_HTTP will show when coingecko is denying the request due to excess traffic. The logs will be written to /tmp/cointop.log and the lines you are interested in contain "doReq"
|
If you're not interested in low-cap coins, you can reduce the number of coins that cointop fetches details for by passing (for example)
|
@reallyallnamestaken can you try this, and provide details about why your refresh is failing? |
…ackend, and increase refresh time. See cointop-sh#104 cointop-sh#228
Any updates @zhqu1148980644 ? |
Will test it again this weekend
Simon Roberts ***@***.***>于2021年11月8日 周一05:42写道:
… Any updates @zhqu1148980644 <https://github.com/zhqu1148980644> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHABO4U6ZZFXDJPSGGXYBJDUK3XCXANCNFSM42QZ5JLQ>
.
|
The table didn't refresh at all, though there is a
refreshing ..
text blinking at the right corner.The text was updated successfully, but these errors were encountered: