-
Notifications
You must be signed in to change notification settings - Fork 3
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
FormatException: Invalid radix-10 number (at character 4) #26
Labels
bug
Something isn't working
Comments
I will fix it later, thanks |
Plz fix it ASAP |
It will be in few hours |
Thanks a lot |
crifurch
added a commit
that referenced
this issue
May 19, 2024
@Al4AMD check 0.7.4 |
Thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. i am using your package and in the 0.5.2 version, everything was okay but in new update, the downloadStream has a bug, or maybe my code has an error but i can't get anything out of it.
This is my code:
my scenario is to parse this callback log into lists inorder to build a better graphical interface.
"drwxr-xr-x 2 0 0 32768 May 15 2024 full_logs\r\n
drwxr-xr-x 2 0 0 32768 May 14 2024 audio\r\n
drwxr-xr-x 2 0 0 32768 May 13 2024 buffered\r\n
drwxr-xr-x 2 0 0 32768 May 12 2024 config\r\n
-rw-rw-rw- 2 0 0 32768 May 11 2024 shahed.dat\r\n
-rwxr-xr-x 2 0 0 32768 May 10 2024 ENC.opus\r\n"
i will split each part into its own list. but when i want to download the file, i get this error:
E/flutter (32191): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Invalid radix-10 number (at character 5)
E/flutter (32191): 7202024
E/flutter (32191): ^
E/flutter (32191):
E/flutter (32191): #0 int._handleFormatError (dart:core-patch/integers_patch.dart:127:5)
E/flutter (32191): #1 int._parseRadix (dart:core-patch/integers_patch.dart:171:16)
E/flutter (32191): #2 int._parse (dart:core-patch/integers_patch.dart:99:12)
E/flutter (32191): #3 int.parse (dart:core-patch/integers_patch.dart:61:12)
E/flutter (32191): #4 FtpFile.size (package:pure_ftp/src/file_system/entries/ftp_file.dart:82:16)
E/flutter (32191):
E/flutter (32191): #5 FtpTransfer.downloadFileStream. (package:pure_ftp/src/file_system/ftp_transfer.dart:30:28)
E/flutter (32191):
and then timeout error.
but it was fine in previous versions
The text was updated successfully, but these errors were encountered: