mfbrj

Results 8 comments of mfbrj

I have thousands of this: Error in returning data from exchange: API Error 429: { "error": "ERR_RATE_LIMIT"} Requesting https://api.bitfinex.com/v1/lendbook/BTC?limit_asks=3&limit_bids=3 Traceback (most recent call last): File "/home/fredbeltrao/poloniexlendingbot/modules/MarketAnalysis.py", line 160, in update_market_thread...

@rnevet yes. Updated from scratch yesterday. These errors disappear when analysis currency is disable.

What about to replace the pycoin ecdsa code by [ofek's](https://github.com/ofek) [coincurve](https://github.com/ofek/coincurve)? With pycoin I can generate 4.3K addresses per second, per processor. With [bit](https://github.com/ofek/bit), which uses [coincurve](https://github.com/ofek/coincurve), I can generate...

Have same issue. Rancher 2.6.8 installed on HA k3s v1.23.10 cluster : Edit: just upgrade Rancher k3s cluster to v1.24.4+k3s1 and issue remains. ``` 2022/09/02 21:03:21 [ERROR] error syncing 'p-rs52c/creator-project-owner':...

Any workaround to delete these dead objects? ``` 2022/09/17 11:37:05 [ERROR] error syncing 'p-kc6nl/creator-project-owner': handler mgmt-auth-prtb-controller: clusters.management.cattle.io "c-m-mht2k4w7" not found, requeuing 2022/09/17 11:37:05 [ERROR] error syncing 'c-m-v5bkkkmm/creator-cluster-owner': handler mgmt-auth-crtb-controller: clusters.management.cattle.io...

I found a workaroud for the errors like: ``` 2022/09/17 11:37:15 [ERROR] error syncing 'p-qh8sp/creator-project-owner': handler mgmt-auth-prtb-controller: clusters.management.cattle.io "c-m-p8s2rmjk" not found, requeuing ``` 1. List all projects `kubectl get projects.management.cattle.io...

Workaround for these errors: ``` 2022/09/17 12:23:12 [ERROR] error syncing 'c-m-rl4xbzsk/default-token': handler cluster-registration-token: clusters.management.cattle.io "c-m-rl4xbzsk" not found, requeuing 2022/09/17 12:23:12 [ERROR] error syncing 'c-m-p8s2rmjk/default-token': handler cluster-registration-token: clusters.management.cattle.io "c-m-p8s2rmjk" not found,...

Workaroud for these remaining errors: ``` 2022/09/17 12:55:55 [ERROR] error syncing 'c-m-tgzdjmqc/creator-cluster-owner': handler mgmt-auth-crtb-controller: clusters.management.cattle.io "c-m-tgzdjmqc" not found, requeuing 2022/09/17 12:55:55 [ERROR] error syncing 'c-m-v5bkkkmm/creator-cluster-owner': handler mgmt-auth-crtb-controller: clusters.management.cattle.io "c-m-v5bkkkmm" not...