You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's able to download the first page, but when it gets to page 2 (Page=1&PageToken=PG...) I get back calls: [] in the JSON. When I step through with the debugger the URL looks correct, and querying that URL with different HTTP clients (Insomnia, curl) returns the call records. I suspect the + is getting encoded into %2B too early and then getting encoded again.
Technical details:
twilio-java version: 7.55.0
java version: Adopt JDK 1.11.0-6
The text was updated successfully, but these errors were encountered:
Issue Summary
When filtering a list of calls or messages by the to/from number, when including the leading
+
(E.164 format) the auto-paging breaks.Steps to Reproduce
Code Snippet
This outputs
It's able to download the first page, but when it gets to page 2 (
Page=1&PageToken=PG...
) I get backcalls: []
in the JSON. When I step through with the debugger the URL looks correct, and querying that URL with different HTTP clients (Insomnia, curl) returns the call records. I suspect the+
is getting encoded into%2B
too early and then getting encoded again.Technical details:
The text was updated successfully, but these errors were encountered: