question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ConnectionRefusedError: [Errno 61] Connection refused

See original GitHub issue

Hi there, my issue is similar to #958, but simply getting this [Errno 61] when trying to do ggrc help I can open a ginga window with ginga, but no response from ginga --modules=RC I am using MacOS BigSur v11.6, and python 3.8, detailed error message is attached. thank you in advance! Screen Shot 2022-02-15 at 17 11 04 !

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Tang-SLcommented, Feb 17, 2022

I fixed it out to be the PyQt5-sip package, major update from 4.19.18 to 12.9.1 gets it to work, problem solved! Thanks a lot for your help!

0reactions
ejeschkecommented, Feb 17, 2022

Nothing unusual in the log, but it should end with “entering mainloop…”. How did you install ginga; by “pip install ginga” or from downloading source? A new version was released today (3.3.0), if you installed from pip, it might be worth trying to upgrade by “pip install --upgrade ginga”.

Can you find any notable differences between the two environments?

For what it is worth, I just tested on mac os x “monterey” 12.2 with --modules=RC and ggrc and it is working fine there. Previously I think I was running “big sur” that was also fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python ConnectionRefusedError: [Errno 61] Connection refused
This may not answer your original question, but I encountered this error and it was simply that I had not starting the server...
Read more >
[Errno 61] Connection Refused in Python - Delft Stack
Sometimes when designing a client-server program, you may get an error ConnectionRefusedError . This occurred when your client program could ...
Read more >
ConnectionRefusedError: [Errno 61] Connection refused #1880
It works like the getting started docs says. Current Behavior. `Traceback (most recent call last): File "site-packages/urllib3/connectionpool.py ...
Read more >
socket.error: [Errno 61] Connection refused - Blender Artists
The error itself means that the client machine can't connect to what ever ip/port you are trying to connect to on the server....
Read more >
connectionrefusederror: [errno 61] connection refused - You.com
Errno 61 indicates that there is no server active at the destination IP. If you powered down your appliance and attempted to deliver...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found