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
from this morning, parsedmarc do not seems to connect anymore to my Graph API abc@webtop:~$ parsedmarc -c /etc/parsedmarc.ini --debug INFO:cli.py:1201:Starting parsedmarc 0it [00:00, ?it/s] ERROR:cli.py:1561:Mailbox Error Traceback (most recent call last): File "/config/.local/lib/python3.12/site-packages/parsedmarc/cli.py", line 1539, in _main reports = get_dmarc_reports_from_mailbox( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/parsedmarc/__init__.py", line 1574, in get_dmarc_reports_from_mailbox connection.create_folder(archive_folder) File "/config/.local/lib/python3.12/site-packages/parsedmarc/mail/graph.py", line 142, in create_folder resp = self._client.post(request_url, json=request_body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/msgraph/core/_graph_client.py", line 122, in post return self.graph_session.post(self._graph_url(url), data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 575, in request prep = self.prepare_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 486, in prepare_request p.prepare( File "/config/.local/lib/python3.12/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/config/.local/lib/python3.12/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL 'graph.microsoft.com/v1.0/users/[email protected]/mailFolders': No scheme supplied. Perhaps you meant https://graph.microsoft.com/v1.0/users/[email protected]/mailFolders? 0it [00:00, ?it/s] abc@webtop:~$
I feel not very confortable with graph API but it was working fine since this morning
any idea?
thanks
The text was updated successfully, but these errors were encountered:
hello,
from this morning, parsedmarc do not seems to connect anymore to my Graph API
abc@webtop:~$ parsedmarc -c /etc/parsedmarc.ini --debug INFO:cli.py:1201:Starting parsedmarc 0it [00:00, ?it/s] ERROR:cli.py:1561:Mailbox Error Traceback (most recent call last): File "/config/.local/lib/python3.12/site-packages/parsedmarc/cli.py", line 1539, in _main reports = get_dmarc_reports_from_mailbox( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/parsedmarc/__init__.py", line 1574, in get_dmarc_reports_from_mailbox connection.create_folder(archive_folder) File "/config/.local/lib/python3.12/site-packages/parsedmarc/mail/graph.py", line 142, in create_folder resp = self._client.post(request_url, json=request_body) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/msgraph/core/_graph_client.py", line 122, in post return self.graph_session.post(self._graph_url(url), data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 575, in request prep = self.prepare_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/.local/lib/python3.12/site-packages/requests/sessions.py", line 486, in prepare_request p.prepare( File "/config/.local/lib/python3.12/site-packages/requests/models.py", line 368, in prepare self.prepare_url(url, params) File "/config/.local/lib/python3.12/site-packages/requests/models.py", line 439, in prepare_url raise MissingSchema( requests.exceptions.MissingSchema: Invalid URL 'graph.microsoft.com/v1.0/users/[email protected]/mailFolders': No scheme supplied. Perhaps you meant https://graph.microsoft.com/v1.0/users/[email protected]/mailFolders? 0it [00:00, ?it/s] abc@webtop:~$
I feel not very confortable with graph API but it was working fine since this morning
any idea?
thanks
The text was updated successfully, but these errors were encountered: