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

Can't see images #14

Closed
PixsaOJ opened this issue Oct 21, 2021 · 9 comments
Closed

Can't see images #14

PixsaOJ opened this issue Oct 21, 2021 · 9 comments

Comments

@PixsaOJ
Copy link

PixsaOJ commented Oct 21, 2021

Thumbnails are shown, but when I open the reader no images are displayed, here is error log from ADB:

10-22 00:10:31.379 13417 13442 E flutter : [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: DioError [DioErrorType.other]: RangeError (index): Invalid value: Only valid value is 0: 1
10-22 00:10:31.379 13417 13442 E flutter : #0      _GrowableList.[] (dart:core-patch/growable_array.dart:254)
10-22 00:10:31.379 13417 13442 E flutter : #1      RequestOptions.uri (package:dio/src/options.dart:540)
10-22 00:10:31.379 13417 13442 E flutter : #2      DefaultHttpClientAdapter.fetch (package:dio/src/adapters/io_adapter.dart:35)
10-22 00:10:31.379 13417 13442 E flutter : #3      DioMixin._dispatchRequest (package:dio/src/dio_mixin.dart:632)
10-22 00:10:31.379 13417 13442 E flutter : <asynchronous suspension>
10-22 00:10:31.379 13417 13442 E flutter : #4      DioMixin.fetch.<anonymous closure>.<anonymous closure> (package:dio/src/dio_mixin.dart:586)
10-22 00:10:31.379 13417 13442 E flutter : <asynchronous suspension>
10-22 00:10:31.379 13417 13442 E flutter :
10-22 00:10:31.379 13417 13442 E flutter : #0      DioMixin.fetch.<anonymous closure> (package:dio/src/dio_mixin.dart:618)
10-22 00:10:31.379 13417 13442 E flutter : #1      _rootRunBinary (dart:async/zone.dart:1378)
10-22 00:10:31.379 13417 13442 E flutter : #2      _CustomZone.runBinary (dart:async/zone.dart:1272)
10-22 00:10:31.379 13417 13442 E flutter : #3      _FutureListener.handleError (dart:async/future_impl.dart:169)
10-22 00:10:31.379 13417 13442 E flutter : #4      Future._propagateToListeners.handleError (dart:async/future_impl.dart:719)
10-22 00:10:31.379 13417 13442 E flutter : #5      Future._propagateToListeners (dart:async/future_impl.dart:740)
10-22 00:10:31.379 13417 13442 E flutter : #6      Future._completeError (dart:async/future_impl.dart:550)
10-22 00:10:31.379 13417 13442 E flutter : #7      _SyncCompleter._completeError (dart:async/future_impl.dart:61)
10-22 00:10:31.379 13417 13442 E flutter : #8      _Completer.completeError (dart:async/future_impl.dart:33)
10-22 00:10:31.379 13417 13442 E flutter : #9      Future.any.onError (dart:async/future.dart:466)
10-22 00:10:31.379 13417 13442 E flutter : #10     _rootRunBinary (dart:async/zone.dart:1378)
10-22 00:10:31.379 13417 13442 E flutter : #11     _CustomZone.runBinary (dart:async/zone.dart:1272)
10-22 00:10:31.379 13417 13442 E flutter : #12     _FutureListener.handleError (dart:async/future_impl.dart:169)
10-22 00:10:31.379 13417 13442 E flutter : #13     Future._propagateToListeners.handleError (dart:async/future_impl.dart:719)
10-22 00:10:31.379 13417 13442 E flutter : #14     Future._propagateToListeners (dart:async/future_impl.dart:740)
10-22 00:10:31.379 13417 13442 E flutter : #15     Future._completeError (dart:async/future_impl.dart:550)
10-22 00:10:31.379 13417 13442 E flutter : #16     Future._chainForeignFuture.<anonymous closure> (dart:async/future_impl.dart:495)
10-22 00:10:31.379 13417 13442 E flutter : #17     _rootRun (dart:async/zone.dart:1354)
10-22 00:10:31.379 13417 13442 E flutter : #18     _CustomZone.run (dart:async/zone.dart:1258)
10-22 00:10:31.379 13417 13442 E flutter : #19     _CustomZone.runGuarded (dart:async/zone.dart:1162)
10-22 00:10:31.379 13417 13442 E flutter : #20     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1202)
10-22 00:10:31.379 13417 13442 E flutter : #21     _microtaskLoop (dart:async/schedule_microtask.dart:40)
10-22 00:10:31.379 13417 13442 E flutter : #22     _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)
10-22 00:10:31.379 13417 13442 E flutter :

Also, Export downloads not working too, I get empty folders.

@gsioteam
Copy link
Owner

gsioteam commented Oct 23, 2021

I'd like to know more information.
Which plugin are you using? And which UI is this problem appear on? (the book interface or the picture viewer interface or others?)

@gsioteam
Copy link
Owner

And also include your app version.

@PixsaOJ
Copy link
Author

PixsaOJ commented Oct 23, 2021

F-Droid version of Kinoko 3.0.1.53.
Android: MIUI Global 12.0.4 stable (10QKQ1)

Repos: nh***ai and Kuk**m (I'm not going to write them here :D )

I noticed, the first one just has broken images, but second repository says 0/0 and it's loading forever.

I am talking about full view, when I am on a manga page and start reading it, where you scroll through pictures.

@PixsaOJ
Copy link
Author

PixsaOJ commented Oct 23, 2021

DM5 repo worked !

@gsioteam
Copy link
Owner

This problem is not happen to me, the problem may be caused by the bad network. You can try to upgrade the plugin. And upgrade the application the last application version is v3.0.4. The version in the fdroid has not been updated.

@PixsaOJ
Copy link
Author

PixsaOJ commented Oct 24, 2021

It's definitely not a network problem. But ill try upgrading

@PixsaOJ
Copy link
Author

PixsaOJ commented Oct 24, 2021

Same on latest version. If you need any more info, I can provide.

@gsioteam
Copy link
Owner

I am sorry for my gaffe. The problem is actually exist. I have update the expired plugins, you can upgrade them.

@PixsaOJ
Copy link
Author

PixsaOJ commented Oct 25, 2021

Worked, Thanks !

@PixsaOJ PixsaOJ closed this as completed Oct 25, 2021
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

No branches or pull requests

2 participants