What is your wallet address?
0xd42bd96B117dd6BD63280620EA981BF967A7aD2B
A summary of the issue
I have the error message:
Chain Synchronicity Error
Your data is out of sync with our servers and the blockchain. Please contact Forum Support.
What are you trying to do?
edit "custom reveal" at claim page
What is the actual outcome? Are you seeing any error messages?
cannot publish
I have like three different claimpages (because of phases) Now I want to update at one claim page one image and metadata. I uploaded the custom csv (the error was also before I start the updateing).
woah fast reply thanks!
I’ve uploaded it I got in the left bottom corner something like “upload/updated failed” in red and now the assets and stuff looks like this (with the untitled)
I’ve try to upload it 3 times with the same result. the csv should be right (I used it before the migration).
but let me share a part of it
name,created_by,description,image,attribute::Background,attribute::Eyes,attribute::Head,attribute::Snout,attribute::Type,attribute::Neck,attribute::Ears,attribute::Effect,attribute::1/1
string,string,string,string,string,string,string,string,string,string,string,string,string
BearPunks #1,numo,“BearPunks on Base Meet the BearPunks: Sweet pixel art bears coming to you as PFP art collection. For sure, you will love them, they are CC0 and inspired by Larva Labs CryptoPunks. BearPunks will join the CryptoTeddies ecosystem, both created by numo (@numo_0). Join the family and meet adorable friends.”,https://drive.google.com/uc?export=download&id=1ApYNPhwusIqOefn2kUPYT6VWuoywImAw,Based,Fishy,Knitted Cap Grey,Rose,Bear,
I took the CSV you gave above and restructured it to the following, which seems to work. Can you try again structuring it like this?
name,created_by,description,image,attribute::Background,attribute::Eyes,attribute::Head,attribute::Snout,attribute::Type,attribute::Neck,attribute::Ears,attribute::Effect,attribute::1/1
string,string,string,string,string,string,string,string,string,string,string,string,string
"BearPunks #1",numo,"BearPunks on Base Meet the BearPunks: Sweet pixel art bears coming to you as PFP art collection. For sure, you will love them, they are CC0 and inspired by Larva Labs CryptoPunks. BearPunks will join the CryptoTeddies ecosystem, both created by numo (@numo_0). Join the family and meet adorable friends.","https://drive.google.com/uc?export=download&id=1ApYNPhwusIqOefn2kUPYT6VWuoywImAw","Based","Fishy","Knitted 1 Cap Grey","Rose","Bear","","","",
"BearPunks #2",numo,"BearPunks on Base Meet the BearPunks: Sweet pixel art bears coming to you as PFP art collection. For sure, you will love them, they are CC0 and inspired by Larva Labs CryptoPunks. BearPunks will join the CryptoTeddies ecosystem, both created by numo (@numo_0). Join the family and meet adorable friends.","https://drive.google.com/uc?export=download&id=1ApYNPhwusIqOefn2kUPYT6VWuoywImAw","Based","Fishy","Knitted 1 Cap Grey","Rose","Bear","","","",
which looks like it may have been coming from the section in your description that had commas
I think the fix was:
For any string fields that could have commas as part of the text (i.e. description, image) – we need to enclose the entire field value in " " (open and closing double quotes)
Also made sure the number of data entries in each row matched the number of column headers
Hey thanks for the response. I did this but I get the following error after publishing:
Here just a part of the csv I used (for the empy fields I used “”):
name
created_by
description
image
attribute::Background
attribute::Eyes
attribute::Head
attribute::Snout
attribute::Type
attribute::Neck
attribute::Ears
attribute::Effect
attribute::1/1
string
string
string
string
string
string
string
string
string
string
string
string
string
BearPunks #1
numo
BearPunks on Base Meet the BearPunks: Sweet pixel art bears coming to you as PFP art collection. For sure, you will love them, they are CC0 and inspired by Larva Labs CryptoPunks. BearPunks will join the CryptoTeddies ecosystem, both created by numo (@numo_0). Join the family and meet adorable friends.
BearPunks on Base Meet the BearPunks: Sweet pixel art bears coming to you as PFP art collection. For sure, you will love them, they are CC0 and inspired by Larva Labs CryptoPunks. BearPunks will join the CryptoTeddies ecosystem, both created by numo (@numo_0). Join the family and meet adorable friends.
I just try it again ist waiting waiting… publish is not ending… let’s see if this times it will work?
At the inspector (Network analtics tab in firefox) I see Manifold is doing this kind of this over and over for different files:
worked thank you very much for all your patience and guidance!
just three points:
I got again an email that the claim page is created (but I just updated the metadata maybe there should be an option not to announce it for everyone)
It toook incredible loong to update (maybe a progress bar to show something…)
maybe it took so long because data was not synchron… but I remember I did this update metadata before migration and it took not so long just few minutes (I think because only changed metadata were updated).