This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-02-05T09:26:58.000000+00:00 app[api]: Build started by user [email protected] | |
2019-02-05T09:27:34.375327+00:00 heroku[bot.1]: Starting process with command `python main.py` | |
2019-02-05T09:27:34.988297+00:00 heroku[bot.1]: State changed from starting to up | |
2019-02-05T09:27:39.290332+00:00 heroku[bot.1]: Process exited with status 1 | |
2019-02-05T09:27:39.094887+00:00 app[bot.1]: Traceback (most recent call last): | |
2019-02-05T09:27:39.094915+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 76, in start | |
2019-02-05T09:27:39.095377+00:00 app[bot.1]: stdin=PIPE) | |
2019-02-05T09:27:39.095394+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/subprocess.py", line 769, in __init__ | |
2019-02-05T09:27:39.096199+00:00 app[bot.1]: restore_signals, start_new_session) | |
2019-02-05T09:27:39.096230+00:00 app[bot.1]: File "/app/.heroku/python/lib/python3.7/subprocess.py", line 1516, in _execute_child |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am peacock0803sz on github. | |
* I am peacock0803sz (https://keybase.io/peacock0803sz) on keybase. | |
* I have a public key ASCca9UN7lDX9LwkVkH4EQ09JvCnEzgHAAF9foFfZHyCCgo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const Slack = require('slack-node'); | |
const request = require('request'); | |
const fs = require('fs'); | |
// 最初にimageフォルダ作成 | |
try { | |
fs.mkdirSync('image'); | |
} catch (e) { | |
// ignore |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// editor | |
"editor.fontSize": 16, | |
"terminal.integrated.fontSize": 16, | |
"editor.scrollBeyondLastLine": false, | |
// scm | |
// workbench | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.iconTheme": "material-icon-theme", |
NewerOlder