You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Plotly Dashboard, we are not able to add RTSP stream as Video input.
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /status HTTP/1.1" 200 -
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /resources HTTP/1.1" 200 -
adding stream /my_stream from source rtsp://admin:[email protected]:554 with model ['ssd-mobilenet-v2']
[2024-09-25 05:49:56,495] ERROR in app: Exception on /streams [POST]
Traceback (most recent call last):
File "/jetson-inference/python/www/dash/server/server.py", line 525, in _add_stream
stream = Stream(self, args['name'], args['source'], args.get('models'))
File "/jetson-inference/python/www/dash/server/stream.py", line 43, in init
video_args += ['--input-codec=mjpeg', '--output-encoder=cpu']
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/jetson-inference/python/www/dash/server/server.py", line 527, in _add_stream
self.alert(f"Error creating stream {args['name']}", level="error", duration=0)
File "/jetson-inference/python/www/dash/server/server.py", line 456, in alert
Log.Error(f"[{self.name}] {text}")
NameError: name 'self' is not defined
127.0.0.1 - - [25/Sep/2024 05:49:56] "POST /streams HTTP/1.1" 500 -
The text was updated successfully, but these errors were encountered:
In Plotly Dashboard, we are not able to add RTSP stream as Video input.
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /status HTTP/1.1" 200 -
127.0.0.1 - - [25/Sep/2024 05:49:56] "GET /resources HTTP/1.1" 200 -
adding stream /my_stream from source rtsp://admin:[email protected]:554 with model ['ssd-mobilenet-v2']
[2024-09-25 05:49:56,495] ERROR in app: Exception on /streams [POST]
Traceback (most recent call last):
File "/jetson-inference/python/www/dash/server/server.py", line 525, in _add_stream
stream = Stream(self, args['name'], args['source'], args.get('models'))
File "/jetson-inference/python/www/dash/server/stream.py", line 43, in init
video_args += ['--input-codec=mjpeg', '--output-encoder=cpu']
TypeError: unsupported operand type(s) for +=: 'NoneType' and 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/jetson-inference/python/www/dash/server/server.py", line 527, in _add_stream
self.alert(f"Error creating stream {args['name']}", level="error", duration=0)
File "/jetson-inference/python/www/dash/server/server.py", line 456, in alert
Log.Error(f"[{self.name}] {text}")
NameError: name 'self' is not defined
127.0.0.1 - - [25/Sep/2024 05:49:56] "POST /streams HTTP/1.1" 500 -
The text was updated successfully, but these errors were encountered: