Add network interface settings for mDNS/LLMNR #7868
Annotations
10 errors and 1 warning
Run pytest:
tests/api/test_network.py#L30
test_api_network_info
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:39445/network/info'
|
Run pytest:
tests/api/test_network.py#L73
test_api_network_interface_info[eth0]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:40083/network/interface/eth0/info'
|
Run pytest:
tests/api/test_network.py#L73
test_api_network_interface_info[AA:BB:CC:DD:EE:FF]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:46551/network/interface/AA:BB:CC:DD:EE:FF/info'
|
Run pytest:
tests/api/test_network.py#L94
test_api_network_interface_info_default
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:36453/network/interface/default/info'
|
Run pytest:
tests/api/test_network.py#L138
test_api_network_interface_update_mac_or_name[eth0]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:40289/network/interface/eth0/update'
|
Run pytest:
tests/api/test_network.py#L138
test_api_network_interface_update_mac_or_name[AA:BB:CC:DD:EE:FF]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:42641/network/interface/AA:BB:CC:DD:EE:FF/update'
|
Run pytest:
tests/api/test_network.py#L172
test_api_network_interface_update_ethernet
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:40683/network/interface/eth0/update'
|
Run pytest:
tests/api/test_network.py#L251
test_api_network_interface_update_wifi
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:41085/network/interface/wlan0/update'
|
Run pytest:
tests/api/test_network.py#L271
test_api_network_interface_update_wifi_error
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:33281/network/interface/wlan0/update'
|
Run pytest:
tests/api/test_network.py#L285
test_api_network_interface_update_remove
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:41691/network/interface/eth0/update'
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading