Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IRC Error. #3881

Open
kerryandjane opened this issue Nov 15, 2023 · 1 comment
Open

IRC Error. #3881

kerryandjane opened this issue Nov 15, 2023 · 1 comment
Labels

Comments

@kerryandjane
Copy link

kerryandjane commented Nov 15, 2023

Expected behaviour:

  1. Watch the IRC announce channel of my irc network and parse results.
  2. Maintain the IRC nickname I choose.

Actual behaviour:

  1. I get error messages in the logs related to IRC that don't give much information.
    Failed to parse message. Skipping: ��À�PÂ�úÌ�À�

  2. My IRC name keeps changing. In the logs I get a warning error message that my nickname is in use and it adds "_" to the end of my nickname. No other warnings or messages in the logs. Shortly after that I'm banned from the IRC network i'm in for an illegal name change.

Steps to reproduce:

  1. I get the message regularly throughout the day without any changes to config and the status of the irc remains "alive".
  2. Error happens without warning or changes about every 3 days. Temporary fix is to restart the irc connection or flexget.

Config:

web_server:
bind: 0.0.0.0
port: 5050
web_ui: yes

irc:
irc_torrentday:
tracker_file: TorrentDay.tracker
server: irc.torrentday.com
port: 6697
nickname: 'secretnickname'
use_ssl: yes
passkey: supersecretpassword
#task: get_entry
task_re:
- task: get_tv
patterns:
- regexp: (TV/XviD)|(TV/SD/x264)
field: irc_category
channels: ["#td.announce"]

tasks:
get_tv:
metainfo_series: yes
trakt_lookup:
account: secretaccount
if:
- trakt_watched: reject
manual: yes
metainfo_series: yes
thetvdb_lookup: yes
configure_series:
from:
trakt_list:
username: supersecretpassword
account: supersecretpassword
list: flexget
type: shows
rtorrent:
uri: http://192.168.1.100:9090/RPC2
username: rtorrent
password: supersecretpassword
custom1: "flexget"
start: yes
thetvdb_lookup: yes
exec:
on_output:
for_accepted: echo "{{url}}|{{ tvdb_series_name|strip_symbols}} {{ series_id |strip_symbols }}|{{ tvdb_ep_overview|strip_symbols|default('Episode description unknown') }}|{{ series_name|strip_symbols}} " >> /scripts/flexgot
on_exit:
#clean the flexgot file. No duplicates.
for_accepted: awk '!x[$0]++' /scripts/flexgot >/scripts/flexgotted && mv /scripts/flexgotted /scripts/flexgot

Log:

(click to expand)
`2023-11-13 22:00:37
ERROR
irc
Failed to parse message. Skipping: À�À�/*à À�À�À�À�À�Cookie: mstshash=Administr
2023-11-13 16:38:15
ERROR
irc
Failed to parse message. Skipping: ��À�PÃ�:Ã�NÀ�
2023-11-13 16:38:15
ERROR
irc
Failed to parse message. Skipping: ��À�PÃ�:Ã�îÀ�
2023-11-13 16:37:59
ERROR
irc
Failed to parse message. Skipping: ��À�
2023-11-13 16:37:59
ERROR
irc
Failed to parse message. Skipping: ��À�
2023-11-13 04:20:12
WARNING
flexget.components.trakt.api_trakt
get
_tv No watched data returned from trakt.
2023-11-13 04:20:12
WARNING
api_trakt
get
_tv No watched data returned from trakt endpoint watched/movies.
2023-11-13 00:00:57
WARNING
task
tv
Aborting task (plugin: rss)
2023-11-13 00:00:57
CRITICAL
rss
tv
Internal server exception on task tv (https://torrentday.com/t.rss?2;26;download;u=secretuser;tp=secretpassword
2023-11-12 21:30:52
ERROR
irc
Failed to parse message. Skipping: À�À�/*à À�À�À�À�À�Cookie: mstshash=Administr
2023-11-12 16:04:24
ERROR
irc
Failed to parse message. Skipping: ��À�PÂ�ûÃ��À�
2023-11-12 16:04:24
ERROR
irc
Failed to parse message. Skipping: ��À�PÂ�úBNÀ�
2023-11-12 16:04:09
ERROR
irc
Failed to parse message. Skipping: ��À�
2023-11-12 16:04:09
ERROR
irc
Failed to parse message. Skipping: ��À�
2023-11-11 21:19:55
WARNING
irc_bot
Nickname kerryandjane_autodl is in use
`

Additional information:

  • FlexGet version: 3.9.18
  • Python version: 3.11.6
  • Installation method: docker-compose on a Synology DS918+
  • Using daemon (yes/no):yes
Copy link

This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant