-
Notifications
You must be signed in to change notification settings - Fork 8
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
Zurg Ingestion: ZurgEndpointSuffix configuration value ignored? #72
Comments
Logging excerpt:
|
Hi there, I'm having a similar issue. In any case, I got a question. I notice that you don't have any ApiKey for ZurgInstances. Is that because you edited it out? Aren't we suppose to add there the api key found in the token line of one of the config.yml files? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get the Zurg ingestion to work, but I keep getting 404's. I get the idea that the value of
ZurgEndpointSuffix
as configured in thesettings.json
is not used.Excerpt from my
settings.json
file:http://zurg:9999
is reachable from within the Zilean container."ZurgEndpointSuffix": "/debug/torrents"
.http://zurg:9999/debug/torrents
does not exist.http://zurg:9999/http/torrents/
does output a list of torrents.IngestionConfiguration
sets the default value ofZurgEndpointSuffix
to/debug/torrents
:zilean/src/Zilean.Shared/Features/Configuration/IngestionConfiguration.cs
Line 10 in f8af7f9
StreamedEntryProcessor
methodProduceEntriesAsync
seems to be using hardcoded value of/debug/torrents
instead of the value configured insettings.json
:zilean/src/Zilean.Scraper/Features/Ingestion/Processing/StreamedEntryProcessor.cs
Line 41 in f8af7f9
/debug/torrents
the correct endpoint? If so, is that a sponsor-only feature?The text was updated successfully, but these errors were encountered: