robertcsapo

Results 18 comments of robertcsapo

Have you figured out the race condition yet? ``` ~/bgp-dashboard# docker-compose up | grep -i "exited with code 0" Starting bgpdashboard_data_1 Starting bgpdashboard_mongo_1 Starting bgpdashboard_flask_1 Starting bgpdashboard_gobgp_1 bgpdashboard_data_1 exited with...

I missed this issue, but I've created another issue. As this blocks python 3.10 support for ```faunadb-python``` - https://github.com/fauna/faunadb-python/issues/220#issue-1097221354

I've replaced hyper with [httpx](https://github.com/encode/httpx/) in my fork and it seems to work. ```python doc = client.query(q.get(q.ref(q.collection("customers"), "101"))) indexes = client.query(q.paginate(q.indexes())) options = {"fields": ["document", "diff", "action"]} stream = client.stream(doc["ref"],...

@JoelRiglerIG seems like this was fixed in commit 276c8a75e8f7ab4b64b2102a1b64ad162dbf4411 ``` /dne-dna-code/intro-dnac/04_Cmd_Runner# python cmd_runner.py hostname id 3504_WLC 72dc1f0a-e4da-4ec3-a055-822416894dd5 AAA 3dd27ed6-44f9-486d-abaf-a779781431a0 leaf2.abc.inc 5bc5b967-3f83-4195-891c-788f3e9048f3 spine1.abc.inc 2f0b7d3b-c9e1-491e-a584-f272b5403719 ```

Could you share the console logs from NetBox as you go to the Status page? What version of this plugin are you running?

thanks, i'll try to reproduce this.

I haven't been able to reproduce this problem. The plugin was also tested with Cisco DNA Center version 2.3.4.0

I'll try to look if there's any pagination needed for 1000 devices

@netzbus it might be that the sites isn't properly synced. If you look at Cisco DNA Center and Netbox sites/location, do they match in name and count? Because it's trying...

@netzbus @rcalma Could you try with latest version? ```pip3 install ciscodnacnetbox==3.2.2``` I've tested this with Cisco DNA Center Sandbox (sandboxdnac.cisco.com).