Skip to content
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

Error : Connection refused: connect #94

Closed
Omertron opened this issue Mar 15, 2015 · 2 comments
Closed

Error : Connection refused: connect #94

Omertron opened this issue Mar 15, 2015 · 2 comments

Comments

@Omertron
Copy link
Member

Original issue 94 created by Omertron on 2008-07-05T09:09:04.000Z:

What steps will reproduce the problem?
Tried running around 6am EST, so maybe their system was down for
maintenance, or they are blocking this program.

Updating data for: KNIGHT RIDER
Failed retreiving imdb Id for movie : KNIGHT RIDER
Error : Connection refused: connect
Updating data for: numb3rs
Failed retreiving imdb Id for movie : numb3rs
Error : Connection refused: connect
Updating data for: ugly betty
Failed retreiving imdb Id for movie : ugly betty
Error : Connection refused: connect
Updating data for: Dexter
Failed retreiving imdb rating for movie : tt0773262
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.moviejukebox.plugin.ImdbPlugin.request(Unknown Source)
at com.moviejukebox.plugin.ImdbPlugin.updateImdbMediaInfo(Unknown
Source)
at com.moviejukebox.plugin.ImdbPlugin.scan(Unknown Source)
at com.moviejukebox.MovieJukebox.updateMovieData(Unknown Source)
at com.moviejukebox.MovieJukebox.generateLibrary(Unknown Source)
at com.moviejukebox.MovieJukebox.main(Unknown Source)

What version of the product are you using? On what operating system?
Using latest 1.09B on Win-XP

Please provide any additional information below.
For Dexter, I added a .nfo file with the URL inside and the filename
matches the same name as the first video file in the directory.

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2008-07-08T21:52:54.000Z:

The problem was an anti-virus issue where McAfee was blocking access to mediainfo and
java.

I don't mind opening access to mediainfo, but generic java is a problem. Java itself
is great and I trust that,
I just don't trust opening it to all programs written in Java by less friendly coders.

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2008-07-14T19:45:56.000Z:

<empty>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant