Search found 8 matches

by p0psicles
September 9th, 2021, 12:21 am
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Re: Sending nzb through api using api addurl results in bad nzbname

Done.
The regex I used should support those three formats. I tested it icw Medusa+prowlarr, and that works
by p0psicles
September 2nd, 2021, 6:03 am
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Re: Sending nzb through api using api addurl results in bad nzbname

I see your going to do a release. Any chance this could get included? I could do a pr today. If you don't have time your self. I would like to provide a solution to my users.

Ow wait you already tagged.
I can still do the pr.
by p0psicles
August 23rd, 2021, 12:02 pm
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Re: Sending nzb through api using api addurl results in bad nzbname

I've tracked it down to the content-disposition header. https://imgur.com/a/vQfMif1 value here is: attachment; filename=Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb; filename*=UTF-8''Zombie.Land.Saga.Revenge.S02E12.480p.x264-mSD.nzb here: https://github.com/sabnzbd/sabnzbd/blob/develop/sabnzbd/...
by p0psicles
August 23rd, 2021, 6:02 am
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Re: Sending nzb through api using api addurl results in bad nzbname

Is this inside the headers or on the NZB file? Sorry I don't understand that question. Or maybe I do? When I upload the NZB manual to sab it's Working fine. So I guess the headers? I could try run sab on my dev machine in vscode. And get some debugging going on. Then we could do something like a te...
by p0psicles
August 22nd, 2021, 5:30 am
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Re: Sending nzb through api using api addurl results in bad nzbname

I'd like to add some logs and the api request send to sab. But i'm a new user so I can't post links yet. I'll wait until I can update this post.
by p0psicles
August 22nd, 2021, 5:26 am
Forum: General Help
Topic: Sending nzb through api using api addurl results in bad nzbname
Replies: 12
Views: 16123

Sending nzb through api using api addurl results in bad nzbname

SABnzbd version: 3.1.1 Running on windows 10.' I'm using Medusa in combination with Prowlarr. Prowlarr functions as a newznab indexer. Medusa is getting an url back from prowlarr that downloads the nzb. Medusa sends the url using the Sabnzbd api "addurl" command. Medusa has been doing this...