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

subbed error #9

Open
opicron opened this issue Nov 1, 2024 · 0 comments
Open

subbed error #9

opicron opened this issue Nov 1, 2024 · 0 comments

Comments

@opicron
Copy link
Owner

opicron commented Nov 1, 2024

Hey, so for some reason trying either the /MAILLIST, /MAILLIST /EMAIL, or /EMAIL switch causes an error when trying to use the maillist or email function of rjam. Not exactly sure why. I tried all combinations of it, and even had it set a message area first before calling it just to be sure:

PYTHON ERROR (/mystic/themes/default/scripts/rjam.mpy)
  File "/mystic/themes/default/scripts/rjam.mpy", line 2697, in <module>
    index_msgs(mailbases[i]['id'])
  File "/mystic/themes/default/scripts/rjam.mpy", line 1393, in index_msgs
    get_msgs(index)
  File "/mystic/themes/default/scripts/rjam.mpy", line 1311, in get_msgs
    msg, add = processmsg(msghdr)
  File "/mystic/themes/default/scripts/rjam.mpy", line 1174, in processmsg
    if mailbases[i]['id'] == mailbase['id'] or mailbases[i]['subbed'] == 1:
KeyError: 'subbed'

Press a key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant