extractors fail
See original GitHub issueI 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:
- Created 6 years ago
- Comments:17 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?
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.