PennyDreadfulMTG / perf-reports

2 stars 2 forks source link

500 error at /seasons/8/cards/Liliana's Mastery/ #50124

Closed vorpal-buildbot closed 5 years ago

vorpal-buildbot commented 5 years ago

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Liliana''s Mastery')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/8/cards/Liliana's Mastery/? Cookies: {} Endpoint: seasons.card View Args: {'name': "Liliana's Mastery"} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 207.46.13.164, 108.162.245.186 Cf-Ray: 4e0080365939c979-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Cache-Control: no-cache Pragma: no-cache Accept: */* From: bingbot(at)microsoft.com User-Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Cf-Connecting-Ip: 207.46.13.164 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Liliana''s Mastery'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rags // Riches/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rags // Riches/?locale=pt_BR Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rags // Riches'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b232cda2bd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=it Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b23458b789760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=ja Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b23603bb09760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rags // Riches/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rags // Riches/?locale=ru Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rags // Riches'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b237679b0d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rags // Riches/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rags // Riches/?locale=sv Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rags // Riches'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b2391bd1ed6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rags // Riches'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Dwynen, Gilt-Leaf Daen/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Dwynen, Gilt-Leaf Daen')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Dwynen, Gilt-Leaf Daen/? Cookies: {} Endpoint: card View Args: {'name': 'Dwynen, Gilt-Leaf Daen'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 207.46.13.35, 162.158.106.230 Cf-Ray: 4e5b23a0aeaabb64-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Cache-Control: no-cache Pragma: no-cache Accept: */* From: bingbot(at)microsoft.com User-Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Cf-Connecting-Ip: 207.46.13.35 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Dwynen, Gilt-Leaf Daen'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: Search Engine; decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=da Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b23a9ab77d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Manic Vandal/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Manic Vandal')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Manic Vandal/? Cookies: {} Endpoint: card View Args: {'name': 'Manic Vandal'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 207.46.13.2, 162.158.106.32 Cf-Ray: 4e5b23be3d037a0f-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Cache-Control: no-cache Pragma: no-cache Accept: */* From: bingbot(at)microsoft.com User-Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Cf-Connecting-Ip: 207.46.13.2 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Manic Vandal'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: Search Engine; decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=en Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b23c17b2cd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=es Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b23dbdb39d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=fr Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b240189cdd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=id Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b241c0c99d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=it Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b243a2faad6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=ja Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b245fe80bd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=pl Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b24633bbf9760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Dynavolt Tower/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Dynavolt Tower')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Dynavolt Tower/?locale=pl Cookies: {} Endpoint: card View Args: {'name': 'Dynavolt Tower'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 46.229.168.134, 172.68.65.56 Cf-Ray: 4e5b24676d82cec8-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml User-Agent: Mozilla/5.0 (compatible; SemrushBot/3~bl; +http://www.semrush.com/bot.html) Cf-Connecting-Ip: 46.229.168.134 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Dynavolt Tower'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=pl Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b2474de1dd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=pt_BR Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b247f0a769760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=ru Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b2495eae99760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=pt_BR Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b2499888ed6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Crovax, Ascendant Hero/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Crovax, Ascendant Hero/?locale=sv Cookies: {} Endpoint: seasons.card View Args: {'name': 'Crovax, Ascendant Hero'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b24ab99249760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Crovax, Ascendant Hero'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=ru Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b24b19e72d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/11/cards/Feudkiller's Verdict/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Feudkiller''s Verdict')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/11/cards/Feudkiller's Verdict/? Cookies: {} Endpoint: seasons.card View Args: {'name': "Feudkiller's Verdict"} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 216.244.66.242, 162.158.106.92 Cf-Ray: 4e5b24bc2e78bb16-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: */* User-Agent: Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com) Accept-Charset: utf-8;q=0.7,iso-8859-1;q=0.2,*;q=0.1 Cf-Connecting-Ip: 216.244.66.242 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Feudkiller''s Verdict'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Deadeye Plunderers/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Deadeye Plunderers/?locale=da Cookies: {} Endpoint: seasons.card View Args: {'name': 'Deadeye Plunderers'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b24c72f8f9760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Raise the Alarm/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Raise the Alarm/?locale=sv Cookies: {} Endpoint: seasons.card View Args: {'name': 'Raise the Alarm'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b24caddafd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Raise the Alarm'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Deadeye Plunderers/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Deadeye Plunderers/?locale=en Cookies: {} Endpoint: seasons.card View Args: {'name': 'Deadeye Plunderers'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b24e07ac89760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rakdos Ickspitter/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rakdos Ickspitter/?locale=da Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rakdos Ickspitter'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b24e08a7ad6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rakdos Ickspitter/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rakdos Ickspitter/?locale=en Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rakdos Ickspitter'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b24f9db28d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rakdos Ickspitter/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rakdos Ickspitter/?locale=es Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rakdos Ickspitter'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b251b9e87d6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/3/cards/Rakdos Ickspitter/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/3/cards/Rakdos Ickspitter/?locale=fr Cookies: {} Endpoint: seasons.card View Args: {'name': 'Rakdos Ickspitter'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 148.251.8.250, 162.158.93.59 Cf-Ray: 4e5b25340cfbd6bd-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 148.251.8.250 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rakdos Ickspitter'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Deadeye Plunderers/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Deadeye Plunderers/?locale=es Cookies: {} Endpoint: seasons.card View Args: {'name': 'Deadeye Plunderers'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b253d8d979760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Deadeye Plunderers'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Festival of the Guildpact/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Festival of the Guildpact')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Festival of the Guildpact/? Cookies: {} Endpoint: seasons.card View Args: {'name': 'Festival of the Guildpact'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b3c230c649760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Festival of the Guildpact'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Grim Haruspex/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Grim Haruspex')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Grim Haruspex/? Cookies: {} Endpoint: card View Args: {'name': 'Grim Haruspex'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 207.46.13.35, 108.162.246.217 Cf-Ray: 4e5b3c30fbfd7a03-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Cache-Control: no-cache Pragma: no-cache Accept: */* From: bingbot(at)microsoft.com User-Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Cf-Connecting-Ip: 207.46.13.35 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Grim Haruspex'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: Search Engine; decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Goblin Dark-Dwellers/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Goblin Dark-Dwellers')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Goblin Dark-Dwellers/? Cookies: {} Endpoint: seasons.card View Args: {'name': 'Goblin Dark-Dwellers'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b3c4469529760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Goblin Dark-Dwellers'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Puppeteer Clique/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Puppeteer Clique')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Puppeteer Clique/?locale=ja Cookies: {} Endpoint: seasons.card View Args: {'name': 'Puppeteer Clique'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.164.171, 162.158.91.133 Cf-Ray: 4e5b3c6abac19760-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.164.171 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Puppeteer Clique'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Tsunami/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Tsunami')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Tsunami/?locale=id Cookies: {} Endpoint: card View Args: {'name': 'Tsunami'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 46.229.168.132, 162.158.79.229 Cf-Ray: 4e5b5352fb8cc1d9-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml User-Agent: Mozilla/5.0 (compatible; SemrushBot/3~bl; +http://www.semrush.com/bot.html) Cf-Connecting-Ip: 46.229.168.132 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Tsunami'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Impassioned Orator/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Impassioned Orator')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Impassioned Orator/? Cookies: {} Endpoint: card View Args: {'name': 'Impassioned Orator'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 213.174.152.186, 172.69.63.9 Cf-Ray: 4e5b93e8aadfc189-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} User-Agent: Mozilla/5.0 (compatible; SemrushBot/1.0~bm; +http://www.semrush.com/bot.html) Cf-Connecting-Ip: 213.174.152.186 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Impassioned Orator'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Lullmage Mentor/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Lullmage Mentor')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Lullmage Mentor/? Cookies: {'__cfduid': 'dceb6db7dd7a394c9109ac6723121bb601560340751', '_ga': 'GA1.2.547884251.1560340763', '_gid': 'GA1.2.1982262399.1560340763', '_gat_gtag_UA_109131120_1': '1'} Endpoint: card View Args: {'name': 'Lullmage Mentor'} Person: logged_out Referrer: https://pennydreadfulmagic.com/cards/ Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: GB X-Forwarded-For: 51.7.54.26, 162.158.155.16 Cf-Ray: 4e5bab07aa7ece17-LHR X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-GB,en;q=0.5 Referer: https://pennydreadfulmagic.com/cards/ Upgrade-Insecure-Requests: 1 Cookie: __cfduid=dceb6db7dd7a394c9109ac6723121bb601560340751; _ga=GA1.2.547884251.1560340763; _gid=GA1.2.1982262399.1560340763; _gat_gtag_UA_109131120_1=1 Cf-Connecting-Ip: 51.7.54.26 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Lullmage Mentor'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Entrapment Maneuver/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Entrapment Maneuver')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Entrapment Maneuver/? Cookies: {} Endpoint: card View Args: {'name': 'Entrapment Maneuver'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 17.58.98.97, 162.158.107.63 Cf-Ray: 4e5bd2fc6d902a2f-SEA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: */* User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Applebot/0.1; +http://www.apple.com/go/applebot) Cf-Connecting-Ip: 17.58.98.97 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Entrapment Maneuver'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Jungle Weaver/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Jungle Weaver')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Jungle Weaver/? Cookies: {} Endpoint: card View Args: {'name': 'Jungle Weaver'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 40.77.167.1, 172.69.62.120 Cf-Ray: 4e5bd3154e8fcf60-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Cache-Control: no-cache Pragma: no-cache Accept: */* From: bingbot(at)microsoft.com User-Agent: Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Cf-Connecting-Ip: 40.77.167.1 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Jungle Weaver'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: Search Engine; decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/all/cards/Avoid Fate/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Avoid Fate')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/all/cards/Avoid Fate/?locale=id Cookies: {} Endpoint: seasons.card View Args: {'name': 'Avoid Fate'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 46.229.168.152, 172.69.62.96 Cf-Ray: 4e5c02f2cac0569d-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml User-Agent: Mozilla/5.0 (compatible; SemrushBot/3~bl; +http://www.semrush.com/bot.html) Cf-Connecting-Ip: 46.229.168.152 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Avoid Fate'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Cruel Edict/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Cruel Edict')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Cruel Edict/? Cookies: {'__cfduid': 'db0d4d6d92f091e68be74a069e8229e451560332090', 'session': '.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g'} Endpoint: card View Args: {'name': 'Cruel Edict'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 34.203.201.240, 172.68.65.188 Cf-Ray: 4e5c2b34e954cef8-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} From: crawler.feedback+dc@gmail.com User-Agent: MauiBot (crawler.feedback+dc@gmail.com) Cookie: __cfduid=db0d4d6d92f091e68be74a069e8229e451560332090; session=.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g Cf-Connecting-Ip: 34.203.201.240 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Cruel Edict'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Goblin Wardriver/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Goblin Wardriver')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Goblin Wardriver/? Cookies: {'__cfduid': 'db0d4d6d92f091e68be74a069e8229e451560332090', 'session': '.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g'} Endpoint: card View Args: {'name': 'Goblin Wardriver'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 34.203.201.240, 162.158.79.73 Cf-Ray: 4e5c2b663cdccf04-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} From: crawler.feedback+dc@gmail.com User-Agent: MauiBot (crawler.feedback+dc@gmail.com) Cookie: __cfduid=db0d4d6d92f091e68be74a069e8229e451560332090; session=.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g Cf-Connecting-Ip: 34.203.201.240 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Goblin Wardriver'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Repeal/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Repeal')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Repeal/? Cookies: {'__cfduid': 'db0d4d6d92f091e68be74a069e8229e451560332090', 'session': '.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g'} Endpoint: card View Args: {'name': 'Repeal'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 34.203.201.240, 172.69.62.90 Cf-Ray: 4e5c43d118be5787-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} From: crawler.feedback+dc@gmail.com User-Agent: MauiBot (crawler.feedback+dc@gmail.com) Cookie: __cfduid=db0d4d6d92f091e68be74a069e8229e451560332090; session=.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g Cf-Connecting-Ip: 34.203.201.240 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Repeal'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Servant of the Conduit/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Servant of the Conduit')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Servant of the Conduit/? Cookies: {'__cfduid': 'db0d4d6d92f091e68be74a069e8229e451560332090', 'session': '.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g'} Endpoint: card View Args: {'name': 'Servant of the Conduit'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 34.203.201.240, 172.69.62.96 Cf-Ray: 4e5c4405fc199f88-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} From: crawler.feedback+dc@gmail.com User-Agent: MauiBot (crawler.feedback+dc@gmail.com) Cookie: __cfduid=db0d4d6d92f091e68be74a069e8229e451560332090; session=.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g Cf-Connecting-Ip: 34.203.201.240 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Servant of the Conduit'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Reanimate/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Reanimate')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Reanimate/? Cookies: {} Endpoint: card View Args: {'name': 'Reanimate'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 66.249.64.154, 172.69.71.26 Cf-Ray: 4e5c5ad78efb9b4e-DFW X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Amp-Cache-Transform: google;v="1" Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8,text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8 From: googlebot(at)googlebot.com User-Agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Cf-Connecting-Ip: 66.249.64.154 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Reanimate'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: Search Engine; decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Aven Fisher/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Aven Fisher')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Aven Fisher/?locale=sv Cookies: {} Endpoint: seasons.card View Args: {'name': 'Aven Fisher'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.96.236, 162.158.90.116 Cf-Ray: 4e5c5ada4e81c2d1-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.96.236 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Aven Fisher'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /cards/Rush of Adrenaline/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rush of Adrenaline')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /cards/Rush of Adrenaline/? Cookies: {'__cfduid': 'db0d4d6d92f091e68be74a069e8229e451560332090', 'session': '.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g'} Endpoint: card View Args: {'name': 'Rush of Adrenaline'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: US X-Forwarded-For: 34.203.201.240, 172.68.65.140 Cf-Ray: 4e5c5ade4c172448-IAD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} From: crawler.feedback+dc@gmail.com User-Agent: MauiBot (crawler.feedback+dc@gmail.com) Cookie: __cfduid=db0d4d6d92f091e68be74a069e8229e451560332090; session=.eJwVyr0KwjAQAOB3uVkMNNBCRx1c7CCoqxyXa5OSP5LLUMV3t64f3wd8IvQMI6wIB0jYxHavKih_a8Nlfesn0qmrdL7ND6eHqU-Tm679Xe9fsCws-7QiuY5KZY5xM4XRzM0HXBwdKQWFJriosJBl2TJXBd8f3acqMg.D-KG3Q.STiAMbVVVV7OjoFAj9m13YIo93g Cf-Connecting-Ip: 34.203.201.240 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Rush of Adrenaline'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Barter in Blood/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Barter in Blood')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Barter in Blood/?locale=da Cookies: {} Endpoint: seasons.card View Args: {'name': 'Barter in Blood'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.96.236, 162.158.90.116 Cf-Ray: 4e5c5afb284fc2d1-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.96.236 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Barter in Blood'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException

vorpal-buildbot commented 5 years ago

500 error at /seasons/7/cards/Barter in Blood/

Failed to execute SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Barter in Blood')) with [] because of (1146, "Table 'cards._cache_card' doesn't exist")

Reported on decksite by logged_out


Request Data ``` Request Method: GET Path: /seasons/7/cards/Barter in Blood/?locale=en Cookies: {} Endpoint: seasons.card View Args: {'name': 'Barter in Blood'} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Accept-Encoding: gzip Cf-Ipcountry: DE X-Forwarded-For: 144.76.96.236, 162.158.90.116 Cf-Ray: 4e5c5b25b8dac2d1-FRA X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,text/plain,text/xml,text/*,application/xml,application/xhtml+xml,application/rss+xml,application/atom+xml,application/rdf+xml,application/php,application/x-php,application/x-httpd-php User-Agent: Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/) Accept-Language: en Cf-Connecting-Ip: 144.76.96.236 Cdn-Loop: cloudflare X-Forwarded-Host: pennydreadfulmagic.com X-Forwarded-Server: pennydreadfulmagic.com Connection: Keep-Alive ```

DatabaseException Failed to execute `SELECT * FROM _cache_card AS c WHERE ((1 = 1) AND c.name IN ('Barter in Blood'))` with `[]` because of `(1146, "Table 'cards._cache_card' doesn't exist")` Stack Trace: ```Python traceback File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2328, in __call__ return self.wsgi_app(environ, start_response) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2314, in wsgi_app response = self.handle_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) File "/home/discord/.local/lib/python3.6/site-packages/flask/_compat.py", line 36, in reraise raise value File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() File "/home/discord/.local/lib/python3.6/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "./decksite/cache.py", line 79, in decorated_function response = make_response(f(*args, **kwargs)) File "./decksite/main.py", line 158, in card c = cs.load_card(oracle.valid_name(urllib.parse.unquote_plus(name)), season_id=get_season_id()) File "./decksite/data/card.py", line 67, in load_card c = guarantee.exactly_one(oracle.load_cards([name])) File "./magic/oracle.py", line 44, in load_cards rs = db().select(sql) File "./shared/database.py", line 41, in select [_, rows] = self.execute_anything(sql, args) File "./shared/database.py", line 60, in execute_anything raise DatabaseException('Failed to execute `{sql}` with `{args}` because of `{e}`'.format(sql=sql, args=args, e=e)) ```

Exception_hash: ea6e2a7f58545ac941662c111795a9fb5474941a

Labels: decksite; DatabaseException