-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flask is continuing to restart #4
Comments
Hi @jgomez177 , acknowledge, v2.29 constantly rebooting, v2.28 works fine. I will have a look at it. Thank you. |
it happens because of python-openapi/openapi-spec-validator#173 |
@Vadims06 Thanks for the fix how do I down level to v2.28? @jgomez177 kudo's to you for reporting the issue. |
Hi @BrianDavisson, you can set exact version in |
If it's not too much trouble, could you assist me with the vadims06/topolograph? I have downloaded it, but whenever I try to create a container, PS C:\ docker run --name topolograph -p 8080:80 -d vadims06/topolograph I receive the following message in my terminal: |
Hi @aliraqbachelor , sure I can help, but before this could you please clarify the intention to run Topolograph container only, because it doesn't work without mongoDB and nginx server. That's why they are combined on docker-compose file. To launch it - run docker-compose up -d. |
oh im new in docker community , but it seems that there is an issue with the installation of Docker Compose on my Windows system. |
Thank you for your feedback, could you please describe more use cases of implementing BGP into Topolograph? Do you want to see the topology or track bgp changes?.. |
Sure, in my case we use ISIS/IPv6 as an underlying protocol in combination with both , the Vander is huawei , where topo. Return empty for ipv6 lsdp |
Great case, would you like to add Isis/ipv6 support for Topolograph? What do I need is the output of Isis lsdb... |
That Will be good, i have email u @admin topo , Thank you |
Thanks for getting the fix out. I'll get it setup and take a look at it!
…On Sun, Feb 19, 2023 at 3:45 PM aliraqbachelor ***@***.***> wrote:
That Will be good, i have email u @admin topo , Thank you
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFKWOYOXDGYOF2EZTELOOO3WYKWCDANCNFSM6AAAAAAUOGPWWY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @Vadims06 the latest version of flask has the problem of non-stop restarting again, web return error 502, test cannot be run in the ubuntu22 server and ubuntu18 desktop environments. It is known that 2.28 can run but lacks some features of the new version.is it possible that the recently updated version has reintroduced the bug? please help to check it when you have time. docker logs flask -f [2023-07-24 14:04:34 +0000] [8] [INFO] Worker exiting (pid: 8) During handling of the above exception, another exception occurred: Traceback (most recent call last): docker logs webserver 2023/07/24 12:27:34 [notice] 1#1: start worker process 34 |
Hi @change48 , thank you for your feedback. I've just re-uploaded v2.34/latest version, please check. |
2023-02-01 13:49:47 Traceback (most recent call last):
2023-02-01 13:49:47 File "/usr/local/bin/gunicorn", line 8, in
2023-02-01 13:49:47 sys.exit(run())
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in run
2023-02-01 13:49:47 WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 228, in run
2023-02-01 13:49:47 super().run()
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/app/base.py", line 72, in run
2023-02-01 13:49:47 Arbiter(self).run()
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 229, in run
2023-02-01 13:49:47 self.halt(reason=inst.reason, exit_status=inst.exit_status)
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 342, in halt
2023-02-01 13:49:47 self.stop()
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 393, in stop
2023-02-01 13:49:47 time.sleep(0.1)
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
2023-02-01 13:49:47 self.reap_workers()
2023-02-01 13:49:47 File "/usr/local/lib/python3.9/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
2023-02-01 13:49:47 raise HaltServer(reason, self.WORKER_BOOT_ERROR)
2023-02-01 13:49:47 gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
2023-02-01 13:49:47 Helpers
2023-02-01 13:49:47 ['system.users', 'system.version']
The text was updated successfully, but these errors were encountered: