Search found 38 matches

by Jumbs
June 23rd, 2017, 2:30 pm
Forum: Beta Releases
Topic: Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]
Replies: 8
Views: 4023

Re: Post Script suddenly stopped working 2.2.0 Alpha1 [8483

Who knows. My friends run linux as well, same OS and everything, no issues for them in 2.1.0.
I updated all my other scripts, so all good on my end.

Thanks.
by Jumbs
June 23rd, 2017, 1:40 pm
Forum: Beta Releases
Topic: Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]
Replies: 8
Views: 4023

Re: Post Script suddenly stopped working 2.2.0 Alpha1 [8483

Good to know.

However it is going from working to not between versions, so you might get some complaints when it goes to release.
by Jumbs
June 23rd, 2017, 11:50 am
Forum: Beta Releases
Topic: Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]
Replies: 8
Views: 4023

Re: Post Script suddenly stopped working 2.2.0 Alpha1 [8483

First off, i tried it on my friends who is running 2.1.0 [443efb5] and the same scripts as me. It worked fine. I even tried the exact same nzb. So it definitely seems to be something between versions. Thanks for the work around, i really should have thought of that. I added quotes to all 3 reference...
by Jumbs
June 23rd, 2017, 8:17 am
Forum: Beta Releases
Topic: Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]
Replies: 8
Views: 4023

Re: Post Script suddenly stopped working 2.2.0 Alpha1 [8483

Sorry, I forgot to include the error: line 5: cd: too many arguments It could be something else, but the timing seems to correlate with the upgrade to the alpha, and i haven't change this script in years. #!/bin/bash # source ~/.personal cd $1 if [ $? -eq 1 ] ; then exit fi touch $Logloc/log echo $1...
by Jumbs
June 22nd, 2017, 7:46 pm
Forum: Beta Releases
Topic: Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]
Replies: 8
Views: 4023

Post Script suddenly stopped working 2.2.0 Alpha1 [8483e4a]

One of my scripts started failing on the line:

Code: Select all

cd $1

Something change with the passed arguments?
by Jumbs
October 22nd, 2015, 5:03 pm
Forum: Beta Releases
Topic: [Beta][Bug] Checkbox not clearing after multi action
Replies: 1
Views: 1294

[Beta][Bug] Checkbox not clearing after multi action

When using the "select all" check box, then completing an action, such as delete, the check box remains checked. I can understand this might be conditional, as you might want it to remain checked after changing the category for a list of items, however once you delete those items, you shou...
by Jumbs
October 22nd, 2015, 5:01 pm
Forum: Beta Releases
Topic: Pushbullet / Mobile in 0.8 Beta 1
Replies: 5
Views: 2918

Re: Pushbullet / Mobile in 0.8 Beta 1

I had this too.
The work around was to change the setting in the config file.
For some reason when you changed it from the interface, it wouldnt take.
by Jumbs
October 16th, 2015, 4:40 pm
Forum: Beta Releases
Topic: [Bug][Beta] Incorrect Category for default additions
Replies: 8
Views: 3737

Re: [Bug][Beta] Incorrect Category for default additions

Possibly, never thought about it.
When the beta came out, i figured it was time to clean up my categories and scripts.
Renamed a category to TV (from HDTV), which i guess made this start working.

Ill keep an eye on it and try to prove it is working as intended, and there is not an actual bug.
by Jumbs
October 16th, 2015, 4:24 pm
Forum: Beta Releases
Topic: [Bug][Beta] Incorrect Category for default additions
Replies: 8
Views: 3737

Re: [Bug][Beta] Incorrect Category for default additions

The API calls come from usenetcrawler.
If my category name happens to match their category name, perhaps it automatically puts it.
by Jumbs
October 16th, 2015, 8:51 am
Forum: Beta Releases
Topic: [Bug][Beta] Incorrect Category for default additions
Replies: 8
Views: 3737

Re: [Bug][Beta] Incorrect Category for default additions

What addition information could i provide or generate?

It seems the use case is not that common, because i have only noticed this twice.
by Jumbs
October 15th, 2015, 11:31 am
Forum: Beta Releases
Topic: [Bug][Beta] Incorrect Category for default additions
Replies: 8
Views: 3737

Re: [Bug][Beta] Incorrect Category for default additions

The first addition was with the Download button from the Rss feed interface. As i mentioned, i dont know if this was special, or if it was added automatically over time, it would have still casued this. The manual addition was with the chrome app SabConnect++, which uses the api i assume. I have bee...
by Jumbs
October 15th, 2015, 10:53 am
Forum: Beta Releases
Topic: [Bug][Beta] Incorrect Category for default additions
Replies: 8
Views: 3737

[Bug][Beta] Incorrect Category for default additions

I have noticed this once or twice, but i think i have how it happened now. I forced a RSS refresh and added an nzb. It came with the correct category, X (I do not know if this is a required step, or auto-adding would have worked). I then manually added a nzb using the API. It should have the default...
by Jumbs
October 15th, 2015, 8:13 am
Forum: Beta Releases
Topic: [Beta] Escape Functionality
Replies: 3
Views: 2283

Re: [Beta] Escape Functionality

Thanks!

What service!
by Jumbs
October 14th, 2015, 9:53 pm
Forum: Beta Releases
Topic: [Beta] Escape Functionality
Replies: 3
Views: 2283

[Beta] Escape Functionality

Not a bug, but it seems escape key "escape form/popup/dropdown" is partially implemented. On some menus, like the nzb drop down to change priority/category, escape closes it. On many others, such as Add nzb, status/interface, or nzb details, escape to close is not implemented. Not a huge d...
by Jumbs
October 8th, 2015, 8:05 am
Forum: Beta Releases
Topic: [Beta] Search history pages
Replies: 1
Views: 1461

[Beta] Search history pages

If you are not on Page 1 of your history, and do a history search, it stays on that page of results. Use case: You click back a few pages to page 4 on your history to find something, but then decide to use the search. After searching, it is now on page 4 of your searched results, requiring you to cl...