Search found 12 matches

by abu3safeer
June 18th, 2024, 9:28 am
Forum: Bug Reports
Topic: Sabnzbd cannot handle non ASCII characters on ASCII file
Replies: 6
Views: 4068

Re: Sabnzbd cannot handle non ASCII characters on ASCII file

I see, It is not a widespread problem since it only effects non-Latin letters, I think I might change the encoding manually until sabnzbd can handle it somehow.
Thanks for your time.
by abu3safeer
June 17th, 2024, 8:03 am
Forum: Bug Reports
Topic: Sabnzbd cannot handle non ASCII characters on ASCII file
Replies: 6
Views: 4068

Re: Sabnzbd cannot handle non ASCII characters on ASCII file

I meant something like this: Sabnzbd will try to open a file, if it throw "not well-formatted" exception, it try to open it as ASCII and then save it as UTF-8, then try to process it normally, this should solve 99% of the issues since posting tools like ngPost only post with ASCII and UTF-...
by abu3safeer
June 12th, 2024, 6:31 am
Forum: Bug Reports
Topic: Sabnzbd cannot handle non ASCII characters on ASCII file
Replies: 6
Views: 4068

Re: Sabnzbd cannot handle non ASCII characters on ASCII file

I have sent an email with the needed nzbs.
by abu3safeer
June 12th, 2024, 4:38 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

It might be fixed from sabnzbd side, I open a new but report, hope it help people and new users of sabnzbd
viewtopic.php?t=26653
by abu3safeer
June 12th, 2024, 4:36 am
Forum: Bug Reports
Topic: Sabnzbd cannot handle non ASCII characters on ASCII file
Replies: 6
Views: 4068

Sabnzbd cannot handle non ASCII characters on ASCII file

Some indexers, or even ngPost may produce ASCII nzb, but it contains some special characters or any unicode letter, it would throw"not well-formed" error message I did fix this by using python script, but if python script can do it, then sabnzbd can do it better and auto detect the file en...
by abu3safeer
June 12th, 2024, 4:33 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

My question to you: how do you want to fix them? Simple, sabnzbd cannot parse ASCII files contain utf8 characters, it only parse UTF files, so a simple python script like this will fix them all. I don't know why sabnzbd cannot detect ASCII, or maybe it is a but. the script I use: import pathlib fil...
by abu3safeer
April 3rd, 2024, 10:04 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

I had to check them line by line, I was able to find the error messages, but no warning was there, on all the log files.
by abu3safeer
April 3rd, 2024, 2:15 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

Yes, I checked, just INFO messages, not warning or error
by abu3safeer
April 2nd, 2024, 9:55 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

Hmm, I cannot find these messages in the log file

Image
by abu3safeer
April 2nd, 2024, 9:51 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Re: Where is the log file for warnings and errors of sabnzbd queue?

Found them, can I customize a separate file for each log level?

Image
by abu3safeer
April 2nd, 2024, 9:41 am
Forum: General Help
Topic: Where is the log file for warnings and errors of sabnzbd queue?
Replies: 10
Views: 4949

Where is the log file for warnings and errors of sabnzbd queue?

Hello everyone, I had some broken files in my queue, and there were some error and warnings, I left them to later. the next day I wanted to fix them, but looks like it only have the latest 20 warnings, I cannot see anything before, are they stored in log file for warnings? I cannot see any, or they ...