-
Notifications
You must be signed in to change notification settings - Fork 9
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
watcher api ValueError: UNAUTHORIZED #3
Comments
Hi @prokocool1987 , |
Hello, Vadim. Thank you for your reply. These variables are set. And i can make a GET request via web api swagger with this credentials, but my POST request in watcher section return 401 error. |
@prokocool1987, I guess that something is wrong with Quagga's output. Try to test it like this:
Make sure that you get OSPF LSDB from quagga instance
Try to POST your OSPF LSDB
The error states that something is wrong with |
@Vadims06 , i've done tests:
LS age: 78 Number of Links: 0 OSPF Router with ID (172.20.0.1)
|
@prokocool1987 I guess that you already set TEST_MODE to "False", right? |
@Vadims06 , you're right. I don't setup a gre runnel. After i did it, the watcher container works fine. Thank you for your support. The issue can be closed. |
@prokocool1987, I improved an error message to get a better understanding of the issue. If GRE tunnel is not ready and no OSPF neighbors, ospfwatcher will print:
Could you please share your experience of OSPFWatcher installation, was it difficult to setup, is it enough to configure Quagga via |
Hello,
i've get an issue with a watcher container. it restarts cyclically with the error:
UNAUTHORIZED, Graph Parsing was unsuccessful
graph_obj = GraphFromTopolograph()
File "/home/watcher/watcher/Helper.py", line 705, in init
self.init_graph()
File "/home/watcher/watcher/Helper.py", line 735, in init_graph
raise ValueError(f"{r_post.reason}, {_error}")
ValueError: UNAUTHORIZED, Graph Parsing was unsuccessful
Login and pass are correct and i've added source networks via web form. I'm using a topolograph docker version.
The text was updated successfully, but these errors were encountered: