Timothy McCallum
Timothy McCallum
Awesome, @Ben-Haslam Nicely done. What is the chain id for Autonity Bakerloo testnet? I would like to try your interface out. Tim
Hi @marcofranssen Great to see you integrating SpinKube. Nice one 🎉 Please note that SpinKube’s documentation regarding Rancher Desktop [1] and Docked Desktop [2] have been updated in the last...
Hi @ymodak Thanks for the response, I am just using the Python code as is and also just using the standard data which is provided via gs:// link. Also I...
# BFS Absolutely, Beautiful Soup is a great approach. It seems to crawl links that are present in each page automatically. # Sitemap.xml Another approach would be to follow [the...
How can I provide code examples in the chat box of OpenCopilot; what format does it accept as input?
Actually, small snippets of code (one-liners) in triple backticks do work. I am pasting in several lines of code using triple backticks but am getting an error. ![Screenshot 2023-12-21 at...
Also getting the error, identified by @liupeng0518 at https://github.com/spotahome/redis-operator/pull/631#issuecomment-1833309651 Re: this open issue https://github.com/spotahome/redis-operator/issues/679 ```bash helm install redis-operator redis-operator/redis-operator Error: INSTALLATION FAILED: failed to install CRD crds/databases.spotahome.com_redisfailovers.yaml: error parsing :...
Same, got the following error: ```bash $ helm repo add redis-operator https://spotahome.github.io/redis-operator "redis-operator" has been added to your repositories $ helm repo update Hang tight while we grab the latest...
I have that same behaviour: ``` nginx-1 | 172.25.0.1 - - [12/Apr/2024:03:45:29 +0000] "GET /backend/copilot/ HTTP/1.1" 500 90 "http://localhost:8888/create/copilot" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" ```
Tried restarting nginx: ``` docker compose restart nginx WARN[0000] The "TARGET" variable is not set. Defaulting to a blank string. [+] Restarting 1/1 ✔ Container opencopilot-nginx-1 Started ``` Still the...
Updated to the latest code and tried again today, same issue: ``` nginx-1 | 2024/05/21 01:42:49 [error] 29#29: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.20.0.1,...