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

Fetching issue in Reader-Mode(?) #9

Closed
Narrat opened this issue Mar 2, 2013 · 1 comment
Closed

Fetching issue in Reader-Mode(?) #9

Narrat opened this issue Mar 2, 2013 · 1 comment

Comments

@Narrat
Copy link

Narrat commented Mar 2, 2013

Got the following error, while trying to use 'f' + Number and hitting return in readermode

Exception running command fetch

Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/canto_curses/command.py", line 80, in command
 r = func(self, args = args)
File "/usr/lib/python3.3/site-packages/canto_next/plugins.py", line 136, in newfunc
 r = realfunc(*args, **kwargs)
File "/usr/lib/python3.3/site-packages/canto_curses/reader.py", line 167, in cmd_fetch
self._fetch(links)
File "/usr/lib/python3.3/site-packages/canto_curses/guibase.py", line 276, in _fetch
self._goto(urls, True)
File "/usr/lib/python3.3/site-packages/canto_curses/guibase.py", line 266, in _goto
pid = self._fork(browser["path"], url, browser["text"], fetch)
File "/usr/lib/python3.3/site-packages/canto_curses/guibase.py", line 89, in _fork 
tmppath = urllib2.urlparse.urlparse(href).path
NameError: global name 'urllib2' is not defined

Continuing...
@themoken
Copy link
Owner

themoken commented Mar 3, 2013

Hey, I just fixed this in git. Thanks for the report.

@themoken themoken closed this as completed Mar 3, 2013
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