question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am having problem getting the extractors from the second README example to work. here is the code to recreate:

from pliers.stimuli import VideoStim
from pliers.extractors import (STFTAudioExtractor, PredefinedDictionaryExtractor, ComplexTextExtractor, ClarifaiAPIExtractor, IndicoAPITextExtractor)
from pliers.filters import FrameSamplingFilter
from pliers.graph import Graph
clips = ['../pliers/pliers/tests/data/video/obama_speech.mp4']
clips = [VideoStim(f) for f in clips]
#nodes=[PredefinedDictionaryExtractor(['subtlexusfrequency/Lg10WF'])]
nodes=[IndicoAPITextExtractor(models=['sentiment'])]
g = Graph(nodes)
result = g.run(clips)

using either of those nodes, I get an HTTPError: HTTP Error 401: Not Authorized. The earlier nodes in the example work fine so it’s not a general problem with my setup.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
poldrackcommented, Nov 13, 2017

would you mind trying it out within the docker container using your credentials so that we can see whether it’s something specific to that environment?

0reactions
tyarkonicommented, Nov 13, 2017

Re: testing API failure, I think we should definitely add a utility function to test this more systematically. Will open a new issue for discussion.

Read more comments on GitHub >

github_iconTop Results From Across the Web

2473532 - Extractors fail with error SYSTEM_NOT_FOUND
Root Cause Analysis (RCA) Extractors fail in the Extractor Framework with the error SYSTEM_NOT_FOUND:
Read more >
Failure Resistant Extractor for Glock® - Apex Tactical
The Apex® Failure Resistant Extractor for Glock® pistols is designed with a more robust extractor claw and utilizes Apex's proprietary geometry.
Read more >
Extractor Error Handling | Dexi.Io Help Center - Intercom Articles
Error handling for the steps in the extractors are all handled per step. You choose how to handle errors by editing a step...
Read more >
A fatal error occurred: Extractors for 'go' are found in ... - GitHub
I am doing this on Mac, running 10.15.7. ... Verified codeql CLI is working: codeql % codeql version CodeQL command-line toolchain release 2.5.4....
Read more >
On Extractors, Error-Correction and Hiding All Partial Information
Abstract—Randomness extractors [12] allow one to obtain nearly perfect randomness from highly imperfect sources ran- domness, which are only known to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found