Dustin Ward

Results 8 comments of Dustin Ward

@jakekausler Are you using UTC in the since time? It looks like the lib is converting to epoch time but doesnt account for Timezone as it doesn't know what timezone...

The library is taking the input and calling the API directly, so I would venture to guess it has something to do with the way the remote API handles the...

@fronzbot It does look like maybe we can pass in an offset timestamp possibly instead of a unix timestamp according to this API string. I haven't tried it yet so...

I have tried all kinds of date formats, api options, header options and nothing seems to change the response. It looks like it is downloading the same video files no...

Here is the relevant endpoint. If I have some time this weekend, I will give it a shot. ```@POST("https://rest-{tier}.immedia-semi.com/api/v1/accounts/{injected_account_id}/media/delete") Call deleteMediaCall(@Body MediaIdListBody paramMediaIdListBody); @SerializedName("lv_discard") private final Boolean localViewDiscard; @SerializedName("media_list") private...

Possibly related to this? https://github.com/seccomp/libseccomp/commit/7780b0853eff8521bbf79611656c68fadc1dab3d

I was able to get this running on Ubuntu 20.04 arm64 on a raspberry pi 4 by doing the following. 1. `sudo apt-get install libseccomp-dev` 2. Adding the environment variables...

> Can you submit PR for the fix please ? I can. I will get it done sometime tommorrow.