-
created_date,
updated_date,
person_id,
source_id,
url,
identifier,
name,
competition_id,
archetype_id,
resource_uri,
…
-
Expected `1` and got `0` with `{'Rakdos Ickspitter'}`. missing=`{'Rakdos Ickspitter'}`
Reported on decksite by logged_out
--------------------------------------------------------------------------…
-
Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Roar of the Wurm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")`
Reported on decksite by…
-
Looks like maybe our new code doesn't generate CMC correctly or set it to 0 when it's NULL or something.
Actions required:
- [x] Get correct CMC into face table upon db update for split, flip, t…
-
```
Reported on decksite by Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id…
-
(MySQLdb._exceptions.IntegrityError) (1062, "Duplicate entry '669738968' for key 'PRIMARY'")
[SQL: INSERT INTO game (id, match_id, winner_id, log) VALUES (%s, %s, %s, %s)]
[parameters: (669738968, 21…
-
```
Failed to execute INSERT INTO deck ( created_date, updated_date, person_id, source_id, url, identifier, name, competition_id, archetype_id, resource_uri, featured_card, score, thumbnail_url, smal…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
While playing on build ffed0e0, it seems that some cards randomly don't appear to load. I do have the images saved in the `downloadedPics`, but they are blanking out in game.
The weird part of the si…