You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Settings for the nzb direct search
[DIRECTSEARCH]
# Your usenet server host name
host = "reader.high-way.me"
# Your usenet server port number
port = 563
# Use SSL
ssl = true
# Your usenet account username
username = "XXXXX"
# Your usenet account password
password = "XXXXX"
# Maximum allowed connections to your usenet server (default = 20)
connections = 20
# Number of hours to search backward from the provided date (default = 12)
hours = 24
# Number of hours to search forward from the provided date (default = 12)
forward_hours = 24
# Number of parallel scans (default = 50)
scans = 20
# Number of articles to load per scan (default = 20000)
step = 20000
# Skip direct search when using best_nzb and a good NZB file has already been found
skip = true
# Search only in the first group if several groups are provided
# (the chance to get different results in different groups is virtually 0)
first_group_only = false
The text was updated successfully, but these errors were encountered:
When using high-way.me as directsearch reader, the app just crashes
Only on port 563, port 443 worked
Steps to reproduce: disable other searchengines besides directsearch and just set an invalid port number of your provider eg 99999
To resolve: Add catch and display an error message.
From logfile:
The text was updated successfully, but these errors were encountered: