-
Notifications
You must be signed in to change notification settings - Fork 86
Crash similar to PEM issue #12
Comments
Tested both on ruby 2.0.0 and 2.1.5 |
@KrauseFx is there any new info on this? This probably happens if you have two teams to choose from. |
Sorry, haven't had time to look into it. This seems to be related to: https://bugs.ruby-lang.org/issues/859 There is a patch available: https://github.com/open-uri-redirections/open_uri_redirections Since I don't have this problem on my accounts I need you to test it:
Please let me know if that fixes the issue, if yes, you can submit a pull request. |
Not really and I dont think this fixes the root cause, because it looks like the redirect shouldn't happen. It should redirect to the file instead of switchTeam page. Maybe you should pass all the cookies to the download method, not just one |
Oh, that's a very good point! I'll look into this! |
I'm in multiple teams now and get the team selection. I tried running `sigh`` and it's working flawlessly for me.
Maybe the |
To test it, you can modify session_id = page.driver.cookies['JSESSIONID'].value
data = open(url, {'Cookie' => "myacinfo=#{myacinfo}; JSESSIONID=#{session_id}"}).read You can easily extend it to copy any of those values. Unfortunately I can't reproduce the problem for my accounts. |
This is fixed with the latest version of |
This issue was migrated to fastlane/fastlane#3017. Please post all further comments there.
|
Similar crash fastlane-old/pem#13
The text was updated successfully, but these errors were encountered: