Skip to content
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

The get_channel_archived_public_threads method doesn't encode the timestamp well #2664

Closed
Kerollmops opened this issue Dec 17, 2023 · 1 comment · Fixed by #2665
Closed

Comments

@Kerollmops
Copy link

While using the Http::get_channel_archived_public_threads method I got an error due to a miss-encoded before argument. The method asks for an Option<u64> but should rather ask for an Option<Timestamp> and encode it in ISO8601 as described in the documentation.

Error: Invalid Form Body (before: Could not parse 1700059153. Should be ISO8601.)

Caused by:
    Invalid Form Body (before: Could not parse 1700059153. Should be ISO8601.)
@mkrasnitski
Copy link
Collaborator

Closed by #2665.

arqunis pushed a commit to arqunis/serenity that referenced this issue Dec 28, 2023
arqunis pushed a commit to arqunis/serenity that referenced this issue Jan 2, 2024
arqunis pushed a commit to arqunis/serenity that referenced this issue Jan 5, 2024
arqunis pushed a commit to arqunis/serenity that referenced this issue Jan 16, 2024
arqunis pushed a commit to arqunis/serenity that referenced this issue Jan 22, 2024
GnomedDev pushed a commit that referenced this issue Feb 9, 2024
arqunis pushed a commit to arqunis/serenity that referenced this issue Mar 1, 2024
GnomedDev pushed a commit that referenced this issue Mar 10, 2024
GnomedDev pushed a commit that referenced this issue Mar 11, 2024
GnomedDev pushed a commit that referenced this issue Mar 11, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Mar 13, 2024
GnomedDev pushed a commit that referenced this issue Mar 13, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Mar 19, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Mar 19, 2024
GnomedDev pushed a commit that referenced this issue Mar 21, 2024
GnomedDev pushed a commit that referenced this issue Mar 25, 2024
GnomedDev pushed a commit that referenced this issue Mar 29, 2024
GnomedDev pushed a commit that referenced this issue Mar 31, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Mar 31, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Apr 1, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue May 14, 2024
GnomedDev pushed a commit that referenced this issue May 14, 2024
GnomedDev pushed a commit that referenced this issue May 23, 2024
GnomedDev pushed a commit that referenced this issue May 28, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Jun 9, 2024
GnomedDev pushed a commit that referenced this issue Jun 22, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Jun 22, 2024
mkrasnitski pushed a commit to mkrasnitski/serenity that referenced this issue Jul 29, 2024
mkrasnitski pushed a commit to mkrasnitski/serenity that referenced this issue Jul 30, 2024
GnomedDev pushed a commit that referenced this issue Aug 16, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Oct 7, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Oct 20, 2024
GnomedDev pushed a commit that referenced this issue Oct 20, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Nov 11, 2024
GnomedDev pushed a commit that referenced this issue Nov 13, 2024
GnomedDev pushed a commit to GnomedDev/serenity that referenced this issue Nov 15, 2024
mkrasnitski pushed a commit to mkrasnitski/serenity that referenced this issue Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants