Elite230
Elite230
Anyway How do i fix this? my bot is not connecting
Yes, but then your code must be able to find a way of connecting to the controller, + on different operating systems it is different, and not all of us...
> I was planning to add that before I made multiplayer, but multiplayer seemed more interesting. My "maps" endpoint has just been sitting unused for months lol Do it @Willard21...
oh
he said he won't do mobile support. it is very confusing in MY opinion.
Willard probably add a keyboard button to see everything at night.
Hi, I am also getting a similar error on chrome without extensions... Using Raspberry pi 3b+ with working connected camera Mabe I should downgrade the version of the software?
are you following [this](https://www.youtube.com/watch?v=jHH-ZreOs1k) tutorial? the latest version is already` 2.7.0` Your gradle probably ends in `.kts`, it is a cotlin file. the implementation you pasted in is in java....
Here's what I found works: ``` implementation(libs.appcompat) implementation(libs.material) implementation(libs.activity) implementation(libs.constraintlayout) testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core) implementation("com.github.hbb20:CountryCodePickerProject:2.7.0") ``` copy the last line ``` implementation("com.github.hbb20:CountryCodePickerProject:2.7.0") ```