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

Claims error when Processing ops. #831

Open
tcaden3575 opened this issue Jan 30, 2025 · 1 comment
Open

Claims error when Processing ops. #831

tcaden3575 opened this issue Jan 30, 2025 · 1 comment
Assignees

Comments

@tcaden3575
Copy link

I am processing a TTL file as the target content using the following line of code:
ops = synchronizer.synchronize(source_content, target_content)

Also. I am printing the exceptions:

ops = synchronizer.synchronize(source_content, target_content)
for op in ops:
try:
res = op.execute(adapter)
if not res.successful:
print(f"Error synchronizing triple: {res.message}")
except ValueError as exv:
print(f"Value Error: synchronizing triple: {exv}")
except NotImplementedError as exn:
print( f"NotImplementedError: synchronizing triple: {exn}")
except Exception as ex:
print( f"Exception: synchronizing triple: {ex}")

This is the error I am getting:
Exception: synchronizing triple: 'claims'

I would appreciate any pointers as to why I am getting this error when processing the TTL file.

@LeMyst
Copy link
Owner

LeMyst commented Jan 30, 2025

Hello @tcaden3575

I don't see how your code is related to WikibaseIntegrator, can you give me more informations?

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