slrendell
slrendell
I’m getting the same issue whilst running the sample code. Any fixes yet?
My mistake. I was checking against the full url, ‘http://facebook.com/‘, rather than just ‘/‘. Working properly now, although not thoroughly tested yet.
I got this working by changing line 240 from "status,message = open_port(service_url, args.eport... " to "status,message = open_port(path, args.eport... ". I think get_wanip_path(path) in line 224 is causing a problem....