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

An exception occurred when running GooglePlugin #5

Open
everping opened this issue Mar 31, 2017 · 0 comments
Open

An exception occurred when running GooglePlugin #5

everping opened this issue Mar 31, 2017 · 0 comments
Assignees
Labels

Comments

@everping
Copy link
Owner

Domain: zomato.com
Command: substack -d zomato.com
Exception:

[ERROR] 2017-03-31 14:38:17,947  Error occurred with plugin GooglePlugin
Traceback (most recent call last):
  File "D:\Everping\Work\Projects\substack\substack\plugins\sub_domain_plugin.py", line 57, in discover
    pool.map(self.worker, _dict)
  File "C:\Python27\lib\multiprocessing\pool.py", line 251, in map
    return self.map_async(func, iterable, chunksize).get()
  File "C:\Python27\lib\multiprocessing\pool.py", line 567, in get
    raise self._value
IndexError: list index out of range
Traceback (most recent call last):
  File "D:\Everping\Work\Projects\substack\substack.py", line 47, in <module>
    main()
  File "D:\Everping\Work\Projects\substack\substack.py", line 43, in main
    sub_stack.start()
  File "D:\Everping\Work\Projects\substack\substack\substack_core.py", line 96, in start
    subs = self.sub()
  File "D:\Everping\Work\Projects\substack\substack\substack_core.py", line 65, in sub
    engine_result = plugin.discover(domain)
  File "D:\Everping\Work\Projects\substack\substack\plugins\sub_domain_plugin.py", line 64, in discover
    raise PluginException(msg)
substack.data.exceptions.PluginException: Error occurred with plugin GooglePlugin
Exception in thread Thread-4002 (most likely raised during interpreter shutdown):Exception in thread Thread-3998 (most likely raised during interpreter shutdown):Exception in thread Thread-3987 (most likely raised during interpreter shutdown):Exception in thread Thread-4006 (most likely raised during interpreter shutdown):Exception in thread Thread-4004 (most likely raised during interpreter shutdown):Exception in thread Thread-4005 (most likely raised during interpreter shutdown):Exception in thread Thread-4000 (most likely raised during interpreter shutdown):Exception in thread Thread-4001 (most likely raised during interpreter shutdown):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants