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

New Contact function has broken #58

Open
timbl opened this issue Oct 11, 2021 · 3 comments
Open

New Contact function has broken #58

timbl opened this issue Oct 11, 2021 · 3 comments

Comments

@timbl
Copy link
Contributor

timbl commented Oct 11, 2021

No description provided.

@timbl
Copy link
Contributor Author

timbl commented Oct 11, 2021

You type in the name of the new contact, but the card to edit the details never appears.
The logs say "Strange no evidence that x has anything to do with contacts". But the network logs say that the PATCH requests to the pod have been 200 Ok.

@timbl
Copy link
Contributor Author

timbl commented Oct 11, 2021

@@ updateMany to 3: <https://timbl.com/timbl/Data/Contacts/people.ttl>,<https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl>,<https://timbl.com/timbl/Data/Contacts/Group/Old_Friends/index.ttl>
VM10:97 GET https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl 404 (Not Found)
fetch @ VM10:97
fetchWithCredentials @ mashlib.js:273296
async function (async)
fetchWithCredentials @ mashlib.js:273294
authnFetch @ mashlib.js:272636
async function (async)
authnFetch @ mashlib.js:272628
fetch @ mashlib.js:271999
fetchUri @ mashlib.js:93706
pendingFetchPromise @ mashlib.js:93555
load @ mashlib.js:93543
update @ mashlib.js:106411
kb @ mashlib.js:106340
update @ mashlib.js:106338
(anonymous) @ mashlib.js:106308
updateMany @ mashlib.js:106307
saveNewContact @ mashlib.js:173504
async function (async)
saveNewContact @ mashlib.js:173472
craeteNewCard @ mashlib.js:174266
async function (async)
craeteNewCard @ mashlib.js:174248
(anonymous) @ mashlib.js:174414
mashlib.js:94159 Internal error - fetchQueue exists https://timbl.com/timbl/Data/Contacts/Group/Old_Friends/index.ttl
mashlib.js:94167 *** Fetcher: pending fetchQueue deleted https://timbl.com/timbl/Data/Contacts/Group/Old_Friends/index.ttl
mashlib.js:94159 Internal error - fetchQueue exists https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl
mashlib.js:94167 *** Fetcher: pending fetchQueue deleted https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl
mashlib.js:106487     UpdateManager: Return success 200 elapsed 1834ms
mashlib.js:106487     UpdateManager: Return success 200 elapsed 1279ms
mashlib.js:94159 Internal error - fetchQueue exists https://timbl.com/timbl/Data/Contacts/people.ttl
mashlib.js:94167 *** Fetcher: pending fetchQueue deleted https://timbl.com/timbl/Data/Contacts/people.ttl
mashlib.js:106487     UpdateManager: Return success 200 elapsed 1850ms

[...]

Error: Contact pane: No evidence that <https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl#this> is anything to do with contacts.
mashlib.js:173714 contactsPane Rendered <https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl#this>

 panes.UI.store.connectedStatements($rdf.sym('https://timbl.com/timbl/Data/Contacts/Person/6762eb1c-1569-42a1-96d0-00a3a892f1fe/index.ttl#this>'))
[]

@timbl
Copy link
Contributor Author

timbl commented Oct 11, 2021

As though updateMany had not updated the Store.

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