tanwirahmad

Results 4 issues of tanwirahmad

`Pcapreader()` works fine even if the provided `filename` is in PosixPath or WindowsPath type. Fix #3596 I don't know if this PR requires unit tests. If it does, then please...

### Brief description Pcapreader() is expecting the `fname` parameter to be in `str`. However, after the release of [pathlib](https://docs.python.org/3/library/pathlib.html) in Python 3.4, file paths can exist as `PosixPath` or `WindowsPath`...

Hi, I am using the python client to logout a user using this function `logout()`. After calling this function, the `access_token` remains invalid. I have tried this `anonymous_client.logout_with_request()` function but...

enhancement

Hi, I am using the python client to logout a user. Unfortunately, I am getting the following response from the server. ```json { "fieldErrors":{ "global":[ { "code":"[couldNotConvert]global", "message":"Invalid" } ]...