what extra config needed for nameko demo?
See original GitHub issuei start nmeko with the demo like : $ nameko run helloworld or $ nameko shell both 3.5 and 2.7 run into socket error as below : is there extra config needed ?
....
File "/Users/xxxxxx/lab/python3fornameko/lib/python3.5/site-packages/amqp/transport.py", line 95, in __init__
raise socket.error(last_err)
OSError: [Errno 61] ECONNREFUSED
....
return TCPTransport(host, connect_timeout)
File "D:\Python27\lib\site-packages\amqp\transport.py", line 95, in __init__
raise socket.error(last_err)
socket.error: [Errno 10061] WSAECONNREFUSED
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Command Line Interface — nameko 2.12.0 documentation
Config values can be read via the built-in Config dependency provider. Environment variable substitution¶. YAML configuration files have support for environment ...
Read more >Building Microservices With Nameko [Part1] - Morioh
Let's create a basic Nameko service and experiment with it capabilities. Setup Basic Environment. First, you will need Docker installed. We will use...
Read more >Untitled
Uncle remus lyrics traducida, 3g call setup time, United air bangladesh ... Smartfren df78ah ui, Hobson's choice active minds, Durex extra safe india, ......
Read more >SwiftUI Tutorial: Working With Stacks — VStack, HStack, ...
SwiftUI ZStack, VStack, HStack, nested stacks demo. Figure 1. ... Depending on how you wanted to design your app's user interface, below are...
Read more >Untitled
Rh purasu, Picture me broken mannequins 320, Extra kinowelt schwarzheide ... Fontanelice bologna, Usbr stilling basin types, Top option demo account, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m wondering whether you have RabbitMQ running yet?
Till now, still waiting for fix.