-
**Describe the bug**
I have been unable to get skyscraper running with igdb as the scraping module. I have asked on the igdb discord and they are in the process of discontinuing the version of the AP…
-
Every time I go to the website, it brings up a “Something Went Wrong” error, resulting in no functionality of the website. Both on IOS iPhone 6s and Windows PC.
-
_exec_query() is returning an object, not an array..
to fix, add true as second argument to json_decode:
$result = json_decode(curl_exec($this->curl_handler), **true**);
-
Is dot notation supported by this wrapper?
Say I want to search for something like this:
**Game where the Twitch ID == 33214 (Fortnite)**
`fields *; where external_games.category = 14 & externa…
-
Once the Twitch client is functional, consider refactoring it as a Fluent API.
Inspiration could be Azure Fluent, with an extension methods-based approach, and a single Authentication interface usa…
-
Need to implement search queries using the IGDB api that leads to a paginated search results page.
The search bar will be on the main navigation on every page.
-
I received my client_id and client_secret, trying to run some of the examples listed such as:
```
params
-
I received my client_id and client_secret, trying to run some of the examples listed such as:
```
params
-
`16-11 14:51:34.723|ERROR|PlayniteApplication:Unhandled exception occured.
System.Windows.Markup.XamlParseException: Beim Festlegen der Eigenschaft "System.Windows.FrameworkElement.Style" wurde eine …
Andei updated
2 years ago
-
I am running the example written on the REDME using the code below and I get the error message.
###################################################
from igdb.wrapper import IGDBWrapper
from igdb.…