Closed tvisentin closed 4 years ago
I'm getting the same crash when using wrapper.search and wrapper.covers. Works fine with wrapper.games.
It seems like the IGDB API doesn't allow you to use .sort on a search. Remove .sort from your APIcalypse and it will work fine.
Hi,
I'm trying to use this wrapper but I'm not sure if I'm in right way ...
I have a crash here in your code:
In the try! :
Thread 13: Fatal error: 'try!' expression unexpectedly raised an error: SwiftProtobuf.BinaryDecodingError.malformedProtobuf
So I can't make a proper search
And if I use
games
instead asearch
I'm getting some results but I can't have any cover for games or screenshots:Do you have any ideas ? Thank you