Reading List

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
Starf0x
Posts: 8
Joined: Wed Mar 05, 2014 8:59 am

Reading List

Post by Starf0x »

Hi,

When I click a cb in the reading list it errors with:

Code: Select all

404 Not Found

The path '/artistPage' was not found.

Traceback (most recent call last):
  File "/volume1/@appstore/mylar/share/mylar/cherrypy/_cprequest.py", line 645, in respond
    response.body = self.handler()
  File "/volume1/@appstore/mylar/share/mylar/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/volume1/@appstore/mylar/share/mylar/cherrypy/_cperror.py", line 387, in __call__
    raise self
NotFound: (404, u"The path '/artistPage' was not found.")
Powered by CherryPy 3.2.0
What did I do wrong?

Kind Regards, Starf0x
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Reading List

Post by evilhero »

You didn't do anything wrong but found a dead link that should have been fixed awhile ago ;) Although if you're on the Master build, it may have been fixed already in the development build.

Are you getting the error on the main reading list page, or on another page? I'll look at the code in abit and fix the dead pointers, so next commit will have them.
Starf0x
Posts: 8
Joined: Wed Mar 05, 2014 8:59 am

Re: Reading List

Post by Starf0x »

Hi,

I get it via:

Managed > Advanced Options > Reading List Management
And the click on a book title.

I've downloaded and installed the development build, and the issue is also in there.

Cheers, Starf0x
User avatar
evilhero
Site Admin
Posts: 2887
Joined: Sat Apr 20, 2013 3:43 pm
Contact:

Re: Reading List

Post by evilhero »

Yep, just a dead link - will be fixed in the next development commit.

Thanks for finding it!
Post Reply