Git Product home page Git Product logo

Comments (1)

larksoftware avatar larksoftware commented on May 26, 2024

One day I will learn to read I promise. The error message was:

thread 'main' panicked at 'Error retrieving the database url: NotPresent', src/main.rs:80:43
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Panic in Arbiter thread.

My eyes jumped to the last line "Panic in Arbiter thread." but the root cause is the first line "'Error retrieving the database url: NotPresent".

At any rate I posted about this test project because I had started my own project based on this one and it too was getting the "Panic in Arbiter thread" error, so when I tried to run the sample app and received the same error I thought I had discovered a bug. When I figured out that it was just a reading problem on my part I went back and read the FULL error message on my app and it read "thread 'main' panicked at 'System is not running'". When I researched that it turned out to be a version mis-match issue between actix, actix-rt, and actix-web. Once I got all of those versions lined up, now my app is running. My apologies for creating a false ticket. If anyone else runs across this message, read the FULL error. Also to figure out the dependency hell use crates.io and the dependency tab. That is how I figured out a set of libraries that would work together.

from actix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.