ff-ahumberston

Results 8 comments of ff-ahumberston

Also receive this error on occasion, with no obvious consistency between the two errors. Looking for related GitHub issues on fastlane/fastlane... ``` bundler: failed to load command: fastlane (/Users/admin/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/bin/fastlane) Traceback...

Looks to be related to the JSON parser receiving an unexpected HTML response. Could be a repeat occurrence of the issue experienced in https://github.com/fastlane/fastlane/issues/15631

After a fair amount of investigation, it was determined that the Matchfile contained too many entries and was the contributing factor that led to the resulting 404 error. In the...

Running the requested command (DEBUG=Y bundle exec fastlane match adhoc) results in the same error as previously posted, with no additional debug info.

Having carried out some further tests today, the bundle ID limit within Matchfile looks to be 193. Over this and we receive the aforementioned error. Also noticed that the length...

> I've tried reproducing this with my portal but we have ~110 in our portal. > > I did create a query with a very large amount of bundle ids,...

@lacostej Apologies for the delay in response, trying your branch does not look to give any additional debug output. I can run the verbose output, but I would rather not...