Dear Sirs,
I was enjoying plotly on my desktop during tutorials. Now I decided to test dash on the shared web hosting. Before sending this post;
I did an example with flask, it works
I find an example for ploty with flask, it works
But some how dash with basic sample code, it fails and gives following error;
## Incomplete response received from application
I see this error when I visit apps home page.
When I run;
python myapp.py
no error and localhost starts. Unfortunately I can not browse localhost due to I am the shared hosting environment.
When I check python apps log, I see following error; Any idea?
Best Regards
App 419512 output: import sys, os, io, re, imp, threading, signal, traceback, socket, select, struct, logging, errno
App 419512 output: [ pid=419512, time=2020-05-03 04:00:54,970 ]: WSGI application raised an exception!
App 419512 output: Traceback (most recent call last):
App 419512 output: File “/opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py”, line 199, in main_loop
App 419512 output: socket_hijacked = self.process_request(env, input_stream, client)
App 419512 output: File “/opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py”, line 333, in process_request
App 419512 output: result = self.app(env, start_response)
App 419512 output: TypeError: ‘Dash’ object is not callable
App 436079 output: /opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module’s documentation for alternative uses
App 436079 output: import sys, os, io, re, imp, threading, signal, traceback, socket, select, struct, logging, errno
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /etc/profile: fork: retry: Resource temporarily unavailable
App 436425 output: /opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module’s documentation for alternative uses
App 436425 output: import sys, os, io, re, imp, threading, signal, traceback, socket, select, struct, logging, errno
App 449295 output: /opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module’s documentation for alternative uses
App 449295 output: import sys, os, io, re, imp, threading, signal, traceback, socket, select, struct, logging, errno
App 449295 output: [ pid=449295, time=2020-05-03 04:06:40,589 ]: WSGI application raised an exception!
App 449295 output: Traceback (most recent call last):
App 449295 output: File “/opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py”, line 199, in main_loop
App 449295 output: socket_hijacked = self.process_request(env, input_stream, client)
App 449295 output: File “/opt/passenger-5.3.7-9.el6.cloudlinux/src/helper-scripts/wsgi-loader.py”, line 333, in process_request
App 449295 output: result = self.app(env, start_response)
App 449295 output: TypeError: ‘Dash’ object is not callable
1 post - 1 participant