質問編集履歴

3

エラーメッセージの変更

2021/01/13 07:21

投稿

jun12
jun12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -62,7 +62,7 @@
62
62
 
63
63
  "severity": 4,
64
64
 
65
- "message": "Import \"voice_generatorr\" could not be resolved",
65
+ "message": "Import \"voice_generator\" could not be resolved",
66
66
 
67
67
  "source": "Pylance",
68
68
 
@@ -72,8 +72,6 @@
72
72
 
73
73
  "endLineNumber": 7,
74
74
 
75
- "endColumn": 22
75
+ "endColumn": 21
76
76
 
77
- }
78
-
79
- ```
77
+ }```

2

エラーコードの追記

2021/01/13 07:21

投稿

jun12
jun12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -30,18 +30,50 @@
30
30
 
31
31
 
32
32
 
33
- ###"Deploy Branch" を実行たときに出たエラーコード
33
+ ###今発生てるエラー
34
34
 
35
35
  ```
36
36
 
37
- Python app detected
37
+ {
38
38
 
39
- ! Requested runtime (Python-3.9.1) is not available for this stack (heroku-18).
39
+ "resource": "/c:/Users/〇〇/Desktop/bot/ProgramFile/readbot.py",
40
40
 
41
- ! Aborting. More info: https://devcenter.heroku.com/articles/python-support
41
+ "owner": "_generated_diagnostic_collection_name_#0",
42
42
 
43
- ! Push rejected, failed to compile Python app.
43
+ "code": {
44
44
 
45
+ "value": "reportMissingImports",
46
+
47
+ "target": {
48
+
45
- ! Push failed
49
+ "$mid": 1,
50
+
51
+ "external": "https://github.com/microsoft/pyright/blob/master/docs/configuration.md",
52
+
53
+ "path": "/microsoft/pyright/blob/master/docs/configuration.md",
54
+
55
+ "scheme": "https",
56
+
57
+ "authority": "github.com"
58
+
59
+ }
60
+
61
+ },
62
+
63
+ "severity": 4,
64
+
65
+ "message": "Import \"voice_generatorr\" could not be resolved",
66
+
67
+ "source": "Pylance",
68
+
69
+ "startLineNumber": 7,
70
+
71
+ "startColumn": 6,
72
+
73
+ "endLineNumber": 7,
74
+
75
+ "endColumn": 22
76
+
77
+ }
46
78
 
47
79
  ```

1

2021/01/13 06:56

投稿

jun12
jun12

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ###質問内容
2
+
1
3
  作成したDiscord BotをHerokuを使って永続稼働させたいです。
2
4
 
3
5
  今GitHubと連携させてやっているのですが、やり方が合っているかわからないです。
@@ -28,7 +30,7 @@
28
30
 
29
31
 
30
32
 
31
- "Deploy Branch" を実行したときに出たエラーコード
33
+ ###"Deploy Branch" を実行したときに出たエラーコード
32
34
 
33
35
  ```
34
36