質問編集履歴
1
エラー詳細の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,61 @@
|
|
9
9
|
**「zendesk_api is ssl only; url must begin with https://」**
|
10
10
|
のエラーが出てしまいます。
|
11
11
|
|
12
|
+
```
|
13
|
+
ArgumentError: zendesk_api is ssl only; url must begin with https://
|
14
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/zendesk_api-1.14.2/lib/zendesk_api/client.rb:188:in `check_url'
|
15
|
+
/Usersmy_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/zendesk_api-1.14.2/lib/zendesk_api/client.rb:91:in `initialize'
|
16
|
+
/Users/my_com/projects/anny-magazine/config/initializers/zendesk.rb:3:in `new'
|
17
|
+
/Users/my_com/projects/anny-magazine/config/initializers/zendesk.rb:3:in `<top (required)>'
|
18
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
|
19
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
|
20
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
|
21
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
|
22
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
|
23
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
|
24
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
|
25
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
|
26
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
|
27
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
|
28
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
|
29
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
|
30
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
|
31
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
|
32
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
|
33
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from'
|
34
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
|
35
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:421:in `block in each_strongly_connected_component_from'
|
36
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
|
37
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
|
38
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:415:in `call'
|
39
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:415:in `each_strongly_connected_component_from'
|
40
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
|
41
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `each'
|
42
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `call'
|
43
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
|
44
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
|
45
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
|
46
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
|
47
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
|
48
|
+
/Users/my_com/projects/anny-magazine/config/environment.rb:5:in `<top (required)>'
|
49
|
+
/Users/my_com/projects/anny-magazine/config.ru:3:in `require'
|
50
|
+
/Users/my_com/projects/anny-magazine/config.ru:3:in `block in <main>'
|
51
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
|
52
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
|
53
|
+
/Users/my_com/projects/anny-magazine/config.ru:1:in `new'
|
54
|
+
/Users/my_com/projects/anny-magazine/config.ru:1:in `<main>'
|
55
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/rack/adapter/loader.rb:33:in `eval'
|
56
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/rack/adapter/loader.rb:33:in `load'
|
57
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/rack/adapter/loader.rb:42:in `for'
|
58
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:170:in `load_adapter'
|
59
|
+
/Users/cmy_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:74:in `start'
|
60
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/thin/runner.rb:200:in `run_command'
|
61
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/lib/thin/runner.rb:156:in `run!'
|
62
|
+
/Users/my_com/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/thin-1.7.0/bin/thin:6:in `<top (required)>'
|
63
|
+
/Users/my_com/.rbenv/versions/2.3.0/bin/thin:23:in `load'
|
64
|
+
/Users/my_com/.rbenv/versions/2.3.0/bin/thin:23:in `<top (required)>'
|
65
|
+
```
|
66
|
+
|
12
67
|
設定ファイルは、公式Githubリポジトリに基いて、
|
13
68
|
[zendesk/zendesk_api_client_rb](https://github.com/zendesk/zendesk_api_client_rb)
|
14
69
|
|
@@ -66,9 +121,11 @@
|
|
66
121
|
bundle exec thin start --ssl -p 3001
|
67
122
|
```
|
68
123
|
を利用して、localでもhttpsで立ち上げをしようとするのですが、
|
124
|
+
```
|
125
|
+
bundle exec thin start --ssl -p 3001
|
126
|
+
Using rack adapter
|
127
|
+
bundler: failed to load command: thin (/Users/mycon/.rbenv/versions/2.3.0/bin/thin)
|
69
128
|
```
|
70
|
-
failed to load command: thin (/Users/my_computer/.rbenv/versions/2.3.0/bin/thin)
|
71
|
-
```
|
72
129
|
|
73
130
|
のエラーが出て、上手く立ち上がりません。
|
74
131
|
|