husnjak / IGDB-SWIFT-API

A Swift wrapper for the IGDB.com Free Video Game Database API.
MIT License
60 stars 12 forks source link

IGDBWrapper.apiRequest (Achievements?) crash #5

Closed joekw closed 4 years ago

joekw commented 5 years ago

I just submitted an update to my app with this wrapper and seeing a few crashes, not sure where they're coming from.

This is all I'm getting from the Xcode crash report.

#3  (null) in closure #1 in IGDBWrapper.achievements(apiCalypse:result:errorResponse:) ()
#5  0x0000000104e8ac30 in closure #1 in IGDBWrapper.apiRequest(endpoint:apicalypseQuery:dataResponse:errorResponse:) at /Pods/IGDB-SWIFT-API/IGDB-SWIFT-API/Classes/Wrapper/IGDBWrapper.swift:24

Any ideas? (I'm not using the achievements endpoint anywhere in my code so not sure why it's mentioning that?)

joekw commented 5 years ago

I'm seeing a lot of crashes for this reason now and still no idea where it's coming from.

husnjak commented 4 years ago

Achievements have been removed as of this new release. I'm going to close this ticket for now, if this happens again please open another one and i'll investigate