CocoaPods / trunk.cocoapods.org

The authentication server for CocoaPods push
MIT License
38 stars 17 forks source link

CocoaPods trunk.cocoapods.org returns 'low level' error #458

Open abower-digimarc opened 11 months ago

abower-digimarc commented 11 months ago

Tried to visit the url https://trunk.cocoapods.org/claims/new, but receive only the error below.

"An unhandled lowlevel error occurred. The application logs may have details."

abower-digimarc commented 11 months ago

Additionally, we had a developer attempt to request access to our pod/spec/trunk, and we received the e-mail to approve. Clicking the link in the request e-mail to allow that access resulted in the exact same error message shown above.

gabrieldonadel commented 11 months ago

Same problem here

orta commented 11 months ago

I'm unlikely to be able to make time to do this anytime soon I'm afraid, but this is likely overreach from https://github.com/CocoaPods/trunk.cocoapods.org/commit/71be5440906b6bdfbc0bcc7f8a9fec33367ea0f4

pradeep23Edcast commented 11 months ago

Facing the same issue to verify the session with pod trunk register.

tonyarnold commented 11 months ago

Yeah, I can't get past this either.

tonyarnold commented 11 months ago

Has anyone found a workaround to this issue? I released an update yesterday, and currently there's no way for me (or anyone else on my team) to update the pod spec.

@orta could 71be5440906b6bdfbc0bcc7f8a9fec33367ea0f4 be rolled back?

orta commented 11 months ago

No, that's a vulnerability, someone could rollback the commit and just remove the ability for someone to get assigned to a podspec without any owners though

orta commented 10 months ago

The pod trunk register issue was it bailing on showing the 'congrats' screen - the CLI should have been fine. Switched to simple text rendering instead

image

tonyarnold commented 10 months ago

Thanks @orta - this is working for me now. I really appreciate the thoroughness, and that you were dealing with a CVE.