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

Processing errors when running for the first time. #272

Closed
kolitsasg opened this issue Jun 12, 2024 · 1 comment
Closed

Processing errors when running for the first time. #272

kolitsasg opened this issue Jun 12, 2024 · 1 comment

Comments

@kolitsasg
Copy link

When I run the sync for the first time tickets are created but towards the end the following sample errors appear:
ERROR ERROR:Processor:badly formed hexadecimal processor.py:441
UUID string
NoneType: None

ERROR ERROR:Processor:(sqlite3.IntegrityError) processor.py:441
UNIQUE constraint failed: task.plugin_id
[SQL: INSERT INTO task (plugin_id, jira_id,
updated) VALUES (?, ?, ?)]
[parameters: ('142960', 'VULN-1140',
'2024-06-12 07:32:21.102048')]
(Background on this error at:
https://sqlalche.me/e/20/gkpj)
NoneType: None

After running the sync multiple times the errors stop appearing. I do not see any evident adverse effect at the moment.

@SteveMcGrath
Copy link
Collaborator

Thats odd, there should never be a nonetype for a plugin ID. If the issue happens again, please re-open the issue and paste the full traceback from the console.

SteveMcGrath added a commit that referenced this issue Jun 24, 2024
Fixed type-error caused by non-string labels and (hopefully) addressed the issue where Jira doesn’t return the whole project definition upon creation right away.
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

2 participants