Discussion:
[selenium-users] New connection refused error
Kent S
2018-12-03 17:05:08 UTC
Permalink
A few days ago (Nov. 30 or Dec. 1), multiple scripts that had been running
fine started crashing with "connection refused" upon making a new instance
of webdriver.Firefox (geckodriver 0.23.0, selenium webdriver 3.14.1, python
3.7).

I thought maybe the automatic upgrade to Firefox 63 caused the problem, so
I downgraded to Firefox 62. That didn't help.

A previous thread on this error said to upgrade the various components, but
they are all current. Anyone else had this problem crop up recently?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b13ea762-0edf-4fba-9787-0b61120c577b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
connect2tech
2018-12-03 17:57:59 UTC
Permalink
I have run into "connection refused" issue when the browser I was using was
not compatible with driver i was using.

Has there been any change in the driver that you are using.

Can you also share the stack trace of the error you are getting.

Regards,
~NC
https://goo.gl/DEYjrg
https://bit.ly/2MzMS62
Post by Kent S
A few days ago (Nov. 30 or Dec. 1), multiple scripts that had been running
fine started crashing with "connection refused" upon making a new instance
of webdriver.Firefox (geckodriver 0.23.0, selenium webdriver 3.14.1, python
3.7).
I thought maybe the automatic upgrade to Firefox 63 caused the problem, so
I downgraded to Firefox 62. That didn't help.
A previous thread on this error said to upgrade the various components,
but they are all current. Anyone else had this problem crop up recently?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c762258b-d908-4686-b12a-3acf86cb2f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kent S
2018-12-05 19:45:35 UTC
Permalink
No, the driver didn't change, only Firefox.

I'm new here. Can you tell me what you mean by "stack trace"?
Post by connect2tech
I have run into "connection refused" issue when the browser I was using
was not compatible with driver i was using.
Has there been any change in the driver that you are using.
Can you also share the stack trace of the error you are getting.
Regards,
~NC
https://goo.gl/DEYjrg
https://bit.ly/2MzMS62
Post by Kent S
A few days ago (Nov. 30 or Dec. 1), multiple scripts that had been
running fine started crashing with "connection refused" upon making a new
instance of webdriver.Firefox (geckodriver 0.23.0, selenium webdriver
3.14.1, python 3.7).
I thought maybe the automatic upgrade to Firefox 63 caused the problem,
so I downgraded to Firefox 62. That didn't help.
A previous thread on this error said to upgrade the various components,
but they are all current. Anyone else had this problem crop up recently?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/56a7a19b-790f-4cd1-80fc-2c46cbdd7f4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...