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

Nothing works if a proxy presents in the network #545

Closed
vasily-kirichenko opened this issue Sep 18, 2017 · 2 comments
Closed

Nothing works if a proxy presents in the network #545

vasily-kirichenko opened this issue Sep 18, 2017 · 2 comments

Comments

@vasily-kirichenko
Copy link
Contributor

Resolving startup promise because FSAC printed the 'listener started' message
[I] 2017-09-18T10:04:53.0754169Z: listener started in 31.001 ms with binding 127.0.0.1:8499 [Suave.Tcp.tcpIpServer]
[13:04:52 INFO ] Logging to output at level INFO. If you want detailed messages, try level DEBUG.
[13:04:53 ERROR] RES (001) <- {project} ERROR in 37 ms: Error: Request failed with status code 401 Data=undefined
[13:04:58 ERROR] RES (002) <- {project} ERROR in 38 ms: Error: Request failed with status code 401 Data=undefined
[13:05:01 ERROR] RES (003) <- {project} ERROR in 18 ms: Error: Request failed with status code 401 Data=undefined
[13:05:04 ERROR] RES (004) <- {tooltip} ERROR in 10 ms: Error: Request failed with status code 401 Data=undefined
[13:05:04 ERROR] RES (005) <- {symboluse} ERROR in 24 ms: Error: Request failed with status code 401 Data=undefined
[13:05:04 ERROR] RES (006) <- {tooltip} ERROR in 64 ms: Error: Request failed with status code 401 Data=undefined
[13:05:04 ERROR] RES (007) <- {tooltip} ERROR in 113 ms: Error: Request failed with status code 401 Data=undefined
[13:05:05 ERROR] RES (008) <- {tooltip} ERROR in 45 ms: Error: Request failed with status code 401 Data=undefined
[13:05:07 ERROR] RES (009) <- {tooltip} ERROR in 9 ms: Error: Request failed with status code 401 Data=undefined
[13:05:08 ERROR] RES (010) <- {project} ERROR in 25 ms: Error: Request failed with status code 401 Data=undefined
[13:05:10 ERROR] RES (011) <- {project} ERROR in 8 ms: Error: Request failed with status code 401 Data=undefined
[13:05:10 ERROR] RES (012) <- {tooltip} ERROR in 15 ms: Error: Request failed with status code 401 Data=undefined
[13:05:12 ERROR] RES (013) <- {tooltip} ERROR in 8 ms: Error: Request failed with status code 401 Data=undefined
[13:05:13 ERROR] RES (014) <- {symboluse} ERROR in 8 ms: Error: Request failed with status code 401 Data=undefined
[13:05:13 ERROR] RES (015) <- {tooltip} ERROR in 10 ms: Error: Request failed with status code 401 Data=undefined
[13:05:28 ERROR] RES (016) <- {project} ERROR in 151 ms: Error: Request failed with status code 401 Data=undefined
[13:05:49 ERROR] RES (017) <- {project} ERROR in 98 ms: Error: Request failed with status code 401 Data=undefined
[13:05:50 ERROR] RES (018) <- {project} ERROR in 16 ms: Error: Request failed with status code 401 Data=undefined

This bug prevents using Ionide completely.

@vasily-kirichenko
Copy link
Contributor Author

Solved:

set http_proxy=
. code

@enricosada
Copy link
Contributor

maybe is a dupe of #272 ?

@vasily-kirichenko can you try restrict the error to know if is ionide's side (the js http call) or fsac side (how suave expose the binding)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants