About 832,000 results
Open links in new tab
  1. Connect mongodb to minecraft plugin - Stack Overflow

    Oct 3, 2021 · I'm making a minecraft plugin for my minecraft server but I have an error that I can't found the solution. The context: I want to store the data of a player like ...

  2. MongoDB - MongoClientURI not found... (With maven) - Stack Overflow

    Nov 7, 2021 · 1 Later Mongo Driver removed support for MongoClientURI, but you can find it with this dependency

  3. How to disable logs for MongoDB in minecraft Spigot plugin?

    Dec 29, 2022 · How to disable logs for MongoDB in minecraft Spigot plugin? Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 401 times

  4. How do I connect to MongoDB, running in Github codespaces, using ...

    Dec 9, 2021 · I'm trying out Github codespaces, specifically the "Node.js & Mongo DB" default settings. The port is forwarded, and my objective is to connect with MongoDB Compass running on my local …

  5. go - Golang Mongodb insertOne returns empty ID ObjectID ...

    I am using Go with MongoDB and creating a New Record but when I convert the insertedID to string it returns ObjectID("000000000000000000000000"). client := connect() db := client.Database("godb") ...

  6. EqualsVerifier: Unsupported class file major version 61

    Sep 2, 2022 · Creator of EqualsVerifier here. Class file version 61 refers to JDK 17, and EqualsVerifier 3.10.1 is actually built with JDK 17 (though it supports back to JDK 8). Is it possible that a different, …

  7. Docker desktop daemon error failing to resolve reference

    Sep 16, 2022 · i updated docker desktop today and now i can't run anything anymore with the following errors: MBP:basic_amethyst ap$ botfront up ⠋ Checking Docker …

  8. How to fix a container stuck in an endless restart loop?

    I had the same problem for a bit after deploying the code to the prod server after a long period of running it in dev the problem was that in my docker-compose.yml file I didn't specify a tag for the mongo …

  9. tsc throws `TS2307: Cannot find module` for a local file

    May 31, 2016 · @vladima replied to this issue on GitHub: The way the compiler resolves modules is controlled by moduleResolution option that can be either node or classic (more details and …

  10. Docker-compose exit code is 137 when there is no OOM exception

    Dec 12, 2019 · docker-compose up --build --exit-code-from combined Unfortunately, I consistently receive an exit code of 137 even when the tests in my combined container run successfully and I exit …