[SOLVED] Can't Pair Ipod Touch

Forum to discuss MonkeyTunes DACP Server for MediaMonkey

[SOLVED] Can't Pair Ipod Touch

Postby ttwong » Mon May 24, 2010 4:40 pm

Hello,

I'm running vista 64 and can't pair my ipod touch. I've disabled macafee firewall, and turned off windows defender. I can see monkeytunes ip address in mm, but when I try to connect via apple remote, mm does not ask for a code. Here's my log:

Code: Select all
2010-05-24 10:51:23,021 [INFO ] - (1) - *** Creating MonkeyTunes Server 1.2.4.0 ***
2010-05-24 10:51:23,049 [INFO ] - (1) - *** Called From MediaMonkey Auto Init Script ***
2010-05-24 10:51:24,557 [INFO ] - (1) - Attaching to MediaMonkey Events
2010-05-24 10:51:24,566 [INFO ] - (1) - MediaMonkey Version: 3.2.0
2010-05-24 10:51:24,566 [INFO ] - (1) - MonkeyTunes Version: 1.2.4.0
2010-05-24 10:51:24,566 [INFO ] - (1) - OS: Microsoft Windows NT 6.0.6002 Service Pack 2
2010-05-24 10:51:24,566 [INFO ] - (1) - Machine: TTWONG-PC
2010-05-24 10:51:24,566 [INFO ] - (1) - .NET Framework: 2.0.50727.4200
2010-05-24 10:51:24,579 [INFO ] - (1) - IP Address : 192.168.1.102
2010-05-24 10:51:24,593 [INFO ] - (1) - Initializing MonkeyTunesServer...
2010-05-24 10:51:24,594 [INFO ] - (1) - Starting DACPServer...
2010-05-24 10:51:24,595 [INFO ] - (1) - Initializing DACPPairingDatabase
2010-05-24 10:51:24,599 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-24 10:51:24,600 [INFO ] - (1) - Deserializing XML file: C:\Users\ttwong\AppData\Roaming\MonkeyTunes\MonkeyTunes.xml
2010-05-24 10:51:24,773 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-24 10:51:24,780 [INFO ] - (1) - Initializing DACPPairingServer...
2010-05-24 10:51:24,789 [INFO ] - (1) - mDNS Version: 214.3.1
2010-05-24 10:51:24,841 [INFO ] - (1) - Starting Listener http://+:3689/...
2010-05-24 10:51:24,850 [INFO ] - (1) - START Refreshing Cache...
2010-05-24 10:51:24,851 [INFO ] - (1) - Browsing Artists...
2010-05-24 10:51:24,859 [INFO ] - (1) - SQL: SELECT Artists.Artist FROM Artists WHERE Artists.Albums != 0  ORDER BY Artists.Artist
2010-05-24 10:51:24,887 [INFO ] - (1) - Browsing Composers...
2010-05-24 10:51:24,887 [INFO ] - (1) - SQL: SELECT DISTINCT Artists.Artist FROM Artists, ArtistsSongs, GenresSongs, Genres WHERE Genres.GenreName = 'Classical' AND Artists.ID=ArtistsSongs.IDArtist AND Artists.Albums != 0 AND ArtistsSongs.IDSong=GenresSongs.IDSong AND Genres.IDGenre = GenresSongs.IDGenre  ORDER BY Artists.Artist
2010-05-24 10:51:24,937 [INFO ] - (1) - Browsing Genres...
2010-05-24 10:51:24,937 [INFO ] - (1) - SQL: SELECT Genres.GenreName FROM Genres  ORDER BY Genres.GenreName
2010-05-24 10:51:24,940 [INFO ] - (1) - Getting Playlists...
2010-05-24 10:51:24,943 [INFO ] - (1) - SQL: SELECT Playlists.IDPlaylist, IFNULL(Playlists.IsAutoPlaylist, 0) IsAutoPlaylist,IFNULL((SELECT A.PlaylistName FROM Playlists A WHERE A.IDPlaylist=Playlists.ParentPlaylist), 'Root') || ' - ' || Playlists.PlaylistName AS NAME, COUNT(PlaylistSongs.IDPlaylistSong) as REC_COUNT FROM Playlists LEFT OUTER JOIN PlaylistSongs ON Playlists.IDPlaylist = PlaylistSongs.IDPlaylist GROUP BY  Playlists.IDPlaylist, IsAutoPlaylist, NAME ORDER BY NAME
2010-05-24 10:51:24,957 [INFO ] - (1) - Gettings Albums...
2010-05-24 10:51:24,958 [INFO ] - (1) - SQL: SELECT DISTINCT Albums.ID,Albums.Artist,Albums.Album,Albums.Tracks FROM Albums  ORDER BY Albums.Album
2010-05-24 10:51:24,974 [INFO ] - (1) - FINISHED Refreshing Cache...
2010-05-24 10:51:24,974 [INFO ] - (1) - Garbage Collecting to prevent SQL Queries from statying open and causing MM problems
2010-05-24 10:51:24,978 [INFO ] - (1) - *** Init method complete ***
2010-05-24 10:51:25,475 [INFO ] - (12) - Published mDNS Service: domain(local.) type(_touch-able._tcp.) name(26EA046626EA046)
2010-05-24 10:51:25,475 [INFO ] - (13) - Published mDNS Service: domain(local.) type(_http._tcp.) name(MonkeyTunes TTWONG-PC)
2010-05-24 10:51:42,542 [ERROR] - (1) - Error On Node Focused
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Melloware.MonkeyTunes.MonkeyTunesServer.a3X5gotVd(SDBTreeNode )


Thanks,

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Mon May 24, 2010 5:10 pm

You turned off Windows Defender but did you also turn off Windows Firewall?

It looks like it never even sees your iPod Touch in pairing mode from your log file. So when you iPod Touch is on this screen...

Image

You should see the log change and your device appear in the tree node. If it does not then Mcafee Firewall or Windows Firewall are still blocking the connection.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Can't Pair Ipod Touch

Postby ttwong » Mon May 24, 2010 10:06 pm

Windows firewall is also turned off. One thing I'm not quite sure about, I've assumed the tunescontrol.apk file is only required with non-itouch phones? I couldn't find any documentation to how to install apk files onto the ipod.

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby ttwong » Mon May 24, 2010 10:09 pm

To clarify, when I go into safari and type in my ip:3689/server-info, I get a message from safari that it can't download this file....I assumed that means its not blocked by the firewall.

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Tue May 25, 2010 6:45 am

ttwong wrote:To clarify, when I go into safari and type in my ip:3689/server-info, I get a message from safari that it can't download this file....I assumed that means its not blocked by the firewall.

Terrance


I think the problem is Bonjour is blocked. Bonjour UDP 5353 is what does the pairing process. So the HTTP on 3689 might not be blocked but the Bonjour pairing process is.

And the APK file is only for Google Android phones, you don't need that for iPods.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Can't Pair Ipod Touch

Postby ttwong » Tue May 25, 2010 7:47 pm

Progress, I found that my desktop actually has to be wirelessly connected to my network before mm asked for a code....but it won't connect. I turned mm off, but now I get a message that the evaluation perior has expired....I only had it installed for 3 days! Should I purchase something, and spend days trying to get to work?

Very frustrated.

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Wed May 26, 2010 5:59 am

ttwong wrote:Progress, I found that my desktop actually has to be wirelessly connected to my network before mm asked for a code....but it won't connect. I turned mm off, but now I get a message that the evaluation perior has expired....I only had it installed for 3 days! Should I purchase something, and spend days trying to get to work?

Very frustrated.

Terrance


It expires if you restart MediaMonkey 25 times. So you must have restarted 25 times in the last 3 days.

What do you mean connected "wirelessly"? You were not connected to a network at all before? The iPod and PC running MonkeyTunes must both be connected to the same home network for this to work properly. How else would the two devices be able to communicate?

Do you have another PC to try this on?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Can't Pair Ipod Touch

Postby ttwong » Sun May 30, 2010 10:06 pm

OK, I've installed on a laptop running Windows 7. To answer your question, my pc was connected to the network via cat5 cable, not via wireless.

I'm logged onto W7 as administrator, and installed mm, disabled defender and firewall via services. Ran apple remote and tried to pair a few times and got this:
Code: Select all
2010-05-30 19:20:08,722 [INFO ] - (1) - *** Creating MonkeyTunes Server 1.2.4.0 ***
2010-05-30 19:20:08,840 [INFO ] - (1) - *** Called From MediaMonkey Auto Init Script ***
2010-05-30 19:20:12,628 [INFO ] - (1) - Attaching to MediaMonkey Events
2010-05-30 19:20:12,678 [INFO ] - (1) - MediaMonkey Version: 3.2.0
2010-05-30 19:20:12,678 [INFO ] - (1) - MonkeyTunes Version: 1.2.4.0
2010-05-30 19:20:12,679 [INFO ] - (1) - OS: Microsoft Windows NT 6.1.7600.0
2010-05-30 19:20:12,679 [INFO ] - (1) - Machine: TTWONG-PC
2010-05-30 19:20:12,679 [INFO ] - (1) - .NET Framework: 2.0.50727.4927
2010-05-30 19:20:12,747 [INFO ] - (1) - IP Address : 192.168.1.103
2010-05-30 19:20:12,786 [INFO ] - (1) - Initializing MonkeyTunesServer...
2010-05-30 19:20:12,787 [INFO ] - (1) - Starting DACPServer...
2010-05-30 19:20:12,824 [INFO ] - (1) - Initializing DACPPairingDatabase
2010-05-30 19:20:12,897 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-30 19:20:12,900 [INFO ] - (1) - Deserializing XML file: C:\Users\ttwong\AppData\Roaming\MonkeyTunes\MonkeyTunes.xml
2010-05-30 19:20:14,298 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-30 19:20:14,343 [INFO ] - (1) - Initializing DACPPairingServer...
2010-05-30 19:20:14,403 [INFO ] - (1) - mDNS Version: 214.3.0
2010-05-30 19:20:14,535 [INFO ] - (1) - Starting Listener http://+:3689/...
2010-05-30 19:20:14,618 [INFO ] - (1) - START Refreshing Cache...
2010-05-30 19:20:14,622 [INFO ] - (1) - Browsing Artists...
2010-05-30 19:20:14,680 [INFO ] - (1) - SQL: SELECT Artists.Artist FROM Artists WHERE Artists.Albums != 0  ORDER BY Artists.Artist
2010-05-30 19:20:15,106 [INFO ] - (13) - Published mDNS Service: domain(local.) type(_http._tcp.) name(MonkeyTunes TTWONG-PC)
2010-05-30 19:20:15,106 [INFO ] - (12) - Published mDNS Service: domain(local.) type(_touch-able._tcp.) name(26EA046626EA046)
2010-05-30 19:20:15,733 [INFO ] - (1) - Browsing Composers...
2010-05-30 19:20:15,734 [INFO ] - (1) - SQL: SELECT DISTINCT Artists.Artist FROM Artists, ArtistsSongs, GenresSongs, Genres WHERE Genres.GenreName = 'Classical' AND Artists.ID=ArtistsSongs.IDArtist AND Artists.Albums != 0 AND ArtistsSongs.IDSong=GenresSongs.IDSong AND Genres.IDGenre = GenresSongs.IDGenre  ORDER BY Artists.Artist
2010-05-30 19:20:17,060 [INFO ] - (1) - Browsing Genres...
2010-05-30 19:20:17,060 [INFO ] - (1) - SQL: SELECT Genres.GenreName FROM Genres  ORDER BY Genres.GenreName
2010-05-30 19:20:17,119 [INFO ] - (1) - Getting Playlists...
2010-05-30 19:20:17,125 [INFO ] - (1) - SQL: SELECT Playlists.IDPlaylist, IFNULL(Playlists.IsAutoPlaylist, 0) IsAutoPlaylist,IFNULL((SELECT A.PlaylistName FROM Playlists A WHERE A.IDPlaylist=Playlists.ParentPlaylist), 'Root') || ' - ' || Playlists.PlaylistName AS NAME, COUNT(PlaylistSongs.IDPlaylistSong) as REC_COUNT FROM Playlists LEFT OUTER JOIN PlaylistSongs ON Playlists.IDPlaylist = PlaylistSongs.IDPlaylist GROUP BY  Playlists.IDPlaylist, IsAutoPlaylist, NAME ORDER BY NAME
2010-05-30 19:20:17,243 [INFO ] - (1) - Gettings Albums...
2010-05-30 19:20:17,245 [INFO ] - (1) - SQL: SELECT DISTINCT Albums.ID,Albums.Artist,Albums.Album,Albums.Tracks FROM Albums  ORDER BY Albums.Album
2010-05-30 19:20:17,796 [INFO ] - (1) - FINISHED Refreshing Cache...
2010-05-30 19:20:17,796 [INFO ] - (1) - Garbage Collecting to prevent SQL Queries from statying open and causing MM problems
2010-05-30 19:20:17,824 [INFO ] - (1) - *** Init method complete ***
2010-05-30 19:20:31,661 [ERROR] - (1) - Error On Node Focused
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Melloware.MonkeyTunes.MonkeyTunesServer.a3X5gotVd(SDBTreeNode )
2010-05-30 19:20:43,950 [INFO ] - (11) - NetServiceBrowser_DidFindService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:20:44,622 [INFO ] - (10) - NetServiceBrowser DidResolveService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:20:44,628 [INFO ] - (10) - OnClientListChanged: New DACP Clients discovered...
2010-05-30 19:20:54,275 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:21:34,682 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:22:36,625 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d


Nothing else happens after. My laptop is on the network wirelessly and connected to the same network. Ideas?
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Mon May 31, 2010 9:02 am

OK well you got further and Bonjour is now working... I can tell by these log lines.

Code: Select all
2010-05-30 19:20:43,950 [INFO ] - (11) - NetServiceBrowser_DidFindService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:20:44,622 [INFO ] - (10) - NetServiceBrowser DidResolveService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:20:44,628 [INFO ] - (10) - OnClientListChanged: New DACP Clients discovered...
2010-05-30 19:20:54,275 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:21:34,682 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-30 19:22:36,625 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d


The problem now seems to be your network is still somehow blocking the traffic between the iPhone and the PC in the pairing step. Can you do this...

Edit the C:\Porgram Files\MediaMonkey\Plugins\MonkeyTunes\MonkeyTunes.log4net file in Notepad and change the word INFO to ALL. Now try and pair again, you will get much more log info maybe it will help us why yours is being blocked.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Can't Pair Ipod Touch

Postby ttwong » Mon May 31, 2010 6:20 pm

More lines in the log file, but nothing after entering the code.

Code: Select all
2010-05-31 16:16:19,778 [INFO ] - (1) - *** Creating MonkeyTunes Server 1.2.4.0 ***
2010-05-31 16:16:19,830 [INFO ] - (1) - *** Called From MediaMonkey Auto Init Script ***
2010-05-31 16:16:22,167 [DEBUG] - (1) - License Status = True
2010-05-31 16:16:22,168 [INFO ] - (1) - Attaching to MediaMonkey Events
2010-05-31 16:16:22,181 [INFO ] - (1) - MediaMonkey Version: 3.2.0
2010-05-31 16:16:22,181 [INFO ] - (1) - MonkeyTunes Version: 1.2.4.0
2010-05-31 16:16:22,181 [INFO ] - (1) - OS: Microsoft Windows NT 6.1.7600.0
2010-05-31 16:16:22,181 [INFO ] - (1) - Machine: TTWONG-PC
2010-05-31 16:16:22,181 [INFO ] - (1) - .NET Framework: 2.0.50727.4927
2010-05-31 16:16:22,194 [INFO ] - (1) - IP Address : 192.168.1.103
2010-05-31 16:16:22,195 [DEBUG] - (1) - Adding TreeNode To TreeView
2010-05-31 16:16:22,229 [DEBUG] - (1) - Adding MenuItems To TreeNode
2010-05-31 16:16:22,255 [INFO ] - (1) - Initializing MonkeyTunesServer...
2010-05-31 16:16:22,256 [INFO ] - (1) - Starting DACPServer...
2010-05-31 16:16:22,259 [INFO ] - (1) - Initializing DACPPairingDatabase
2010-05-31 16:16:22,264 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-31 16:16:22,266 [INFO ] - (1) - Deserializing XML file: C:\Users\ttwong\AppData\Roaming\MonkeyTunes\MonkeyTunes.xml
2010-05-31 16:16:23,088 [INFO ] - (1) - Creating DACPPairingDatabase....
2010-05-31 16:16:23,099 [INFO ] - (1) - Initializing DACPPairingServer...
2010-05-31 16:16:23,134 [INFO ] - (1) - mDNS Version: 214.3.0
2010-05-31 16:16:23,171 [DEBUG] - (1) - Publishing mDNS Service...
2010-05-31 16:16:23,174 [DEBUG] - (1) - mDNS Version: 214.3.0
2010-05-31 16:16:23,204 [INFO ] - (1) - Starting Listener http://+:3689/...
2010-05-31 16:16:23,227 [INFO ] - (1) - START Refreshing Cache...
2010-05-31 16:16:23,229 [INFO ] - (1) - Browsing Artists...
2010-05-31 16:16:23,236 [DEBUG] - (1) - Creating BrowseResponse...
2010-05-31 16:16:23,241 [INFO ] - (1) - SQL: SELECT Artists.Artist FROM Artists WHERE Artists.Albums != 0  ORDER BY Artists.Artist
2010-05-31 16:16:23,719 [INFO ] - (12) - Published mDNS Service: domain(local.) type(_touch-able._tcp.) name(26EA046626EA046)
2010-05-31 16:16:23,821 [INFO ] - (10) - Published mDNS Service: domain(local.) type(_http._tcp.) name(MonkeyTunes TTWONG-PC)
2010-05-31 16:16:24,220 [INFO ] - (1) - Browsing Composers...
2010-05-31 16:16:24,221 [DEBUG] - (1) - Creating BrowseResponse...
2010-05-31 16:16:24,221 [INFO ] - (1) - SQL: SELECT DISTINCT Artists.Artist FROM Artists, ArtistsSongs, GenresSongs, Genres WHERE Genres.GenreName = 'Classical' AND Artists.ID=ArtistsSongs.IDArtist AND Artists.Albums != 0 AND ArtistsSongs.IDSong=GenresSongs.IDSong AND Genres.IDGenre = GenresSongs.IDGenre  ORDER BY Artists.Artist
2010-05-31 16:16:25,798 [INFO ] - (1) - Browsing Genres...
2010-05-31 16:16:25,798 [DEBUG] - (1) - Creating BrowseResponse...
2010-05-31 16:16:25,799 [DEBUG] - (1) - GENRE:
2010-05-31 16:16:25,799 [INFO ] - (1) - SQL: SELECT Genres.GenreName FROM Genres  ORDER BY Genres.GenreName
2010-05-31 16:16:25,820 [INFO ] - (1) - Getting Playlists...
2010-05-31 16:16:25,821 [DEBUG] - (1) - Creating PlaylistsResponse...
2010-05-31 16:16:25,824 [INFO ] - (1) - SQL: SELECT Playlists.IDPlaylist, IFNULL(Playlists.IsAutoPlaylist, 0) IsAutoPlaylist,IFNULL((SELECT A.PlaylistName FROM Playlists A WHERE A.IDPlaylist=Playlists.ParentPlaylist), 'Root') || ' - ' || Playlists.PlaylistName AS NAME, COUNT(PlaylistSongs.IDPlaylistSong) as REC_COUNT FROM Playlists LEFT OUTER JOIN PlaylistSongs ON Playlists.IDPlaylist = PlaylistSongs.IDPlaylist GROUP BY  Playlists.IDPlaylist, IsAutoPlaylist, NAME ORDER BY NAME
2010-05-31 16:16:25,938 [INFO ] - (1) - Gettings Albums...
2010-05-31 16:16:25,939 [DEBUG] - (1) - Creating AlbumsResponse...
2010-05-31 16:16:25,939 [INFO ] - (1) - SQL: SELECT DISTINCT Albums.ID,Albums.Artist,Albums.Album,Albums.Tracks FROM Albums  ORDER BY Albums.Album
2010-05-31 16:16:26,459 [INFO ] - (1) - FINISHED Refreshing Cache...
2010-05-31 16:16:26,459 [INFO ] - (1) - Garbage Collecting to prevent SQL Queries from statying open and causing MM problems
2010-05-31 16:16:26,466 [INFO ] - (1) - *** Init method complete ***
2010-05-31 16:17:30,468 [INFO ] - (11) - NetServiceBrowser_DidFindService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-31 16:17:30,480 [DEBUG] - (11) - No More coming so signal DACP Server we are done
2010-05-31 16:17:30,989 [INFO ] - (8) - NetServiceBrowser DidResolveService: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-31 16:17:30,990 [DEBUG] - (8) - Hostname: 'Touch-iPod.local.'
2010-05-31 16:17:30,990 [DEBUG] - (8) - INET addresses found: 1
2010-05-31 16:17:30,992 [DEBUG] - (8) - Did Update TXT Record: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-31 16:17:30,996 [DEBUG] - (8) - TXT Records Count: 6
2010-05-31 16:17:30,997 [DEBUG] - (8) - TXT Record: Pair = 6EE1E3249F55EB72
2010-05-31 16:17:30,997 [DEBUG] - (8) - TXT Record: RemV = 10000
2010-05-31 16:17:30,997 [DEBUG] - (8) - TXT Record: txtvers = 1
2010-05-31 16:17:30,997 [DEBUG] - (8) - TXT Record: RemN = Remote
2010-05-31 16:17:30,998 [DEBUG] - (8) - TXT Record: DvNm = Touch iPod
2010-05-31 16:17:30,998 [DEBUG] - (8) - TXT Record: DvTy = iPod touch
2010-05-31 16:17:30,998 [INFO ] - (8) - OnClientListChanged: New DACP Clients discovered...
2010-05-31 16:17:31,001 [DEBUG] - (8) - MediaMonkey Filling Children
2010-05-31 16:17:41,928 [DEBUG] - (1) - PassCode = 1056
2010-05-31 16:17:41,937 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-31 16:17:41,937 [DEBUG] - (1) - IP: 169.254.184.67:53276
2010-05-31 16:17:41,943 [DEBUG] - (1) - http://169.254.184.67:53276/pair?pairingcode=8A613B537ED5F07B571C89CD986B1A54&servicename=26EA046626EA046
2010-05-31 16:18:15,442 [DEBUG] - (1) - Exiting Node Focused
2010-05-31 16:18:15,442 [DEBUG] - (1) - MediaMonkey Filling Children
2010-05-31 16:18:34,846 [DEBUG] - (1) - View Log File Clicked
2010-05-31 16:18:34,847 [DEBUG] - (1) - Notepad: C:\Users\ttwong\AppData\Roaming\MonkeyTunes\MonkeyTunes.log
2010-05-31 16:20:37,277 [DEBUG] - (1) - Menu Pairing Clicked
2010-05-31 16:20:44,208 [DEBUG] - (1) - PassCode = 0011
2010-05-31 16:20:44,208 [INFO ] - (1) - Attempting to Pair Service: 463e8b9a2bb359b78f130a51ec352b0104357e8d
2010-05-31 16:20:44,208 [DEBUG] - (1) - IP: 169.254.184.67:53276
2010-05-31 16:20:44,208 [DEBUG] - (1) - http://169.254.184.67:53276/pair?pairingcode=1889A7929EDCD9A35A87F5EADBE6C84C&servicename=26EA046626EA046
2010-05-31 16:21:14,171 [DEBUG] - (1) - Exiting Node Focused
2010-05-31 16:21:14,171 [DEBUG] - (1) - MediaMonkey Filling Children
2010-05-31 16:21:36,755 [DEBUG] - (1) - View Log File Clicked
2010-05-31 16:21:36,756 [DEBUG] - (1) - Notepad: C:\Users\ttwong\AppData\Roaming\MonkeyTunes\MonkeyTunes.log
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Tue Jun 01, 2010 5:52 am

OK it tried to hit your iPod Touch at this address and port...

http://169.254.184.67:53276

Can you make sure port 53276 is also open in any firewalls or routers you have?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: Can't Pair Ipod Touch

Postby ttwong » Wed Jun 02, 2010 2:26 pm

When you mentioned this I was puzzled because that address doesn't exist, my local is 192.168.1.1XX. I don't even know how to add this to my linksys rounter...I then disabled mac filtering which is how I secure my network and voila it works! Why would mac filtering block the communication when the mac addresses of my computers and ipod are listed as being allowed? Is there a way to keep my mac filtering on?

Thanks,

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: Can't Pair Ipod Touch

Postby Melloware » Wed Jun 02, 2010 3:00 pm

ttwong wrote:When you mentioned this I was puzzled because that address doesn't exist, my local is 192.168.1.1XX. I don't even know how to add this to my linksys rounter...I then disabled mac filtering which is how I secure my network and voila it works! Why would mac filtering block the communication when the mac addresses of my computers and ipod are listed as being allowed? Is there a way to keep my mac filtering on?

Thanks,

Terrance


I actually have no idea. This is how the Apple Remote/Itunes was designed. Your iPod and PC both grab IP Addresses on your network. Then during the pairing Process the Ipod calls the PC, and the PC calls back to the iPod after it checks the Pairing Code match.

good to know for future users that it could be Mac Address filtering that is blocking this communication!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA

Re: [SOLVED] Can't Pair Ipod Touch

Postby ttwong » Wed Jun 02, 2010 8:53 pm

OK, I want to finish this thread with some new info. It was not the mac address filtering that was the cause of all my problems. I have a wireless repeater in the house, but the mac address of the repeater was not entered in my router. Although I have 10 devices varying from printers, games consoles, pc's, etc., none of these devices had problems attaining an ip address accept for my ipod touch.

Now that the repeater mac address is in the router, mac filtering is on, and monkeytunes is working flawlessly.

You gotta love the technology.

Terrance
ttwong
 
Posts: 8
Joined: Mon May 24, 2010 12:51 pm

Re: [SOLVED] Can't Pair Ipod Touch

Postby Melloware » Thu Jun 03, 2010 5:57 am

Wow! Now you know why it is almost impossible for me to remote debug problems like this when everyone network is slightly different and has weird quirks like this!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Melloware Inc.
http://www.melloware.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
User avatar
Melloware
Site Admin
 
Posts: 6549
Joined: Thu Dec 01, 2005 10:24 pm
Location: Philadelphia, Pennsylvania USA


Return to MonkeyTunes for MediaMonkey

Who is online

Users browsing this forum: No registered users and 1 guest

cron