dev-gpt icon indicating copy to clipboard operation
dev-gpt copied to clipboard

Your Virtual Development Team

Results 29 dev-gpt issues
Sort by recently updated
recently updated
newest added

I've now tried a few versions of Docker 20 and 23 and can't seem to launch microservices, due to this error: ### Confirmed Docker daemon running ``` x@dx:~$ sudo docker...

I am trying to run the created microservice locally using Docker. I am getting `Docker daemon doesn't seem to be running.` even though Docker is running. ![CleanShot 2023-04-24 at 04...

Hi, I am receiving this error after a deploy; https://gptdeploy-2a40107a67.wolf.jina.ai/playground/ ``` File "/workdir/app.py", line 14 """ ^ SyntaxError: unterminated triple-quoted string literal (detected at line 19) ``` running from GPTdeploy...

Deploying `gptdeploy` with [langchain-serve](https://github.com/jina-ai/langchain-serve) would allow users to deploy their microservices from outside of the command line - (A frontend, or a cURL request. or a Websocket based client if...

Hi there, I'm trying a basic example on an Intel Mac and getting "Python quit unexpectedly" while Docker is running. I'm logged into Jina and running locally. Errors: ``` ⠋...

Hi, running on a mac, m1 ``` To log Calling _send_request_with_retry failed, retry attempt 1/3. Error: Exception('RequestedEntityNotFoundError: No such executor: auth0-unified-448f11965ce142b6/JiraConfluenceChatbotExecutor3773376 session_id: 1fa79ee2-e29a-11ed-a6ad-1e00e234f659') Calling _send_request_with_retry failed, retry attempt 2/3. Error:...

gptdeploy run --path D:\Programme\gptdeploy\microservice Traceback (most recent call last): File "D:\Programme\gptdeploy\gptdeploy.py", line 5, in main() File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1055, in main...

![image](https://user-images.githubusercontent.com/11627845/233949924-9fbdf951-62a0-49a7-9548-6592d863deac.png)

I was running into a loop with the example below. As you can see an error occurred during the build process. GPT analyzes the error and provides potential solutions. But...