fix app launch #65

Closed
opened 2025-10-23 16:02:43 +00:00 by duarteneves5 · 4 comments
duarteneves5 commented 2025-10-23 16:02:43 +00:00 (Migrated from github.com)

there was an error in main.py in line 6, to be precise in the import configure_logging

there was an error in main.py in line 6, to be precise in the import configure_logging
duarteneves5 commented 2025-10-23 16:03:48 +00:00 (Migrated from github.com)

solved with commit #00b7db7

solved with commit #00b7db7
duarteneves5 commented 2025-10-23 16:04:15 +00:00 (Migrated from github.com)

waiting for review for the branch merge to main

waiting for review for the branch merge to main
duarteneves5 commented 2025-10-23 16:16:35 +00:00 (Migrated from github.com)

it seems by fixing this problem it solved on running in locallaly but it made the github tests not pass, a solution is being analyzed

it seems by fixing this problem it solved on running in locallaly but it made the github tests not pass, a solution is being analyzed
duarteneves5 commented 2025-10-24 13:54:56 +00:00 (Migrated from github.com)

@AndreFerreira5
to simply solve the problem and have the github tests pass, when running locally the project it should be with the following command in the root project directory

uvicorn src.main:app --reload

note: maybe the fix-launch branch can be deleted because it doesn't bring any solution for this issue

@AndreFerreira5 to simply solve the problem and have the github tests pass, when running locally the project it should be with the following command in the root project directory uvicorn src.main:app --reload note: maybe the fix-launch branch can be deleted because it doesn't bring any solution for this issue
Sign in to join this conversation.
No description provided.