Skip to content

Support non-default ports for the Discovery Service #356

Support non-default ports for the Discovery Service

Support non-default ports for the Discovery Service #356

GitHub Actions / Test Results failed Jul 18, 2025 in 0s

3 errors, 221 pass in 19s

   10 files  ±  0     10 suites  ±0   19s ⏱️ -2s
  224 tests +  3    221 ✅ ±  0  0 💤 ±0  0 ❌ ±0   3 🔥 + 3 
1 740 runs   - 420  1 728 ✅  - 432  0 💤 ±0  0 ❌ ±0  12 🔥 +12 

Results for commit 88c7216. ± Comparison against earlier commit f21d54a.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs with error: tests.unit.test_convert

test_results/nipanel-ubuntu-latest-py3.9.xml [took 0s]
test_results/nipanel-windows-latest-py3.9.xml [took 0s]
Raw output
collection failure
collection failure
tests\unit\test_convert.py:19: in <module>
    import nipanel._convert
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
tests\unit\test_convert.py:19: in <module>
    import nipanel._convert
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs with error: tests.unit.test_streamlit_panel

test_results/nipanel-ubuntu-latest-py3.9.xml [took 0s]
test_results/nipanel-windows-latest-py3.9.xml [took 0s]
Raw output
collection failure
collection failure
tests\unit\test_streamlit_panel.py:9: in <module>
    from nipanel import StreamlitPanel, StreamlitPanelValueAccessor
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
tests\unit\test_streamlit_panel.py:9: in <module>
    from nipanel import StreamlitPanel, StreamlitPanelValueAccessor
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs with error: tests.unit.test_streamlit_panel_value_accessor

test_results/nipanel-ubuntu-latest-py3.9.xml [took 0s]
test_results/nipanel-windows-latest-py3.9.xml [took 0s]
Raw output
collection failure
collection failure
tests\unit\test_streamlit_panel_value_accessor.py:3: in <module>
    from nipanel import StreamlitPanelValueAccessor
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
tests\unit\test_streamlit_panel_value_accessor.py:3: in <module>
    from nipanel import StreamlitPanelValueAccessor
src\nipanel\__init__.py:7: in <module>
    from nipanel._streamlit_panel_initializer import create_panel, get_panel_accessor
src\nipanel\_streamlit_panel_initializer.py:9: in <module>
    from nipanel.streamlit_refresh import initialize_refresh_component
src\nipanel\streamlit_refresh\__init__.py:11: in <module>
    class _ServiceResolver:
src\nipanel\streamlit_refresh\__init__.py:13: in _ServiceResolver
    _panel_service_proxy_location: ClassVar[str | None] = None
E   TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'