DVDPedia hangs on search The TVDB

Report your bugs here - if someone else has already mentioned the same bug, just add on to their post with as much info as possible to make the hunting easier.
Post Reply
Robertus
Junior Member
Junior Member
Posts: 3
Joined: Sat Aug 02, 2014 7:42 am

DVDPedia hangs on search The TVDB

Post by Robertus »

DVDPedia 5.3 stays forever on searching via The TVDB
Below some data from the Console log, hope this helps

Best,
Rob

Code: Select all

02/08/14 14:38:51,813 DVDpedia[916]: (
	0   CoreFoundation                      0x9a82d471 __raiseError + 193
	1   libobjc.A.dylib                     0x96851091 objc_exception_throw + 162
	2   CoreFoundation                      0x9a831cb3 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
	3   CoreFoundation                      0x9a77d522 ___forwarding___ + 1010
	4   CoreFoundation                      0x9a77d10e _CF_forwarding_prep_0 + 14
	5   TheTVDb                             0x02df4073 -[TheTVDb searchForString:limit:type:sort:sender:] + 217
	6   Pediabase                           0xc0f8f543 -[MyInternetSearchPanel search] + 666
	7   Pediabase                           0xc0f8f66c -[MyInternetSearchPanel searchReturnedNumberOfResults:sender:] + 203
	8   Pediabase                           0xc104f8cf -[Freebase downloadComplete:] + 599
	9   Pediabase                           0xc104d6aa -[MyPediaPlugin connectionDidFinishLoading:] + 407
	10  Foundation                          0x95b139d9 ___NSURLConnectionDidFinishLoading_block_invoke + 40
	11  Foundation                          0x95b13463 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 56
	12  Foundation                          0x95b1341b -[NSURLConnectionInternalConnection invokeForDelegate:] + 108
	13  Foundation                          0x95b1338e -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 248
	14  Foundation                          0x95b13278 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76
	15  Foundation                          0x95b139a4 _NSURLConnectionDidFinishLoading + 43
	16  CFNetwork                           0x9175794d ___ZN27URLConnectionClient_Classic26_delegate_didFinishLoadingEU13block_pointerFvvE_block_invoke + 109
	17  CFNetwork                           0x917da336 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 104
	18  CFNetwork                           0x9173a14a ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
	19  CoreFoundation                      0x9a715d79 CFArrayApplyFunction + 57
	20  CFNetwork                           0x9173a043 _ZN19RunloopBlockContext7performEv + 135
	21  CFNetwork                           0x91822b96 _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv + 20
	22  CFNetwork                           0x91739efd _ZN17MultiplexerSource7performEv + 317
	23  CFNetwork                           0x91739d1e _ZN17MultiplexerSource8_performEPv + 76
	24  CoreFoundation                      0x9a74db5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
	25  CoreFoundation                      0x9a73e95b __CFRunLoopDoSources0 + 235
	26  CoreFoundation                      0x9a73e05e __CFRunLoopRun + 1022
	27  CoreFoundation                      0x9a73d9ea CFRunLoopRunSpecific + 394
	28  CoreFoundation                      0x9a73d84b CFRunLoopRunInMode + 123
	29  HIToolbox                           0x9b676b5d RunCurrentEventLoopInMode + 259
	30  HIToolbox                           0x9b6768e2 ReceiveNextEventCommon + 526
	31  HIToolbox                           0x9b6766bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
	32  AppKit                              0x9013e349 _DPSNextEvent + 1602
	33  AppKit                              0x9013d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
	34  AppKit                              0x9013015c -[NSApplication run] + 727
	35  AppKit                              0x90118ff8 NSApplicationMain + 1165
	36  DVDpedia                            0x00002155 start + 53
	37  ???                                 0x00000001 0x0 + 1
)
Last edited by FineWine on Mon Aug 04, 2014 11:21 pm, edited 1 time in total.
Reason: Placed code in Code Tags by Moderator
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: DVDPedia hangs on search The TVDB

Post by Conor »

Thank you for the crash log. It allowed me to fix the issue with The TVDB. Please test out the beta version and let me know if it's not fixed.
Robertus
Junior Member
Junior Member
Posts: 3
Joined: Sat Aug 02, 2014 7:42 am

Re: DVDPedia hangs on search The TVDB

Post by Robertus »

On The TVDB it seems fixed, although the search now moves very quickly past it
Almost as it is skipped

But now search hangs on Rage

See below the Cons log
Best, Rob

Code: Select all


04/08/14 16:38:48,300 DVDpedia[482]: (
	0   CoreFoundation                      0x9a82d471 __raiseError + 193
	1   libobjc.A.dylib                     0x96851091 objc_exception_throw + 162
	2   CoreFoundation                      0x9a831cb3 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
	3   CoreFoundation                      0x9a77d522 ___forwarding___ + 1010
	4   CoreFoundation                      0x9a77d10e _CF_forwarding_prep_0 + 14
	5   TVRage                              0x056ba3e5 -[TVRage searchForString:limit:type:sort:sender:] + 105
	6   Pediabase                           0xc0fe7009 -[MyInternetSearchPanel search] + 681
	7   Pediabase                           0xc0fe724d -[MyInternetSearchPanel searchReturnedNumberOfResults:sender:] + 189
	8   TheTVDb                             0x056b0915 -[TheTVDb downloadComplete:] + 1132
	9   Pediabase                           0xc11108ab -[MyPediaPlugin connectionDidFinishLoading:] + 571
	10  Foundation                          0x95b139d9 ___NSURLConnectionDidFinishLoading_block_invoke + 40
	11  Foundation                          0x95b13463 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 56
	12  Foundation                          0x95b1341b -[NSURLConnectionInternalConnection invokeForDelegate:] + 108
	13  Foundation                          0x95b1338e -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 248
	14  Foundation                          0x95b13278 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76
	15  Foundation                          0x95b139a4 _NSURLConnectionDidFinishLoading + 43
	16  CFNetwork                           0x917de8c9 ___ZN27URLConnectionClient_Classic23_delegate_cacheTrifectaEPK20_CFCachedURLResponseU13block_pointerFvvE_block_invoke + 913
	17  CFNetwork                           0x917da336 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 104
	18  CFNetwork                           0x9173a14a ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
	19  CoreFoundation                      0x9a715d79 CFArrayApplyFunction + 57
	20  CFNetwork                           0x9173a043 _ZN19RunloopBlockContext7performEv + 135
	21  CFNetwork                           0x91822b96 _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv + 20
	22  CFNetwork                           0x91739efd _ZN17MultiplexerSource7performEv + 317
	23  CFNetwork                           0x91739d1e _ZN17MultiplexerSource8_performEPv + 76
	24  CoreFoundation                      0x9a74db5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
	25  CoreFoundation                      0x9a73e95b __CFRunLoopDoSources0 + 235
	26  CoreFoundation                      0x9a73e05e __CFRunLoopRun + 1022
	27  CoreFoundation                      0x9a73d9ea CFRunLoopRunSpecific + 394
	28  CoreFoundation                      0x9a73d84b CFRunLoopRunInMode + 123
	29  HIToolbox                           0x9b676b5d RunCurrentEventLoopInMode + 259
	30  HIToolbox                           0x9b6768e2 ReceiveNextEventCommon + 526
	31  HIToolbox                           0x9b6766bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
	32  AppKit                              0x9013e349 _DPSNextEvent + 1602
	33  AppKit                              0x9013d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
	34  AppKit                              0x9013015c -[NSApplication run] + 727
	35  AppKit                              0x90118ff8 NSApplicationMain + 1165
	36  DVDpedia                            0x00002b9b main + 43
	37  DVDpedia                            0x00002b25 start + 53
)
04/08/14 16:40:09,730 DVDpedia[499]: Search URL: http://doghouseapi.herokuapp.com/dvds/search?keyword=8714025517116&localeLanguage=en&searchLimit=upc&media=All&sort=relevance
04/08/14 16:40:10,086 DVDpedia[499]: Reply for search: {
    numberOfResults = 0;
    results =     (
    );
}
04/08/14 16:40:14,187 DVDpedia[499]: -[NSConcreteValue removeAllObjects]: unrecognized selector sent to instance 0x266ff0
04/08/14 16:40:14,187 DVDpedia[499]: -[NSConcreteValue removeAllObjects]: unrecognized selector sent to instance 0x266ff0
04/08/14 16:40:14,188 DVDpedia[499]: (
	0   CoreFoundation                      0x9a82d471 __raiseError + 193
	1   libobjc.A.dylib                     0x96851091 objc_exception_throw + 162
	2   CoreFoundation                      0x9a831cb3 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275
	3   CoreFoundation                      0x9a77d522 ___forwarding___ + 1010
	4   CoreFoundation                      0x9a77d10e _CF_forwarding_prep_0 + 14
	5   TVRage                              0x056ba3e5 -[TVRage searchForString:limit:type:sort:sender:] + 105
	6   Pediabase                           0xc0fe7009 -[MyInternetSearchPanel search] + 681
	7   Pediabase                           0xc0fe724d -[MyInternetSearchPanel searchReturnedNumberOfResults:sender:] + 189
	8   TheTVDb                             0x056b0915 -[TheTVDb downloadComplete:] + 1132
	9   Pediabase                           0xc11108ab -[MyPediaPlugin connectionDidFinishLoading:] + 571
	10  Foundation                          0x95b139d9 ___NSURLConnectionDidFinishLoading_block_invoke + 40
	11  Foundation                          0x95b13463 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke + 56
	12  Foundation                          0x95b1341b -[NSURLConnectionInternalConnection invokeForDelegate:] + 108
	13  Foundation                          0x95b1338e -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 248
	14  Foundation                          0x95b13278 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 76
	15  Foundation                          0x95b139a4 _NSURLConnectionDidFinishLoading + 43
	16  CFNetwork                           0x917de8c9 ___ZN27URLConnectionClient_Classic23_delegate_cacheTrifectaEPK20_CFCachedURLResponseU13block_pointerFvvE_block_invoke + 913
	17  CFNetwork                           0x917da336 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2 + 104
	18  CFNetwork                           0x9173a14a ___ZNK17CoreSchedulingSet13_performAsyncEPKcU13block_pointerFvvE_block_invoke + 25
	19  CoreFoundation                      0x9a715d79 CFArrayApplyFunction + 57
	20  CFNetwork                           0x9173a043 _ZN19RunloopBlockContext7performEv + 135
	21  CFNetwork                           0x91822b96 _ZThn16_N19RunloopBlockContext24multiplexerClientPerformEv + 20
	22  CFNetwork                           0x91739efd _ZN17MultiplexerSource7performEv + 317
	23  CFNetwork                           0x91739d1e _ZN17MultiplexerSource8_performEPv + 76
	24  CoreFoundation                      0x9a74db5f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
	25  CoreFoundation                      0x9a73e95b __CFRunLoopDoSources0 + 235
	26  CoreFoundation                      0x9a73e05e __CFRunLoopRun + 1022
	27  CoreFoundation                      0x9a73d9ea CFRunLoopRunSpecific + 394
	28  CoreFoundation                      0x9a73d84b CFRunLoopRunInMode + 123
	29  HIToolbox                           0x9b676b5d RunCurrentEventLoopInMode + 259
	30  HIToolbox                           0x9b6768e2 ReceiveNextEventCommon + 526
	31  HIToolbox                           0x9b6766bd _BlockUntilNextEventMatchingListInModeWithFilter + 92
	32  AppKit                              0x9013e349 _DPSNextEvent + 1602
	33  AppKit                              0x9013d870 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
	34  AppKit                              0x9013015c -[NSApplication run] + 727
	35  AppKit                              0x90118ff8 NSApplicationMain + 1165
	36  DVDpedia                            0x00002b9b main + 43
	37  DVDpedia                            0x00002b25 start + 53
)
Last edited by FineWine on Mon Aug 04, 2014 11:20 pm, edited 1 time in total.
Reason: Placed code in Code Tags by Moderator
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: DVDPedia hangs on search The TVDB

Post by Conor »

Thank you for debugging that issue. I apologize it was the same typo in TV Rage as TheTVDB that tracks the episode and season searched for that was causing the crash. The new beta is up.

If there is a search that should be returning results, do let me know the exact search and I can try it out. You can also limit to just TheTVDB by clicking on the magnifying glass and selecting that search site for narrowing down that it's not returning any results.
Robertus
Junior Member
Junior Member
Posts: 3
Joined: Sat Aug 02, 2014 7:42 am

Re: DVDPedia hangs on search The TVDB

Post by Robertus »

Ok, fixed :)
No further search issues
Also tried the limit search via TV Rage / TheTVDB: no problems
User avatar
Conor
Top Dog
Posts: 5343
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: DVDPedia hangs on search The TVDB

Post by Conor »

Thank you for trying out the beta and verifying the fix. It will be in the next official release.
Post Reply