Search found 13 matches
- February 7th, 2019, 12:38 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Re: Disk error on creating file error started appearing for me again
I just wanted to give some feedback. Since I replaced that file 10 or so days ago .... I haven't had the problem reoccur so seems like it has definitely sorted out the problem for me. Cool !!
- January 27th, 2019, 5:32 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Re: Disk error on creating file error started appearing for me again
Done. Thanks. I have downloaded and replaced my misc.py in the /usr/share/sabnzbdplus/sabnzbd folder (where I found that file) on my system. I saw there was a pyc file but reading online sounds like that will be created on compile when needed (so it sounds like to me anyway) so I have also renamed t...
- January 27th, 2019, 4:26 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
- January 27th, 2019, 3:50 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Re: Disk error on creating file error started appearing for me again
Thanks for the update. Just checked and that setting is enabled. I've disabled that and see if it makes any difference.
- January 25th, 2019, 7:05 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Re: Disk error on creating file error started appearing for me again
Yes, correct. I have sent you an email now with the full log for the past few days. I had some failures with Disk Error earlier today. I've emailed it to you with "MikeC Debug Log TopicID: 117837" in the subject line.
- January 25th, 2019, 4:53 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Re: Disk error on creating file error started appearing for me again
How is the best way for me to handle this - just email the whole log to you as it is now? Will have all the occurrences of the disk errors and memory errors in it as well, I have turned logging back down earlier today but after the error occurred a few times. What I have been tinkering with as a wor...
- January 24th, 2019, 1:25 am
- Forum: General Help
- Topic: Disk error on creating file error started appearing for me again
- Replies: 14
- Views: 5822
Disk error on creating file error started appearing for me again
I've recently started getting the "Disk error on creating file" error again. I'm running version 2.3.7 [7a8df5e], I can't recall if it just started with a particular update, so sorry about that. My setup is a Raspberry Pi3 with latest Raspbian updates etc. I have an external HDD connected ...
- November 8th, 2017, 2:35 am
- Forum: Bug Reports
- Topic: Disk error on creating file
- Replies: 33
- Views: 25222
Re: Disk error on creating file
Thanks for all the replies. I suspected it could be to do with the double quotes. The filesystem indeed FAT, well vfat (I made it that as I had plans to remove the drive now and then to use elsewhere to move media around, but never ended up doing that, so maybe I should reformat it to ext3) I have e...
- November 7th, 2017, 12:55 am
- Forum: Bug Reports
- Topic: Disk error on creating file
- Replies: 33
- Views: 25222
Re: Disk error on creating file
I seem to be having this still. I am running SABnzbd 2.3.1 [f1695ec] on my Raspberry Pi From the sabnzbd.log at the time it happens I see the following (I don't have any DEBUG logging or anything set I don't think) : 2017-11-07 06:04:48,268::INFO::[assembler:96] Decoding /dl/incomplete/downloadname/...
- June 18th, 2017, 11:06 pm
- Forum: General Help
- Topic: SABNZBD will not allow remote access. (Not Firewall or Port
- Replies: 3
- Views: 6753
Re: SABNZBD will not allow remote access. (Not Firewall or P
From what I can tell SAB is only listening on localhost (127.0.0.1) which means you can only access it locally from the machine where it is running. To get remote access (from elsewhere on the network) change the SABnzbd Host/Address to the address of your machine on the network (eg 192.168.1.100).
- February 13th, 2017, 11:15 pm
- Forum: General Help
- Topic: Possible to reorder download queue on mobile?
- Replies: 1
- Views: 1095
Possible to reorder download queue on mobile?
When not at my computer I monitor my queue on my mobile phone and sometimes want to reorder it. On desktop I can hold down the mouse and drag items up and down to this. On my iPhone when I hold down I just get the text selector that you would use to block something to copy/paste it. Is there some wa...
- October 9th, 2016, 7:17 am
- Forum: General Help
- Topic: Help with retrying failed jobs (using API)
- Replies: 3
- Views: 1654
Re: Help with retrying failed jobs (using API)
Many thanks for the info. I didn't know about the Propagation Delay feature. That could do the job for me. Thank for fixing the wiki re: the single job change. Glad the retry_all will be fixed in future too. Seems like I have various options to sort my problem out now moving forward. I'll experiment...
- October 9th, 2016, 4:15 am
- Forum: General Help
- Topic: Help with retrying failed jobs (using API)
- Replies: 3
- Views: 1654
Help with retrying failed jobs (using API)
I am having a few jobs fail due to articles not being propagated to the NNTP server I am using, they are there later when I try. I am currently manually pressing Retry but am trying to automate that process in a script I'm working on. I'm struggling to figure out what I'm doing wrong (if at all) wit...