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
Describe the bug
I get the "sorry" message when a port is being used and I try to start an app.
name = "wick"
operating_system = "Mac OS 13.4.0 [64-bit]"
crate_version = "0.10.0"
explanation = """
Panic occurred in file '/Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.26/src/server/server.rs' at line 79
"""
cause = "error binding to 0.0.0.0:8080: error creating server listener: Address already in use (os error 48)"
method = "Panic"
backtrace = """
0: 0x105b3ec54 - __mh_execute_header
1: 0x105b365d8 - __mh_execute_header
2: 0x10591cecc - __mh_execute_header
3: 0x10591bd84 - __mh_execute_header
4: 0x105391cdc - __mh_execute_header
5: 0x10539837c - __mh_execute_header
6: 0x105382fd8 - __mh_execute_header
7: 0x105382d40 - __mh_execute_header
8: 0x105343094 - __mh_execute_header
9: 0x1831e7fa8 - __pthread_joiner_wake"""
To Reproduce
Make a wick app or other service listen on port 8080, then try to start another one on 8080 using wick.
Expected behavior
Just an error message that the port is being used is sufficient.
Actual behavior
Well, this is embarrassing.
wick had a problem and crashed. To help us diagnose the problem you can send us a crash report.
We have generated a report file at "/var/folders/sw/lp7r36617yjbtmzgk45sg3ww0000gn/T/report-70d944e4-389b-42d5-b17c-44fd62572e6d.toml". Submit an issue or email with the subject of "wick Crash Report" and include the report as an attachment.
- Homepage: https://github.com/candlecorp/wick
- Authors: wick authors
We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.
Thank you kindly!
Environment:
OS
Architecture
Build Version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I get the "sorry" message when a port is being used and I try to start an app.
To Reproduce
Make a wick app or other service listen on port 8080, then try to start another one on 8080 using wick.
Expected behavior
Just an error message that the port is being used is sufficient.
Actual behavior
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: