ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

opds links go to wrong port #299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create local library (using Calibre) on lan at 10.0.1.5:8080
2. Set up ebookdroid to point to library
3. Drill down to, say, "Books sorted by Title"

What is the expected output?
Should get to new page listing books

What do you see instead?
== OPDS Error ==
/10.0.1.5:80 - Connection refused

What version of the product are you using?
1.5.1

On what operating system?
Android 2.2.1

What device are you using?
Notion Ink Adam

Please provide any additional information below.
I followed up with Moonreader, and it works fine.

The link in the opds feed is relative:
  <entry>
    <title>By Title</title>
    <id>calibre-navcatalog:2f6ad945151cb77327f0a8b06e618698991476f6</id>
    <updated>2012-08-31T22:53:46+00:00</updated>
    <content type="text">Books sorted by Title</content>
    <link href="/opds/navcatalog/4f7469746c65" type="application/atom+xml;type=feed;profile=opds-catalog"/>
  </entry>

Original issue reported on code.google.com by neil.bry...@gmail.com on 31 Aug 2012 at 11:16

GoogleCodeExporter commented 9 years ago
Fixed in trunk. Use 1.5.2-dev

Original comment by Alexander.V.Kasatkin@gmail.com on 1 Sep 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by Alexander.V.Kasatkin@gmail.com on 2 Sep 2012 at 12:38