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

Hermes Fails to update stations #3

Closed
chrisgeo opened this issue Aug 16, 2011 · 8 comments
Closed

Hermes Fails to update stations #3

chrisgeo opened this issue Aug 16, 2011 · 8 comments

Comments

@chrisgeo
Copy link

On OS X Lion, after logging in the stations are not loading.

Pandora is currently set to use their new HTML5 interface (not sure if this actually matters for your app).

@chrisgeo
Copy link
Author

Actually here's the log output of the failure:

8/16/11 8:15:48.377 AM Hermes: *** -[__NSArrayM objectAtIndex:]: index 14 beyond bounds [0 .. 13]

8/16/11 8:15:48.378 AM Hermes: (
0 CoreFoundation 0x00007fff84d6e4d6 exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff86838d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff84cfbbd2 -[__NSArrayM objectAtIndex:] + 274
3 Hermes 0x000000010000482f Hermes + 18479
4 CoreFoundation 0x00007fff84d60aa1 -[NSObject performSelector:withObject:withObject:] + 65
5 Hermes 0x000000010000bdee Hermes + 48622
6 Foundation 0x00007fff8065ebee ___NSURLConnectionDidFinishLoading_block_invoke_1 + 122
7 Foundation 0x00007fff8065eb6e _NSURLConnectionDidFinishLoading + 81
8 CFNetwork 0x00007fff8c59a18e _ZN19URLConnectionClient23_clientDidFinishLoadingEPNS_26ClientConnectionEventQueueE + 296
9 CFNetwork 0x00007fff8c64aff4 _ZN19URLConnectionClient26ClientConnectionEventQueue33processAllEventsAndConsumePayloadEP20XConnectionEventInfoI12XClientEvent18XClientEventParamsEl + 862
10 CFNetwork 0x00007fff8c5750f3 _ZN19URLConnectionClient13processEventsEv + 185
11 CFNetwork 0x00007fff8c574f96 _ZN17MultiplexerSource7performEv + 212
12 CoreFoundation 0x00007fff84cdcd01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION
+ 17
13 CoreFoundation 0x00007fff84cdc56d __CFRunLoopDoSources0 + 253
14 CoreFoundation 0x00007fff84d03389 __CFRunLoopRun + 905
15 CoreFoundation 0x00007fff84d02cc6 CFRunLoopRunSpecific + 230
16 HIToolbox 0x00007fff8c8f14ff RunCurrentEventLoopInMode + 277
17 HIToolbox 0x00007fff8c8f8c21 ReceiveNextEventCommon + 355
18 HIToolbox 0x00007fff8c8f8aae BlockUntilNextEventMatchingListInMode + 62
19 AppKit 0x00007fff83d13e2d _DPSNextEvent + 659
20 AppKit 0x00007fff83d13731 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
21 AppKit 0x00007fff83d10072 -[NSApplication run] + 463
22 AppKit 0x00007fff83f8ec76 NSApplicationMain + 867
23 Hermes 0x0000000100001904 Hermes + 6404
24 ??? 0x0000000000000002 0x0 + 2
)

@alexcrichton
Copy link
Contributor

I've made a fair number of changes since the last release, would you mind trying this download and see if it fixes the problem? If so, I think I'll go ahead and release that version.

@chrisgeo
Copy link
Author

Looks like it's the same issue. I can try compiling it from source if you'd like?

@alexcrichton
Copy link
Contributor

If you can try that that would work well because you'd get a better stack trace. I'll keep looking into this, however.

@alexcrichton
Copy link
Contributor

I've got a better idea what's going on now. I'm gonna work on this and see if I can't get a fix for you.

alexcrichton added a commit that referenced this issue Aug 16, 2011
…th array has the same number of elements.

Should help issues on #3
@alexcrichton
Copy link
Contributor

Does this version fix the problem?

@chrisgeo
Copy link
Author

Yup! Looks like it does. Sorry I didn't get a chance to compile it for you.

@alexcrichton
Copy link
Contributor

No problem! I realized I could figure out the line numbers based off of the disassembly of the binary and the addresses you supplied. I'll make 1.0.5 official soon.

devkinetic pushed a commit to devkinetic/hermes that referenced this issue Apr 21, 2016
Add support for high quality 192k mp3 for Pandora One
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants