Google Code (old) project issues
I'm closing the Google Code project, so I exported all issues from there, in order to keep track of them, if we want to. Exported using https://github.com/arthur-debert/google-code-issues-migrator
Google Code Issue 21 Title: binsearch.info URL problem ... no items in nzb ... Labels: ['imported', 'KnownIssue', 'bug'] From [email protected] on November 14, 2010 09:34:48
What steps will reproduce the problem? 1.go here https://www.binsearch.info/?q=Fringe+S03E06+HDTV+VOSTFR&max=100&adv_age=900&server=2 (somes files works but others don't..., this file don't work on my system)
- check it and use the plug-in to send to sabnzbd+ 0.5.5
- task appears but sabnzbd+ don't find any items in the nzb ... it's seems result nzb is corrupted or something like that What is the expected output? What do you see instead? i should expect downloading starting but it doesn't unstead i have many logs errors on sabnzbd+ like this : xxx,171 AVERTISSEMENT: File NZB invalid 78774024.nzb, reject (raison=no element found, ligne=5) What version of the product are you using? On what operating system? win 7x86, chrome7.0.517.44 + sabconnect++ 0.4.9 Please provide any additional information below.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=21 Comments: [November 14, 2010 11:04:07] guillaume.boudreau: Can you find that 78774024.nzb file in the '.nzb Backup Folder' directory of SABnzbd ? If so, please attach it to this issue. I'll try to reproduce the issue here at the same time. [November 14, 2010 11:59:08] guillaume.boudreau: This is a binsearch.info issue. The problem is that the URLs we use to download the files in SABnzbd is the URL that is used in binsearch RSS feeds ( http://www.binsearch.info/rssfeed.php ) The URLs look like this: http://binsearch.info/?action=nzb&[nzb_id_here]=1 The group which contains the above post (a.b.roger) isn't available in a RSS feed, which seems to prevent the URL we're using from working. The URL we use for the above download is: http://binsearch.info/?action=nzb&78774024=1 That URL returns an empty response.
See with binsearch.info if they can fix that, or what other URL we could use download that file from SABnzbd (which can't do form POSTs).
Labels: -Type-Defect Type-Other KnownIssue
[November 14, 2010 13:53:46] [email protected]: ok ! thanx for this great plug-in anyways ;) [May 29, 2011 19:12:21] [email protected]: Just wanted to post an update.
I am still able to reproduce this issue. Unfortunately I don't think we'll be able to fix this. And if we do fix it, it'll probably require significant changes to the binsearch content script. I'll keep this on the back burner and give it a low priority for now. [May 29, 2011 19:24:57] [email protected]: Labels: Priority-Low
[May 29, 2011 19:32:29] [email protected]: Status: Accepted
[May 29, 2011 20:52:44] [email protected]: Labels: -Type-Other Type-Defect
[May 30, 2011 16:00:56] [email protected]: Is the lack of an SAB 1-click button on the Binsearch.info/.net connected with this issue? Mine's disappeared in both Chrome and Chromium. :-( [April 03, 2012 04:37:55] [email protected]: I'm affected by this issue as well. [May 21, 2012 11:35:27] guillaume.boudreau: The missing 1-click button is unrelated to this.
Google Code Issue 26 Title: Option to add the 1-click button (in stead of replace the existing one) Labels: ['imported', 'enhancement'] From [email protected] on December 28, 2010 09:19:33
What steps will reproduce the problem? 1. Go to www.newzbin.com and login 2. Search for anything 3. The 'NZB' button is replaced by the SC++ button to send it directly to SABnzbd. What is the expected output? What do you see instead? When I browse newzbin.com on my laptop, I often want to send it to SABnzbd (so the button works perfectly), but sometimes I want to download it to my laptop (on which I'm running GrabIt). In this case I now have to click the post and generate the NZB from there (since sabconnect++ replaces the existing NZB button). I would like to see a setting to add the send to sabnzbd button in stead of replacing the existing NZB button.
I don't know if a similar structure is used for the other index sites. What version of the product are you using? On what operating system? 0.5.6 Windows 7 Please provide any additional information below.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=26 Comments: [December 28, 2010 06:26:02] [email protected]: Sorry, using version 0.4.9 (0.5.6 is ofc. sabnzbd). [March 15, 2011 16:13:43] guillaume.boudreau: Labels: -Type-Defect Type-Enhancement
[May 29, 2011 19:26:38] [email protected]: Labels: Priority-Low
[May 29, 2011 19:27:35] [email protected]: Status: Accepted
Labels: -Priority-Low Priority-Medium
[December 14, 2011 11:39:09] [email protected]: Okay, so since we are a year further now, I decided to try to add this myself and it was actually pretty easily done :) I have created a patch file that adds the requested functionality, including a setting checkbox in the preferences which defaults to false. Hopefully you guys will add this to the repository, because I really want this functionality ^^
Attachment: Issue26_patch.patch [December 15, 2011 06:14:08] [email protected]: Thanks for the patch. I'll take a look at it.
In the meantime, are you aware that server profiles are now a feature in SABconnect++? I think this might solve your scenario without having to change the content script for newzbin. For example, I have a remote server that runs SABnzbd. I also have it on my local machine. I create 2 server profiles, one for each. When I want to send to my machine, I just change profiles in the popup and click the Send to SABnzbd button.
Will this work for you? Can you replace GrabIt with a local SABnzbd installation? [December 15, 2011 10:23:36] [email protected]: I haven't actually looked into profiles (up until now) and that would kind of solve the problem if I had a local sab running, but then I always have to know (or check) which profile I am currently in and with a memory like mine, I can assure you, it would only frustrate me :) For me personally, this is a perfect solution and tbh, I really like it now I finally have tested functionality in the field. I really feel relieved ^^ [December 15, 2011 19:11:03] [email protected]: Well just some more tips for you.
I have 2 SAB servers, but I also have 2 computers. On one computer (my work PC) if I want to download something, I setup SABconnect to point to a remote SAB server. If I'm at home, I point it to my local SAB server. In this setup, I'm not really swapping between the two. But, I don't normally swap them much anyway so I don't really mind.
If you are OK with this as a permanent solution, I will go ahead and close this issue. If you find in the future you'd like to revisit this as a viable alternative, let me know and I will reopen.
Merry Christmas ;)
Status: WontFix
Owner: [email protected]
[December 16, 2011 00:14:31] [email protected]: This will not fix the 'issue' for me, since I have one computer on which I sometimes want to send it to my sab installation (which is on a remote computer) and sometimes I want the actual nzb file on my local computer. That's why the 'profiles' won't work for me. As you can see in the attachment, I use both icons, the left one to send it to my remote sab installation, the right one to download the nzb to my local machine. So please re-open it and apply my patch :) I don't think it would bother anyone else, since I made it optional and disabled it by default ;) - Thanks and a merry christmas yourself too :)
Attachment: two_icons.png [December 16, 2011 15:22:23] [email protected]: I misunderstood what you said. It sounded like you were saying profiles solved it. Reopened, hopefully I'll have some time to look at this soon.
Status: Accepted
Google Code Issue 31 Title: One-click downloads for yabsearch.nl Labels: ['imported', 'enhancement'] From guillaume.boudreau on January 14, 2011 08:55:45
Some user asked for one-click downloads for yabsearch.nl
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=31 Comments:
Google Code Issue 71 Title: Search favorite provider from within popup Labels: ['imported', 'enhancement'] From [email protected] on June 01, 2011 21:05:50
In settings, I would like there to be a section for QuickSearch, and within there, i would like to choose which NZB provider is my quicksearch provider.
In the popup, we would have an input form with a search button. Upon submission, a new tab would be opened directly to the search results of said provider.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=71 Comments: [June 13, 2011 13:47:13] [email protected]: I'm not quite going to accept this issue yet since I still have to determine if we can even implement this feature.
In the future, I would like for SABconnect++ to use the WebRequest API in Chrome, which basically intercepts server HTTP responses and sends the NZB files directly to SABnzbd that way. If we do this, there will be really no concept of indexer sites in SABconnect anymore, only HTTP requests from any site that has NZB files available.
I'm going to set the status of this issue to 'Pending' until we can further discuss/brainstorm this.
Status: Pending
Labels: Type-Enhancement Priority-Low
[June 13, 2011 13:48:19] [email protected]: Actually, let's backlog it... that's a more appropriate tag.
Status: Backlogged
Google Code Issue 76 Title: Hide paused downloads in the chrome flyout Labels: ['imported', 'enhancement'] From [email protected] on June 20, 2011 06:26:17
I have several paused downloads in my list (5 to be exact), since they are always shown first after a while, these are the only ones I see in the flyout. It would be great to have an option to remove these from the flyout.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=76 Comments: [June 20, 2011 05:14:55] [email protected]: I am currently working on a complete rewrite of the popup, so I will make sure this gets addressed somehow. I probably won't hide them though, this has a handful of issues.
Status: Started
Owner: [email protected]
Labels: Type-Enhancement Priority-Low
[June 21, 2011 12:39:29] [email protected]: Blockedon: 78
Google Code Issue 78 Title: Create new popup Labels: ['imported', 'enhancement'] From [email protected] on June 21, 2011 15:39:18
Completely redesign the extension popup. It needs a new interface, more features, and a cleaner implementation.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=78 Comments: [June 21, 2011 12:39:32] [email protected]: Blocking: 76
Google Code Issue 89 Title: some nzbs are corrupted when using the switch download selected on the binsearch.info Labels: ['imported', 'bug'] From [email protected] on August 15, 2011 21:49:23
I click the download selected button the download gets into sabnzbd sabnzbd gives the error invalid nzb if i download the nzb and manual upload it to sabnzbd the error does not occur. sabnzbd version is 0.68 sabconnect connects over http google chrome 13.0.782.112
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=89 Comments: [August 16, 2011 10:49:25] [email protected]: Have you tested this on multiple search results for unrelated things? Are you able to reproduce this in all cases, or is it just a specific set of NZBs you are trying to download?
Status: Accepted
Owner: [email protected]
Labels: Priority-High
[August 16, 2011 15:26:18] [email protected]: i tested it with multiple search results, even with re-start the browser and the problem doesnt dissapear. yes it is on specific nzbs, i selected from binsearch.info
Google Code Issue 90 Title: Left-click doesn't open menu Labels: ['imported', 'bug'] From [email protected] on August 17, 2011 21:34:19
Running Chrome 13.0.782.112 m
When I first installed SABconnect++ I was able to left-click on the toolbar icon for options.
A few hours later left-clicking does nothing. I can still right-click to get certain menu items.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=90 Comments: [August 19, 2011 12:38:51] [email protected]: Reinstall the extension and let me know if you still have the problem. This sounds like an issue with Chrome, not the extension itself.
Status: Pending
Owner: [email protected]
Labels: Priority-Low
Google Code Issue 91 Title: Add one-click NZB download to www.binnews.in Labels: ['imported', 'enhancement'] From [email protected] on August 23, 2011 07:44:32
It would be great to add a button for one-click download in the french site binnews.in, in the following area : in the 6th
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=91 Comments: [September 01, 2011 12:12:06] [email protected]: The most used searchengine in France. Please add it !
Thanks [September 01, 2011 14:54:58] [email protected]: Isn't there the immediate issue of a lack of localization in SABconnect? :)
Status: Accepted
Labels: Priority-Low
Google Code Issue 97 Title: Synchronize provider API keys with SABnzbd in settings Labels: ['imported', 'enhancement'] From [email protected] on September 20, 2011 11:15:49
Currently, users are very confused about where to go for certain settings. SABconnect provides some API key fields, and SABnzbd provides others. The goal for this feature should be to implement all API key fields in SABconnect that SABnzbd provides and mirror the settings (i.e. two-way sync). This way the user will know that they never have to go to SABnzbd to set API keys for providers like NZBMatrix.
Note that this isn't limited to API keys. Any other information such as usernames or passwords will also be synchronized.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=97 Comments:
Google Code Issue 98 Title: "Get Bookmarks Now" shortcut in the menu. Labels: ['imported', 'enhancement'] From [email protected] on October 03, 2011 12:49:38
The SABnzbd client for OSX has this feature in the pulldown menu. I miss this for the extension.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=98 Comments: [October 03, 2011 10:09:24] [email protected]: This issue severely lacks details. I am not a MAC user so I have no idea what you are talking about. Please provide more information and also screenshots.
Status: Pending
Owner: [email protected]
[October 03, 2011 10:17:50] [email protected]: Sorry for not being more clear.
There's a feature in SABnzbd called "Get Bookmarks Now" for newzbin. https://img.skitch.com/20111003-jjbjui2ctbk5ptfa1gwfryqysp.png [October 03, 2011 10:18:19] [email protected]: attaching as a file too. just in case
Attachment: get bookmarks now-1.png
Google Code Issue 102 Title: 1 Click binsearch.info Labels: ['imported', 'Type-Other'] From [email protected] on November 02, 2011 00:09:21
What steps will reproduce the problem? 1. go to binsearch.info 2. 1 click downloads are not working 3. What is the expected output? What do you see instead? The NZB should be imported into the SABNZBs but it does nothing. What version of the product are you using? On what operating system? Chrome 15.0.874.106 Windows7 Please provide any additional information below. Pleas advise...Should I try to un-instal chrome or other ideas.
Thanks, Richard
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=102 Comments: [November 02, 2011 09:22:01] [email protected]: It is common for sites to change their DOM layout or other types of changes, which breaks SABconnect++ sometimes.
Thanks for reporting this, I'll look into this and see what I can find.
Status: Accepted
Owner: [email protected]
Labels: Priority-High
[November 02, 2011 12:43:58] [email protected]: Thank you. I will wait your reply. Please let me know if you need any help from my side.
Thanks again, Richard [December 15, 2012 10:02:42] [email protected]: I am currently having this same problem. The "downloaded selected" button is there. when i click the files i want to dowload, the sabnzbd button turns green (unclickable) and then nothing happens in sabnzbd. it works fine otherwise - the connection test succeeds and it shows my current downloads. i just can't send to it from binsearch. [December 15, 2012 11:04:47] guillaume.boudreau: It works fine for me. Open the Chrome JavaScript Console, and see what appears there when you send to SAB. This is what you should get (click the triangle to see more): http://cl.ly/image/2X1A070y1x33 Also check the SAB logs, to see if you have anything relevant there.
Status: Pending
Owner: guillaume.boudreau
Labels: -Type-Defect -Priority-High Type-Other
Google Code Issue 103 Title: nzbindex details page doesn't work Labels: ['imported', 'bug'] From [email protected] on November 12, 2011 08:52:51
Pick a collection, like http://www.nzbindex.nl/release/63505775/ for example
hit "select all", and then hit "download selected", instead of creating a single nzb, it will try and download each file separately, and fail.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=103 Comments:
Google Code Issue 106 Title: Ability to download multiple items as 1 download Labels: ['imported', 'enhancement'] From [email protected] on November 24, 2011 16:37:01
Often when searching on Binsearch.info the results list contains 2 items you which you need:
Item 1 = the rar files Item 2 = the par files
If you check both items and then press the "Download Selected" button, the sabnzbd queue will contain 2 (separate) downloads. The result is that, after downloading, sabnzbd can not find the par files needed to "fix" the rar files...(because they are in a different folder).
I don't know if this is possible, but a nice solution for this could be a new button: "Download selected as 1" which would add both the selected .nzb files as 1 download in the queue...
Regards, David.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=106 Comments:
Google Code Issue 111 Title: Notifications do not time out after laptop comes out of standby Labels: ['imported', 'bug'] From [email protected] on December 22, 2011 07:21:54
I have SABconnect++ set up on a few different computers and a laptop. Notifications all function as intended on all computers when they are running and a download completes. I get a notification and 10 seconds later it disappears.
On my laptop it is the same, except when I wake it from sleep. Say 4 downloads finish while my laptop is in standby. When I log on, all notifications will pop up immediately, but do not go away. I have to manually close each notification.
Using the following software: Windows 7 Pro SP1 x64 Chrome 16.0.912.63 beta-m SABnzbd+ 0.6.14
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=111 Comments:
Google Code Issue 112 Title: One-click downloads for nzb.to Labels: ['imported', 'bug'] From [email protected] on December 24, 2011 18:42:17
Hy, can u please add a one click for nzb.to ?
Or download via right click with the real nzb name (not nzb.to/download.php..)
would be great !
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=112 Comments:
Google Code Issue 117 Title: 1-Click-Downloading for kere.ws Labels: ['imported', 'enhancement'] From [email protected] on January 15, 2012 15:24:02
Hello, would it be possible to add kere.ws into your 1-Click-Download function? This would be really nice
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=117 Comments:
Google Code Issue 118 Title: Issue 34 actually still present Labels: ['imported', 'bug'] From [email protected] on January 16, 2012 14:54:26
Sorry I didn't know another way to re-open or re-report issue 34 . http://code.google.com/p/sabconnectplusplus/issues/detail?id=34 This is where sabconnect will report that it has queued an NZB, but the sabnzbd server is actually unavailable.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=118 Comments:
Google Code Issue 132 Title: Display on webpage, which downloads have been completed/underway Labels: ['imported', 'enhancement'] From [email protected] on February 28, 2012 08:44:19
I would love to see the "Send to SABnzbd" button stay green after/during download on a webpage.
It could take the information from the completed list to turn the button green.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=132 Comments:
Google Code Issue 134 Title: Search with over 1000 results, on Newzbin, freezes the browser Labels: ['imported', 'bug'] From [email protected] on February 29, 2012 21:02:22
What steps will reproduce the problem? 1. Make a saved search that displays a list of 1000 hits or more 2. Search. 3. Wait as the extension is replacing the standard green download arrows, with its own. (and tell Chrome to wait, 2 times, because it thinks the tab is proper dead) What version of the product are you using? On what operating system? Latest version (0.5.8) - W7 64bit
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=134 Comments: [February 29, 2012 18:04:26] [email protected]: A short FYI; if I wasn't clear enough:
This bug (or missing option to turn the icon off) does not crash Chrome - it only locks the tap up, while it is drawing all the icons. You can't scroll or click anything.
Cheers - and thanks for an (otherwise) brilliant extension.
Google Code Issue 139 Title: Crashing sabnzbd. Hundreds of CLOSE_WAIT Labels: ['imported', 'bug'] From [email protected] on April 03, 2012 12:15:37
What steps will reproduce the problem?
- Use sabconnect++ with SABnzbd plus.
What is the expected output? What do you see instead? Expected: Sockets are closed. Instead:
lsof -i4 -n | grep sabnzbd | grep CLOSE_WAIT | wc -lgives 900+, all to my laptop running sabconnect++What version of the product are you using? On what operating system? SABnzbd 0.6.15-1 on Debian Wheezy, Linux 3.2.0-1-686-pae
Please provide any additional information below.
Possibly related to SSL? From sabnzbd error log:
Exception in thread CP WSGIServer Thread-21: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in bootstrap_inner self.run() File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/__init.py", line 1295, in run conn.communicate() File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1212, in communicate req.simple_response("408 Request Timeout") File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 612, in simple_response self.wfile.sendall("".join(buf)) File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1126, in sendall return self._safe_call(False, super(SSL_fileobject, self).sendall, _args, *_kwargs) File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1078, in _safe_call return call(_args, *_kwargs) File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 748, in sendall bytes_sent = self.send(data) File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1129, in send return self._safe_call(False, super(SSL_fileobject, self).send, _args, *_kwargs) File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1108, in _safe_call raise FatalSSLAlert(*e.args) FatalSSLAlert: [('SSL routines', 'SSL23_WRITE', 'ssl handshake failure')]
grep 'ssl handshake failure' sabnzbd.error.log | wc -l 43
Eventually sabnzbd fails with:
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/process/servers.py", line 75, in _start_http_thread
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1655, in start
self.tick()
File "/usr/share/sabnzbdplus/cherrypy/wsgiserver/init.py", line 1703, in tick
s, addr = self.socket.accept()
File "
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=139 Comments: [April 08, 2014 22:46:59] [email protected]: I had a similar problem under win32. It was causing my router and SABnzbd to crash after about 24 hours. I'd have thousands of failed connections (as seen by Nirsoft's CurrPorts) laying around using up my entire connection pool in my router (dd-wrt). I have since increased the max tcp connections from the default 4k to 16k. For now I have disabled the extension as it's not worth a router crash. My next step is to generate a self signed cert and re-enable the extension and see if that helps. [April 11, 2014 12:08:36] [email protected]: Having a valid SSL certificate didn't fix it. I had valid certificates setup for the target remote SABnzbd server (green lock icon in Chrome and no SSL warnings), but the next morning I had thousands of open connections to the SABNZBd server which crashed SABnzbd. For sure it's the extension that created the thousands of connections because the past few days when I had the extension disabled I had no such issues. I'm back to disabling the extension until this bug can be fixed.
Google Code Issue 146 Title: "Pause for min" popup option Labels: ['imported', 'enhancement'] From [email protected] on April 23, 2012 11:05:03
I would find it useful if the popup menu had a section to set the "Pause for: ___ min" option in addition to the normal "Pause", "Resume", and "Limit" options. I often want to watch a quick youtube video or download a file and it would be very handy to click the sab icon and say "Pause for: 5 min". Throttling the bandwidth works but then I always have to remember to unthrottle it which is 1 extra step and I always forget to do it. Currently, I use the classic skin and I have to bring up sab's queue page and use the "Pause for" field next to "Speed Limit" field.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=146 Comments:
Google Code Issue 156 Title: No SAB 1-click button on the Binsearch.info Labels: ['imported', 'enhancement'] From [email protected] on May 21, 2012 14:23:50
What steps will reproduce the problem? 1. Run any search on Binsearch.info site (I am using SSL, but it happens in non-SSL too) 2. There is no one click button in binsearch.info in either Chrome or latest Chromium 3. This problem DOES NOT occur in NZBindex.nl. Only happens in Binsearch.info. I do see "Download Selected" button, but that really doesn't suite most users (including my) needs, since it downloads files separately. What is the expected output? What do you see instead? I expected to see a "sab2_16.png" image file like NZBindex.nl next to each download. What version of the product are you using? On what operating system? Windows 7 Premium 64-bit Chromium 138093 Chrome 19 Chrome 20
It happens in all versions of Chrome
ALSO: if you go to this link: http://code.google.com/p/sabconnectplusplus/issues/detail?id=21&colspec=ID%20Type%20Status%20Summary%20Priority see quote: "Is the lack of an SAB 1-click button on the Binsearch.info/.net connected with this issue? Mine's disappeared in both Chrome and Chromium. :-("
Clearly, this issue is affected other people and not just me.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=156 Comments: [May 22, 2012 17:19:50] guillaume.boudreau: There's never been a one-click download button on binsearch.info, only checkboxes and a "(SAB) Download Selected" button. If anyone want to add a one-click button, I'll welcome a pull request on Github: https://github.com/gboudreau/sabconnectplusplus
Labels: -Type-Defect Type-Enhancement
[June 10, 2012 13:52:49] [email protected]: Hi gullaume Thank you so much for responding.
Perhaps the description should be updated to remove binsearch from one-click NZB downloads, as there is no way to really download it using the one-click method. (one has to click, scroll up, then click again)
- One-click NZB downloads for the following sites:
- binsearch.info (binsearch.net)
I will post it as an issue on github
Google Code Issue 160 Title: nzbs.org classic and classic-dark templates missing sabconnect++ 1-click downloads Labels: ['imported', 'bug'] From [email protected] on May 25, 2012 14:54:26
What steps will reproduce the problem? 1. Visit nzbs.org 2. Enable classic or classic-dark template in user profile prefs 3. Search for something
What is the expected output? a 1click download icon for sab appears next to items like in the default template
What do you see instead? no 1click download icon for sab appears next to items like in the default template What version of the product are you using? On what operating system? 0.5.11
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=160 Comments: [December 12, 2012 04:21:02] guillaume.boudreau: Those themes are gone from the new nzbs.org, aren't they?
Status: UnableToReproduce
[December 12, 2012 06:50:19] [email protected]: Classic and Classic-Dark can be selected under Profile, Edit your profile, Site Preferences, Template [December 12, 2012 06:52:51] guillaume.boudreau: Status: Accepted
Google Code Issue 164 Title: http://omgwtfnzbs.com Compatibility Labels: ['imported', 'enhancement'] From joe.szymkowicz on June 12, 2012 00:36:43
Can you please add compatibility for http://omgwtfnzbs.com ?
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=164 Comments: [January 08, 2013 00:49:35] [email protected]: there url changed its now http://omgwtfnzbs.org and +1 for compatibility
Google Code Issue 166 Title: newzbin.com website has changed Labels: ['imported', 'bug'] From [email protected] on June 23, 2012 21:16:15
What steps will reproduce the problem? 1. trying to automatically download .nzb directly from newzbin.com 2. 3. What is the expected output? What do you see instead? i expect to see the download automatically but instead the save as window pop up comes up What version of the product are you using? On what operating system? win7 pro, latest sabnzb app Please provide any additional information below. The newzbin website has simply changed from www.newzbin.com to www.newzbin2.es
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=166 Comments: [June 24, 2012 05:21:50] guillaume.boudreau: Please provide a screenshot. It works fine for me here: http://cl.ly/40072c2d3n1u1m1D3H0o
Status: Pending
Google Code Issue 167 Title: When Sabconect++ is enabled sab forces me to log in over and over Labels: ['imported', 'bug'] From [email protected] on June 26, 2012 18:26:09
What steps will reproduce the problem? 1. Install SabConnect++ 2. Try to log in to sab via web (ip address) What is the expected output? What do you see instead? The login Pop up just keeps popping up. Sometimes some of the page loads behind it. What version of the product are you using? On what operating system? v. 0.5.11 on Chrome dev and beta builds (both home and work) Please provide any additional information below.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=167 Comments: [March 25, 2013 21:22:00] [email protected]: Same issue here. v0.7.11 server os - ubuntu 10.0.4 [May 04, 2013 16:31:47] [email protected]: make sure that you have http://xx.xx.xx.xx:8080/sabnzbd/ as the link. Not having the /sabnzdb/ was an issue for me and constantly asked me for a pass.
Google Code Issue 168 Title: password exposed in plain text Labels: ['imported', 'bug'] From [email protected] on June 28, 2012 15:05:56
What steps will reproduce the problem? 1.Shutdown sabnzbd 2.click the extension and choose open sabnzbd 3.when the page fails to load or times out the text written in the tab is https://username:password in clear text What is the expected output? What do you see instead? should be page not found or something not showing the password What version of the product are you using? On what operating system? Issue was shown on OSX 10.7.4 chrome version 20.0.1132.43 and Windows 7 SP1 chrome version 19.0.1084.56 Sabnzbd 0.7.0 running on windows home server 2003 Please provide any additional information below.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=168 Comments:
Google Code Issue 169 Title: Connection to SABnzbd failed Labels: ['imported', 'bug'] From [email protected] on July 08, 2012 22:50:19
Open extension settings, set host to http://localhost:8080 In sabnzbd, made sure host is set to localhost Port is 8080 No username/password Disabled API key Extension fails to Test Connection, controls do not work. Toaster pop ups do, able to open sabnzbd from extension
Tried to change host to ip address, change port to 80, set username/password, enabled API key. Same results.
Running Windows 7 x64 Sabnzbd version is 0.7.1 Chrome version is 20.0.1132.47 m
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=169 Comments:
Google Code Issue 174 Title: Please add - www.town.ag Labels: ['imported', 'bug'] From [email protected] on July 25, 2012 13:41:54
Please add www.town.ag as this is a quality nzb site.
Thanks
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=174 Comments:
Google Code Issue 175 Title: URL setting validation Labels: ['imported', 'enhancement'] From [email protected] on July 28, 2012 13:36:29
What steps will reproduce the problem?
- Open chrome extension settings
- In the SABNZBd URL configuration set a url without "http://
- connection failed.
- With http:// it succeed
What is the expected output? What do you see instead?
- Just want to add a little description that http:// neeeded to be added.
- Or add it by validation.
-Ran.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=175 Comments:
Google Code Issue 176 Title: Add support for www.nzbking.com search site Labels: ['imported', 'enhancement'] From [email protected] on July 30, 2012 16:27:01
It would be great if you could add support for this search site.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=176 Comments:
Google Code Issue 180 Title: Please add Temporary Pause (pause queue for 5 or 30 minutes) Labels: ['imported', 'enhancement'] From [email protected] on October 14, 2012 18:59:20
The web interface for Sabnzbd supports temporary pausing of downloads, and the API also supports it (documented under "Pause"). It would be nice to have this in the extension as I am always forgetting to resume downloads after pausing.
It doesn't have to support lots of options, just a "Pause for 5 mins" and "Pause for 30 mins" below the current "Pause" option on the menu would be fine for me. Thanks.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=180 Comments:
Google Code Issue 182 Title: Add one-click NZB download to www.nzb.to Labels: ['imported', 'enhancement'] From [email protected] on November 02, 2012 17:27:03
Please add the one-click download feature to the nzb.to daily view. The button should be next to the normal download button.
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=182 Comments:
Google Code Issue 189 Title: Categories in dropdown Labels: ['imported', 'bug'] From [email protected] on January 11, 2013 18:36:37
Is it possible to put a categories chooser in Sabconnect++ like SABdrop? Very usefull if you want your downloads in a specific folder. See screenshot.
Attachment: Screen Shot 2013-01-12 at 00.35.06.png
Original issue: http://code.google.com/p/sabconnectplusplus/issues/detail?id=189 Comments:
Just a heads up, the link to the Categories wiki page in the extension's settings pages still points to the Google Code wiki, instead of the new Categories wiki page here on GitHub.
Is there no method to import these into Github as real issues?
Google provide a tool for this.
https://code.google.com/p/support-tools/wiki/IssueExporterTool#Exporting_to_GitHub
Cleaning up the mess would not be simple though.