chenzhr
Results
2
issues of
chenzhr
我设置了代理, 但是bot无法启动 `Error: Initialization failed, check your network and Telegram token Caused by: A method call failed because of a network error: error trying to connect: invalid dnsname`, 我该如何解决呢
hello, i define a case class: ``` import pureconfig._ import pureconfig.generic.auto._ case class DbConfig(host: String, port: Int, database: String, user: String, pwd: String, schema: String ) val conf = ConfigSource.resources("postgis.conf").load[DbConfig]...