jamesob / jamesob/omgwebapp

Docker image

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Hey, thanks for the boilerplate. I've been searching and yours is the only one that I can find that has it all. Only thing is my server and worker aren't starting in docker. First the command couldn't find the element (eg: `command: "example-worker"` wasn't find the worker), then I changed everything back to changeme and it's saying:

`Traceback (most recent call last):

File "/usr/local/bin/changeme-worker", line 33, in

sys.exit(load_entry_point('changeme', 'console_scripts', 'changeme-worker')())

File "/usr/local/bin/changeme-worker", line 22, in importlib_load_entry_point

for entry_point in distribution(dist_name).entry_points

File "/usr/local/lib/python3.8/importlib/metadata.py", line 503, in distribution

return Distribution.from_name(distribution_name)

File "/usr/local/lib/python3.8/importlib/metadata.py", line 177, in from_name

raise PackageNotFoundError(name)

importlib.metadata.PackageNotFoundError: changeme`

Looking in your dockerhub, the changeme isn't there... is that the problem?

Thanks

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Docker configuration and the `example-worker`/`changeme-worker` console entry points referenced in the report. Reproduce the server and worker startup failure, then verify that both services start successfully and the package-not-found error no longer occurs.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, python
Domain
backend, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.