Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Обновление скрипта на python


Applications 2

Application viewing is only available registered users.
    Another 4 proposals concealed
  • Profile deleted
    19 September 2020, 22:54 |

    на скринах не ошибка в плохом смысле этого слова. это сообщение о необработанном исключении при отключении клиента от вебсокета


    про кролика в докере -- надо композ и докерфайл смотреть. можете показать?

  • Maksim Yurchenko
    20 September 2020, 9:11 |

    --docker-compose.yaml

    version: "3.7"


    services:

      rabbit_ws_app:

        container_name: rabbit_ws_app

        build: .

        env_file:

          - .env

        volumes:

          - ./:/app:delegated

        ports:

          - 8888:8888

        restart: unless-stopped


    ---Dockerfile

    FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7


    # install dependencies

    WORKDIR /app

    COPY ./app /app/app

    COPY requirements.txt /tmp

    RUN pip install --no-cache-dir --upgrade pip \

     && pip install --no-cache-dir -r /tmp/requirements.txt


    # launch server

    CMD ["uvicorn", "main:app", "--reload", "--host", "0.0.0.0", "--port", "8888"]

  • Profile deleted
    20 September 2020, 11:21 |

    показалось, что композ сделан для всех сервисов, но нет.
    чтобы погасить рэббита, вам необходимо сделать docker-compose down из каталога, где лежит именно его конфигурационный docker-compose.yml

    также переставьте restart: unless-stopped на restart: on-failure

  • Maksim Yurchenko
    20 September 2020, 14:21 |

    за совет по поводу перестановки спасибо - проверю

  • Profile deleted
    20 September 2020, 14:25 |

    а скрипт исправлять будем? так я пойду ставку делать

Current freelance projects in the category Python

Development of software with AI

It is necessary to develop software for automatic detection, capturing, and tracking of an object using a video camera and a rotating mechanism.Output data: Video camera with optics. Rotating device on two axes (azimuth/elevation angle). Servomotors controlled via Modbus…

AI & Machine LearningPython ∙ 15 hours 17 minutes back ∙ 12 proposals

Technical Specification for Refinement of AI Bot for Generating Personalized Songs

TECHNICAL TASK FOR IMPROVING THE AI PERSONAL SONG GENERATOR BOTMAIN GOAL Create a stable premium product that: generates the highest quality personal songs; does not fabricate facts about the client; works stably under load; is easily scalable; allows for analysis and…

PythonBot Development ∙ 16 hours 22 minutes back ∙ 30 proposals

Excel Specialist / Process Automation (Excel + preferably programming)

We are looking for a specialist with ADVANCED knowledge of Excel to optimize the existing file and automate processes. It will be a great advantage if you also have programming skills / VBA / Power Query / Power Automate or experience in creating complex logic in Excel. Project…

PythonDatabases & SQL ∙ 19 hours 21 minutes back ∙ 32 proposals

Automation of processes through API and Python

Below I described the current process and the result I would like to achieve. I also attach files of the real process to better understand how it looks in reality Current process Currently, the entire process is performed manually: uploading/downloading files, transferring…

AI & Machine LearningPython ∙ 20 hours 22 minutes back ∙ 41 proposals

A bot needs to be created in Telegram for subscription payment.

45 USD

A bot needs to be created in Telegram where users can subscribe for access to the webcams located in the yard. Organize payment for two types of subscriptions (monthly and daily) in the bot. The bot should automatically check the payment and then provide access links.

PythonBot Development ∙ 1 day 9 hours back ∙ 78 proposals

Client
Maksim Yurchenko
Ukraine Kyiv  4  0
Project published
5 years back
175 views