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

java.util.MissingFormatArgumentException: Format specifier: 253D #524

Closed
oceanzhang01 opened this issue Mar 26, 2017 · 1 comment
Closed
Labels

Comments

@oceanzhang01
Copy link

java.util.MissingFormatArgumentException: Format specifier: 253D
at java.util.Formatter.getArgument(Formatter.java:1111)
at java.util.Formatter.doFormat(Formatter.java:1076)
at java.util.Formatter.format(Formatter.java:1042)
at java.util.Formatter.format(Formatter.java:1011)
at java.lang.String.format(String.java:2033)
at com.liulishuo.filedownloader.util.FileDownloadUtils.formatString(FileDownloadUtils.java:333)
at com.liulishuo.filedownloader.util.FileDownloadLog.log(FileDownloadLog.java:67)
at com.liulishuo.filedownloader.util.FileDownloadLog.log(FileDownloadLog.java:58)
at com.liulishuo.filedownloader.util.FileDownloadLog.w(FileDownloadLog.java:50)
at com.liulishuo.filedownloader.message.MessageSnapshotTaker.take(MessageSnapshotTaker.java:177)
at com.liulishuo.filedownloader.services.FileDownloadRunnable.onStatusChanged(FileDownloadRunnable.java:827)
at com.liulishuo.filedownloader.services.FileDownloadRunnable.onError(FileDownloadRunnable.java:746)
at com.liulishuo.filedownloader.services.FileDownloadRunnable.loop(FileDownloadRunnable.java:402)
at com.liulishuo.filedownloader.services.FileDownloadRunnable.run(FileDownloadRunnable.java:222)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:848)

@Jacksgong
Copy link
Collaborator

This problem has been fixed on the 1.5.1. thanks for your raise this issue.

the commit: 70c436d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants