Invalid character in cookie value #8
Comments
Could you paste the stacktrace ? |
Unhandled exception: |
i have same error |
[ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception: |
@jave1987 what's your request url ? |
I fix it , there is '@' in url |
Can confirm the same error with Instagram and other sites. edit: This seems to stem from an issue in dart's standard library. I created a push request with a fix here: dart-lang/sdk#33765 |
@thismachinechills |
I have encountered the same problem, how to solve it ... |
In my box I run the code as follows: try {
Response r = await dio.get("https://www.instagram.com");
print(r.headers);
}on DioError catch(e){
print(e);
print(e.response.statusCode);
} It works well,and the log:
my dart version:
It seems to be the lower version Dart SDK bug, and has been fixed dart-lang/sdk@a9ad427. |
Fixed, dart-lang/sdk#33765 |
This happens again when using the cookie_manager interceptor. Stacktrace:
Steps to reproduce:
|
Invalid character in cookie value, code unit: '34'
The text was updated successfully, but these errors were encountered: