Skip to content

Instantly share code, notes, and snippets.

View marevol's full-sized avatar

Shinsuke Sugaya marevol

View GitHub Profile
16:02:04.088 [qtp1044036744-13] ERROR g.c.controller.DashboardController - Catch unhandled error in request: Request(GET //localhost:8081/dashboard/pulls)@308e07be
java.lang.StackOverflowError: null
at slick.jdbc.JdbcStatementBuilderComponent$QueryBuilder.expr(JdbcStatementBuilderComponent.scala:298)
at slick.jdbc.H2Profile$QueryBuilder.expr(H2Profile.scala:99)
at slick.jdbc.JdbcStatementBuilderComponent$QueryBuilder.$anonfun$expr$8(JdbcStatementBuilderComponent.scala:381)
at slick.jdbc.JdbcStatementBuilderComponent$QueryBuilder.$anonfun$expr$8$adapted(JdbcStatementBuilderComponent.scala:381)
at slick.util.SQLBuilder.sep(SQLBuilder.scala:31)
at slick.jdbc.JdbcStatementBuilderComponent$QueryBuilder.expr(JdbcStatementBuilderComponent.scala:381)
at slick.jdbc.H2Profile$QueryBuilder.expr(H2Profile.scala:99)
at slick.jdbc.JdbcStatementBuilderComponent$QueryBuilder.$anonfun$expr$8(JdbcStatementBuilderComponent.scala:381)
# -*- coding: utf-8 -*-
# http://www.chazine.com/archives/3630
import json
import logging
import multiprocessing
import os.path
import re
import sys