Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Arg Parsing Doesn't like -p Argument for server.js #224

Closed
penguinho opened this issue Mar 6, 2013 · 3 comments
Closed

New Arg Parsing Doesn't like -p Argument for server.js #224

penguinho opened this issue Mar 6, 2013 · 3 comments
Labels
Bug a problem that needs fixing

Comments

@penguinho
Copy link
Member

error: uncaughtException date=Wed Mar 06 2013 09:14:26 GMT-0800 (PST), pid=29435, uid=2200, gid=20, cwd=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium, execPath=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node/bin/node, version=v0.8.21, argv=[/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node/bin/node, /Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, -a, 10.200.128.116, -p, 4723, --verbose], rss=26464256, heapTotal=18586752, heapUsed=10105988, loadavg=[0.5322265625, 0.49609375, 0.484375], uptime=1892730, trace=[column=13, file=net.js, function=Server.listen, line=975, method=listen, native=false, column=14, file=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, function=next, line=74, method=null, native=false, column=7, file=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, function=main, line=89, method=null, native=false, column=5, file=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, function=doWarpCheck, line=22, method=null, native=false, column=3, file=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, function=main, line=71, method=null, native=false, column=3, file=/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js, function=, line=100, method=null, native=false, column=26, file=module.js, function=Module._compile, line=449, method=_compile, native=false, column=10, file=module.js, function=Object.Module._extensions..js, line=467, method=Module._extensions..js, native=false, column=32, file=module.js, function=Module.load, line=356, method=load, native=false, column=12, file=module.js, function=Function.Module._load, line=312, method=Module._load, native=false], stack=[Error: Invalid listen argument: 4723, at Server.listen (net.js:975:13), at next (/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js:74:14), at main (/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js:89:7), at doWarpCheck (/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js:22:5), at main (/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js:71:3), at Object. (/Users/danc/Library/Developer/Xcode/DerivedData/Appium-fywxsjnaovisfmbkpifbkmwiwdaq/Build/Products/Debug/Appium.app/Contents/Resources/node_modules/appium/server.js:100:3), at Module._compile (module.js:449:26), at Object.Module._extensions..js (module.js:467:10), at Module.load (module.js:356:32), at Function.Module._load (module.js:312:12)]

@penguinho
Copy link
Member Author

Guessing a conversion to int is required, not sure where is best to do it

@jlipps
Copy link
Member

jlipps commented Mar 6, 2013

fixed in #225

@jlipps jlipps closed this as completed Mar 6, 2013
@lock
Copy link

lock bot commented May 4, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators May 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug a problem that needs fixing
Projects
None yet
Development

No branches or pull requests

2 participants