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
I have found a couple of errors and would like to provide the feedback:
r/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 28, in
target=lambda: self._start_http_server(num_downloads, timeout), daemon=True
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 52, in _start_http_server
module = self.handle_request(sock)
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 90, in handle_request
with open(file_path, "rb") as file:
IsADirectoryError: [Errno 21] Is a directory: '.'
FOUND THIS EXACT SAME ERROR IN DEMO PART 1 while building and also in PYTHON Demo Part 2
.local was not mentioned in the documentation for demo part 2 where port is selected for successful connection.
Had to run build arm64 in demo part 1 multiple times to run successfully.
Run-> Start Debugging-> Select WAMR attach, you can start lldb debugger step failed multiple times like 8-9 times.
Node.main() in demo part 2 was stuck in running and it navigated to main.c where Midokura member instructed to "disconnect", which was not clear or mentioned in documentation.
The text was updated successfully, but these errors were encountered:
Hello,
IP - 172.30.48.23
Port 8101
Hostname - midopi13
I have found a couple of errors and would like to provide the feedback:
r/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 28, in
target=lambda: self._start_http_server(num_downloads, timeout), daemon=True
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 52, in _start_http_server
module = self.handle_request(sock)
File "/usr/local/lib/python3.10/site-packages/wedge_cli/commands/deploy.py", line 90, in handle_request
with open(file_path, "rb") as file:
IsADirectoryError: [Errno 21] Is a directory: '.'
FOUND THIS EXACT SAME ERROR IN DEMO PART 1 while building and also in PYTHON Demo Part 2
.local was not mentioned in the documentation for demo part 2 where port is selected for successful connection.
Had to run build arm64 in demo part 1 multiple times to run successfully.
Run-> Start Debugging-> Select WAMR attach, you can start lldb debugger step failed multiple times like 8-9 times.
Node.main() in demo part 2 was stuck in running and it navigated to main.c where Midokura member instructed to "disconnect", which was not clear or mentioned in documentation.
The text was updated successfully, but these errors were encountered: