Lockness

Results 10 comments of Lockness

For clarification, pnet_datalink IS in my cargo.lock ![image](https://user-images.githubusercontent.com/42625905/182014432-99e22180-d7e8-458a-a13b-7d28bee8be40.png)

This still gives a 500 internal server error (even with bssid supplied). I'm doing some further testing to see if I can get more info. My thoughts is that it's...

How does one enable network flow logging on the client? I've setup a simple http server that gets the contents of the requests but I can't see any network flow...

Still facing this issue. The traceback doesn't point back to langflow, still debugging.

Seems to be from these calls in utils/version.py and api/utils.py. For some reason putting a return at the front doesn't seem to stop them. ![Image](https://github.com/user-attachments/assets/172073f4-773b-4495-b014-e8a228afe7c7) ![Image](https://github.com/user-attachments/assets/6b662821-f600-41fe-ab10-10feccbe8390)

After adding a `return {}` at the start of this function, it works even though the pypi connection errors occur: ![Image](https://github.com/user-attachments/assets/1c1669bf-e3f7-45a5-bada-480516756f09)

This is actually fixed by changing line 109 to True: