KrisGitHub7 / danbooru-gallery-android

Automatically exported from code.google.com/p/danbooru-gallery-android
0 stars 0 forks source link

v0.1.1-42-gf1a756b - Shimmie API can't display any images #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch application
2. By default selected Gununuboru with Shimmie XML interface
3. No images displayed, see only "Loading page..." toast.

What is the expected output? What do you see instead?
I want images, it gives me infinite toast.

What version of the product are you using? On what operating system?
v0.1.1-42-gf1a756b on Android 3.0.

Please provide any additional information below.
In first launch it is no actually images loaded, I can only see "Loading next 
page..." toast that showed infinitely and nothing happens. So Gununubooru and 
Dollbooru is not working, I can see just "toast". But Safebooru is working just 
fine.

Original issue reported on code.google.com by dmitry.g...@gmail.com on 27 Sep 2011 at 12:33

GoogleCodeExporter commented 8 years ago
sometimes this happens when internet connection isn't available (such as DNS 
resolution failure or network timeout).

you may check `adb logcat` and see if there's
V/DanbooruGallery(13573): DanbooruStyleAPI::fetchPostsIndexXML(): fetching 
http://gununu.nipah.co.uk//rss/images/1

or something like

F/DanbooruGallery(13573): java.net.UnknownHostException: gununu.nipah.co.uk
F/DanbooruGallery(13573):   at 
java.net.InetAddress.lookupHostByName(InetAddress.java:497)
F/DanbooruGallery(13573):   at 
java.net.InetAddress.getAllByNameImpl(InetAddress.java:294)
F/DanbooruGallery(13573):   at 
java.net.InetAddress.getAllByName(InetAddress.java:256)

maybe i can make these error toasts more "informative".

Original comment by pala...@gmail.com on 28 Sep 2011 at 4:16

GoogleCodeExporter commented 8 years ago
I can open http://gununu.nipah.co.uk/ in browser on same device. I'm have not 
see any exceptions about problem of connection or host resolving on logcat.

Original comment by dmitry.g...@gmail.com on 28 Sep 2011 at 9:23

GoogleCodeExporter commented 8 years ago
I have get new version from git (v0.1.3-12-ga5a00e4) and problem is still 
present, but behavior is slightly changed. Here is log file from Android 3.2 
emulator.
I still see toast with text "Loading page...", but thumbnails is not showing in 
list.
Views is not showing and GridView "think" there is end of list reached.

Safebooru is still work well.

Original comment by dmitry.g...@gmail.com on 29 Sep 2011 at 8:42

Attachments:

GoogleCodeExporter commented 8 years ago
check your rating option.

when you set the rating to one (such as "safe") but all items are another 
("questionable" or "explicit"), the unqualified items gets filtered.

Original comment by pala...@gmail.com on 6 Oct 2011 at 5:56

GoogleCodeExporter commented 8 years ago

Original comment by pala...@gmail.com on 7 Oct 2011 at 7:51