-
Notifications
You must be signed in to change notification settings - Fork 7
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
Helping a code newbie #11
Comments
Hi! I'm happy to try and help out. You don't need to understand what the code is doing, the big obstacle here is going through the annoyance of installing everything that's needed and learning how to interact with a computer via the terminal/command prompt. On Mac, this is the (As an aside- I definitely want to come back to this project and make it friendly and nice to use, sorry that it's in this state! I wrote this as a quick and dirty weekend project. It definitely isn't polished, but since Snapchat doesn't seem like they're going to change how these photos are exported this deserves to be a real application with windows and buttons.) The Installation steps should be the place to start - I'm guilty of writing steps that are way too long, but it should cover what needs to be done. Let me know how it goes and the issues you run into, we can discuss them here, and at the end of all of this I'll use your feedback to make the instructions better :) Also when you respond please let me know what operating system (Mac, Windows, etc) you're using! It helps a lot with debugging. Feel free to use screenshots too. |
Looking at the README again, I see I didn't give full context for how to "clone" this project. I'll try to touch that section up to better explain what I'm asking you to do, but first let's see if we can install the libraries successfully (ffmpeg and libvips). |
Hey! Acknowledging that I'm still here - will try to get a response sometime this weekend. |
Thank you for your patience - I can't promise prompt replies, but I can promise a reply :) I'll also thank you for being a Windows guinea pig - I've only run this script on Linux, so we're in uncharted territory. I apologize for you being in this situation, but thank you for being so informative and willing to go along with this. So first - great that So let's revisit installing Installing
|
Hey again!
I agree :) Let's get to cloning!
You don't need the memories downloader to run this script - I've linked it as an alternative project because it was an inspiration for me to make this project, but we can do everything required without that repo. So let's download the repo: go to the main page, click This will download all the code as a zip file. Please unzip it and put the folder somewhere convenient for you. (The reason it's called cloning is because of the command above the Next, follow the Usage instructions to do the two required exports to download your Snapchat data. With both exports, open up the folder with the code, make a folder called Finally, two steps left that involve the terminal:
Open a Powershell window. We need to get the PowerShell window to the folder with all the code, so we're going to use the Drag-and-Drop shortcut. Type in We need to run two commands:
There are likely some steps I'm missing because I'm not running this on a Windows computer myself, but I should also be able to give more rapid feedback because now all the instructions are done. Let me know how it goes, and thanks again for your patience! |
Glad the photos worked! We're going to debug the video process now.
1. Run the script as `python main.py --image-only`. Since we know the images work, let's get that all done and finished with the proper dates and everything :)
2. With the images done, rename or move the `output` folder somewhere else. We're going to start converting videos only, so we don't want to accidentally delete the successfully converted photos.
3. Now let's debug videos: run `python main.py --video-only --only-one -vv`. This will convert one single video, and be as verbose as possible (in this case, it means the program and ffmpeg will tell you what they're trying to do.) This will be a *lot* of output! Please copy-paste everything that pops up in the PowerShell window, and we should see what it's trying to do and where it's failing.
…-------- Original Message --------
On 11/26/24 2:46 AM, vingerhoed wrote:
Alright! I wasn't aware that your code also merges the JSON date with the images. I thought it only merges the overlay with the main.
Unfortunately, I did ran into an issue :(
while waiting for an updated .zip from snapchat i already tried it with an older .zip file to see if i could get it to work. It handles the images remarkably quick, but when it tries to handle the video's it got stuck on 1%. I tried it again when i got the new .zip from snapchat and it did the same.
[Screenshot.6.png (view on web)](https://github.com/user-attachments/assets/480e34af-12ca-410a-acff-26f12d77deab)
Leaving it overnight also doesn't seem to work.
[Screenshot.7.png (view on web)](https://github.com/user-attachments/assets/3bffcfd6-d7a3-4aeb-935a-79beafca4c36)
Both times I ignored a message about a newer version of pip. I updated it, tried it again and it got stuck on 2%...
[Screenshot.9.png (view on web)](https://github.com/user-attachments/assets/d08f2912-3793-40c5-bd36-7012c4af9f4f)
Quickly inspecting the contents of the output folder gives me the impression that it does work. It just gets stuck doing the videos. Also, looking at my laptop performance when it runs the code, the load on the cpu drops completely when it gets to the video's.
[Screenshot.11.png (view on web)](https://github.com/user-attachments/assets/92c39224-ddc8-458c-a15f-53195ecdd8e8)
I'm hoping I gave you as much information as needed to try and give me a solution. Thanks in advance!
—
Reply to this email directly, [view it on GitHub](#11 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ALJ3IWPYUTYW7LRWICR7PIT2CRGPRAVCNFSM6AAAAABRE5CF4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBQGI3TMOJTGA).
You are receiving this because you were assigned.Message ID: ***@***.***>
|
Thanks for the prompt reply! The images, again, were converted correctly. Running only one video gives the following (really a LOT) output: Log"DEBUG:root:Args(memories_history=WindowsPath('input/memories_history.json'), memories_folder=WindowsPath('input/memories'), output_folder=WindowsPath('output'), verbose=, type_handled=, only_one=True) INFO:__snap:4F897EE2-8A06-4D57-A908-2A463FF99F2B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9062A530-0A63-4C28-9AF4-043C9917D5EC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:25FD6E1F-E57A-402D-9F49-536A9B8D6AA2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9368FD5F-9744-4DA5-9728-926272BA6D6A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5B41B71B-CD95-4406-8791-D75CF80C1557 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A575CA7-4DEF-4E16-A7E6-D5526CCCADF8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9882670C-25FB-4E33-BE58-C1BA9C0BA258 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2E6B6131-D30A-45E2-A12C-26C7150BE137 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:018D501F-2A03-41C3-A946-9A011EE76136 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:60307334-0764-4B44-AFEA-7E75B51AE04A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B37DCF19-3F1C-4B5A-A4A3-8A4F833D1489 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B341527A-E315-4A46-8923-29C444973A23 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1BC1807B-B5E4-43BD-91FC-369AE79E2D1E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:16A23635-88CE-4A5B-9D00-5CCBC8739FEE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F78E4A70-FF61-4CC5-98CC-F6D7624DC3FB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FB6C72A7-C723-499E-8904-18D9B0DC04A2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0D91529A-D1E1-4BB1-AA8B-3D0046F1CE8C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C7F4308D-F92B-46E6-A55A-60AB710E6327 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4CF2374C-BEF3-474E-8F1E-9D33C93ED51F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:27FE56F3-876E-41C0-8F50-90A72770F71C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1EAA35DE-D8A4-4A0E-ACD2-F628A8D1CE33 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:40BF5F79-23A7-491B-BA09-97286C8110DF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4E651024-DE5C-4157-8E1B-8D6D57E46641 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DA938B95-01D7-4060-9CAB-0D9C1D666881 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BAA75923-4F2A-4B5F-B9BF-B267E73EA3F1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:72526E85-D5F0-48F6-95CD-7310A0413D61 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9420462C-DA39-4549-9150-DB6B358873B8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D64C43DD-91A4-4028-A2C2-003996108BBA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BD8ECFF8-AB12-4E91-BD49-E656D25E1CF0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8F0E51DF-A602-4393-8FAA-38B9579BAB65 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:90E22819-762F-4F6D-A9F4-1BAC8C7C3B35 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CAF8AA69-E602-48ED-9683-6EDA5FBA7AE7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EBA8C7FA-1ABE-43C9-A70B-BE3A1EC38D9D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EBA8C7FA-1ABE-43C9-A70B-BE3A1EC38D9D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0979C5F1-AEB0-4AFC-A421-5EC235625E0A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:736BD926-DF06-4A71-9755-6D5D534F343F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2F1B30DF-848A-4429-890D-6244D5EF5EA6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:32BA9878-2405-4C0D-9ED5-7FE0BA249C15 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4DD2333D-010E-4CE1-A648-25BF0D4BFD83 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5BF187B6-02EB-4BD7-8880-FC0A7BDF08DD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:70CD37B6-EEE9-41A1-BA51-CB3E05532FA0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:40D1CBAD-005F-4598-B49A-7FA4AB525E5F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A7A1927F-8DDB-4461-888F-9937FBC6FE62 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:646C7C50-1F85-44CF-89D3-C024A27E588A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DC0D327A-4A07-4438-9BB3-54DEF94EC431 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CC64C091-F861-4B24-95BD-87DE936A18F6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:88CDDA95-F8E6-4976-9747-C0CE72EB84C1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CC4FEB78-9B2B-40E7-AF83-586A103AB6ED has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CC4FEB78-9B2B-40E7-AF83-586A103AB6ED has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4216815E-AD10-42F1-AA29-0513A9CB28F1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FFE162A3-1EC7-4DB4-8BFA-A2D514B146BE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DAC35125-F8FC-44AA-9C64-708F6E7698AD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00EB1D41-AA9B-4524-96B1-EAB9B6A8CDEB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0ECA3DC4-20D3-4BAB-8ADA-A94225CB705A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:50FD2855-FB50-4EF2-916A-F17C42DD8AC0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:50FD2855-FB50-4EF2-916A-F17C42DD8AC0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CE77C1E9-4181-4AC9-8241-3F7888ADE297 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D257D884-216D-4CE1-8A6F-B2E6D4A61DA9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7BF64E8-419A-4BB8-87A6-76B48C7454DA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:96D9187E-98DA-4E05-A5C9-3194741B7A25 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:96D9187E-98DA-4E05-A5C9-3194741B7A25 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F7868B4F-7BD9-4E1A-A871-74DBA98C9DC5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8809AA53-87FC-4821-859B-E058DE1D8AAE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:07EFB325-1941-49FC-926F-FE699D700307 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F066F36A-E495-40C6-BBEE-2EC5ED19EC2D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:25E56801-A4F9-4BD4-B5C6-41BEA7096858 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:165A574E-0C33-4191-B4A2-82994768BB1F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2A6E9ED1-175A-4D38-A191-4817112C992B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:670D04AB-1990-4726-ABBC-C335EE7FA558 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DB30BD0A-0B8F-4925-AB23-84B899BDE34F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FB034D10-D4CB-4F1D-A476-1F92946CA6A6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7F7AB342-D284-4EE2-99D2-2E7825C6FA58 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9379922A-5CE3-4E55-8E1D-EBC4833F19B1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:97E0CF16-5469-4EB5-8328-EB897BA68E3A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:71A14B8C-05C7-4455-8727-776FCE0B9726 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:539D6B1B-3FC3-45BC-B039-A6E36C45E109 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C189B122-D2D0-4403-BF33-4759F970C629 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:12E76C5A-45DC-4A8F-9081-6721F5C25FE2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BA08759E-CF94-4761-AE1E-49326F3045F2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:34656CCA-D93F-436E-9EAA-37F155AED123 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E6B1E136-A3C1-4029-ACDC-8843C7EDE962 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E2163153-1831-4486-AABD-34B8A346C923 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9A401ECD-DB7F-48FD-A97E-BBB1BEDB5E2F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C00EC05A-EAEE-4C63-95CF-E93D55246A10 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D2A9863-31F7-4F8E-97B3-8ED641774449 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E38A1215-6548-425A-BBC6-45E10E151999 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6D8C7D96-6E7E-49C9-A268-63057B7455C2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7DBE372B-97CC-470A-8B57-4FC014AD5133 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:85B4C394-B902-4FF3-B06D-30CC2C65C4C9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A608C5F5-6BCD-4784-B95F-132550EFBCDC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:57FD8A61-1118-4F8A-BC82-75C36A480912 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:30956FD6-90FB-4DF1-8E2F-48387A69EC0D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:68918E2A-F423-4404-A914-C3AA6C0913EB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B458C4AB-D12F-475D-8137-F2DADAE788D7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A4FC17C-C7BD-448B-A2F4-7F8137817D95 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A4FC17C-C7BD-448B-A2F4-7F8137817D95 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E388CC70-9FA6-47D4-B924-EE0FF6D1E3DA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E5AC7916-1720-461B-911C-E45FF4D73C9F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8819F473-1BF7-4AEC-9204-DDBA4F3028CE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0E0C1F99-A1A6-4836-8F2F-345C1BD52460 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:39069D86-98B3-4F74-BDF7-059943F2E828 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BABE891F-B0CC-41F9-851F-20FE4DE76D71 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BABE891F-B0CC-41F9-851F-20FE4DE76D71 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D4635425-0740-44CD-A334-B746B7288435 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE3D5BE1-0A44-4B6E-8E77-725A2B5A6E86 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DD3EFB0A-991D-4374-BA18-C7967AA1AB88 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5894F50E-6A4B-4150-88A1-F6C0D4146FFB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4C2C2755-9121-4BD0-8AD1-9FC82217D6F5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F6C8D337-A431-4FEA-AE70-B7781722A876 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE1B721A-DEE1-43C1-B2CB-ABFF784FB8AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CF75032D-BFEC-4C9D-8C81-070CB9181B83 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C066209C-3285-43C3-BDD7-B0E1DF1CC6FD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1F66475C-15E7-4594-99B5-F2A310B93124 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1F66475C-15E7-4594-99B5-F2A310B93124 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F5889816-85B0-4718-9EF9-AABC36614072 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4742DD58-F67E-4EF8-859A-F7FF3D19D6E3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9F99F803-E0A3-43F1-B5FD-4F592D4FC3B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A72654B-12BD-4862-BADA-D05E6F6D108C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5BA7BADD-D161-4D3E-AE49-CA1117428500 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED57BE62-99E3-4D77-AEC3-FD65CBC9E6D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5A881739-54BA-43B3-A72D-4A65F38777D4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:56D8D95B-7CD3-401F-97DE-4C25734445D9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7D2ADE2A-8704-4820-B558-FAFFD4FA80DE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7D2ADE2A-8704-4820-B558-FAFFD4FA80DE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D49D0EB4-808E-407D-A9EB-115686FBE5EE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D49D0EB4-808E-407D-A9EB-115686FBE5EE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:13027878-5CB9-4CE4-BA5F-2281D094707F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:13027878-5CB9-4CE4-BA5F-2281D094707F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28523D75-EE20-47CB-AA58-A62571825678 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28523D75-EE20-47CB-AA58-A62571825678 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B63F8D30-97B5-4F51-9C27-6EDE5E0E5BD9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:01AE6760-A2B3-4B7F-857F-458A8C35EE5D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:98B42869-BB54-46DE-89B1-AC21121B22B0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7075EE83-6FDD-47B6-AA6E-C9C227782333 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3DC987D3-A794-43E4-AF6F-2911CF47BF1E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED6BD191-99E4-4E57-810A-C46212B7E3AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED6BD191-99E4-4E57-810A-C46212B7E3AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58C56A62-0533-4089-B1F7-90B7FC82577C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:566EE127-9258-4D55-8811-3FB70476E972 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00CC7732-41D9-4F85-9468-700B525EC9F3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A1E1E07-81FE-48F5-9DC7-258DDE3936E5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:61A735EF-20EC-4E1B-9DFE-48291AE4EECC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0ED8F74B-9B18-48F9-B607-38D01953D757 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B7375000-CDBB-4F93-BBAB-190EC55246A2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B7375000-CDBB-4F93-BBAB-190EC55246A2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B96029B3-E3D9-4FAE-90B7-B56E9E3F0851 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:045730F1-308B-405D-9C15-7F741D6106FE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:30017378-778B-4209-BF6B-614E72D01425 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DA9F762E-703A-4230-A80F-D534F1930E90 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0DC7EF5D-2B00-4402-87F7-C4879699E19D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:86433595-9089-4C74-B537-D2AE25DA3AF1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE746CD7-B4FF-417C-A5B0-6C90E09D7FC4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4429599F-B811-408F-9E61-9D4025671ED9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3C64CDD5-DDF9-4C3E-B030-A378CC3E5250 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C0EA7F11-2A67-4D2B-A038-D88C481CD413 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:77005806-DFDE-46D4-B0F0-13305DBA4E0E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:77005806-DFDE-46D4-B0F0-13305DBA4E0E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B4C18DEF-1A0E-4695-8B77-EC7197944193 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B4C18DEF-1A0E-4695-8B77-EC7197944193 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5DAFB17A-D640-4D49-9750-4185C530477B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5DAFB17A-D640-4D49-9750-4185C530477B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FF8DCB4F-A0BC-41FC-8BD7-87CCF98382F3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7D7FD8EC-6D2B-407C-8F0C-6106047F0FC5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:61832770-A60F-4319-B4AE-2D5CC5E32411 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F37DFCB9-5A1E-48A2-97CC-ECE35D6A15D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F37DFCB9-5A1E-48A2-97CC-ECE35D6A15D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4EA05956-8D96-428B-AA14-FBBF1F614925 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9C8069BC-8E75-4D21-8DAE-4BD2E74A159F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8C29E4A5-CB9A-49A5-831D-8FBBA99CA294 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4BFF709B-68BF-40EF-9C5E-86B0A7A63BD6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F76A9FB8-8DC6-44A2-AADB-30AE5E43F397 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9D98372-2131-4492-8068-58E96A8CFFB4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:028D5A89-7536-45A5-9FDC-E468F19EBC53 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E4DCC7B2-9C7C-4513-ABA0-53A86905BE7E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:63481BD0-52B2-409E-B876-06FA626283D0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1FA170D4-DDE6-4315-9E8B-02F0A047AC05 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:445E5E89-C993-4453-948A-D87BE36627AD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:189DFBC7-D6B5-4893-AA65-67BD950A4F33 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:23BA5EDC-C790-4BEB-9AE4-2C3EB5C0E79E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00B330AA-DFCF-4D8F-986E-0D1C4B2381C3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7587B620-F40C-4945-8538-AE070DFE8E34 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F246A77C-E2EA-4143-A2DD-2648163328A5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9CC70F0-C81D-4767-875D-40DA9906292B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9CC70F0-C81D-4767-875D-40DA9906292B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:427F90C2-8E6B-47A6-AB0A-929CE38D9E03 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:427F90C2-8E6B-47A6-AB0A-929CE38D9E03 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FDC0DFA2-14A6-4C33-939A-4C2BFAC93982 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FDC0DFA2-14A6-4C33-939A-4C2BFAC93982 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A171329D-4593-4F40-8684-52954C729AFE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A171329D-4593-4F40-8684-52954C729AFE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3F0C189F-3AAD-4F60-942A-EDE1D9861840 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3F0C189F-3AAD-4F60-942A-EDE1D9861840 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8379780B-CA26-4335-B5A5-B21D1B172B46 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EF4C1597-C486-4580-8114-4E3C4E6CA16A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C0DBFE3B-DF7B-498D-B4E5-12719868DAAA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:40AAC045-CB47-4583-BF9B-6791BE30161B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:19A9708B-073E-419C-BA08-4BB7ABA528CE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F132619E-AA73-436D-895E-0E2E1A1C30B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0F446CE6-F1D3-4049-A2B0-D27C60D26DED has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5AE5A728-7CD1-41E4-A63D-5E72F4055C0B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:488EFEE4-6209-4317-8688-3454C8FDE7CD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5C91D9FD-3B08-4BB8-845D-2F6CA7CAF641 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D5E6C9A7-0795-4AEF-9A4E-05C4A38EE12C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:92173F84-BF5E-4A1F-BB85-2CF9BA93AB87 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F5DF0971-FF6B-49AF-BEC4-0345C70BD4B3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C68E69EA-8D00-430E-B6B4-96ABD9779AB4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3F05D818-FFD7-47CA-862C-5ACCC9A7E530 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B9A05753-A560-49D1-ABB0-7CA6348061C3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DC2B70CE-265D-42F2-B625-E4E5BBA2F560 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:295D80D3-52EF-47AC-AEF4-671DE6294650 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1A5E375E-5854-47E3-A989-67871F3D3D37 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4120E4FF-293D-4AA0-AFF1-5C0444BD21E6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BC9C1210-C89A-40E3-8EC1-2DD602885E52 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B332D73B-11D1-40E5-892E-C422234E4097 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CB5FF8B8-8DA3-4132-8FB5-432FE53C2C27 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1DF8A93C-C3E8-49DD-BA28-D3AD3D59A6EE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE1A3ED5-4B6F-40E3-9295-E17DB4C62768 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2098B048-2EB4-4A7C-8B02-FF689DDAACAD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4E31C629-062C-4C17-B251-22492BC26CD0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC05E920-4F75-4CD2-B4ED-0A9A7CDC7498 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1ABC02F4-070B-42AA-AEB2-E9F2A6FB1971 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:37071053-57BA-4987-8250-1A990DD8327D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FE42F4CD-D794-460F-929E-F36AC328B427 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9DFD6613-E5A1-4B46-B319-301ACEFCBEB2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9DABD06F-202D-4B3E-AB0F-CCABF8DAED69 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DF5A7FD4-0A5F-4A59-A808-F999D00210EF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AC4C8191-1242-4F1F-8268-D790ACCC8236 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2D1381C0-AAB1-4BBB-9F00-C5ED19E8DBC4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D2A6812E-2768-4B54-A325-4052BF81741A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EEFEA28C-18C4-4F41-B6C0-191C86AD6ECA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7E5DFB9D-F136-43F9-845D-D1EC7C2B644B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1F8B5425-AD8D-4640-9DCA-5CD14CA15E9B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2172B0EF-99F4-400F-9E53-A8EDA47131AB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F4B0660D-6EFA-44AD-A40E-92E316B2B57B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E58C9E77-C9BE-47FD-AC3E-6DEC42471EAB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E58C9E77-C9BE-47FD-AC3E-6DEC42471EAB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:25D85118-9A96-4E1F-9F36-63FF15F19B8B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:25D85118-9A96-4E1F-9F36-63FF15F19B8B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28333C50-9EA0-413B-A8A2-CD45DB015D4E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28333C50-9EA0-413B-A8A2-CD45DB015D4E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE8FEFF7-BCBD-4E07-8FAF-869E3E1C5050 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE8FEFF7-BCBD-4E07-8FAF-869E3E1C5050 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7A0BDAF-3D50-4F36-8945-EFF9E32D42C1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7A0BDAF-3D50-4F36-8945-EFF9E32D42C1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:948D5434-49E1-4758-994B-3BBFE2B6D1BF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:948D5434-49E1-4758-994B-3BBFE2B6D1BF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A0EC0E11-260D-441F-AAED-D14E33C371C4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A0EC0E11-260D-441F-AAED-D14E33C371C4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DED8322E-D306-4D52-B710-927B2EC3BD79 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DED8322E-D306-4D52-B710-927B2EC3BD79 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B06D4774-8EB8-4AE9-8E6D-4CB4FFEF9CEE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B06D4774-8EB8-4AE9-8E6D-4CB4FFEF9CEE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:520E3BB2-C7E4-4A95-9D63-61386C615013 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:520E3BB2-C7E4-4A95-9D63-61386C615013 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46C08AD1-2D55-4973-8E89-234443439EB4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46C08AD1-2D55-4973-8E89-234443439EB4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F0903CC1-853F-4882-8555-B43BE3723444 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F0903CC1-853F-4882-8555-B43BE3723444 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46D94F55-94C8-4361-991C-2B1536D64674 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E2C7CC2B-DCEC-4346-9AE2-4BEB036FFD2D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DB10D2C4-5A5F-42D5-8DDB-15C3961D3FA4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7CE149B9-CA1C-4955-8D4A-2DE537B78C05 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A693C9E5-1552-4336-A933-FDE42533B8B8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FDFE6F91-D29E-4CDF-BC6C-CE9D6F8F8622 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1FF1C358-16A0-4F5F-BBB2-8D885DD0FCDB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:277CC16E-2044-494A-BCD6-DE505BFDBF39 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D46BD346-0DD5-4D9C-B7D7-37DB94C6E5F4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2C660CC7-8B6C-4F2C-A1CB-5AAD6A4E7345 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4677B931-C4F2-4152-A4C1-0C11F3F581E9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D3E97376-BAF9-43F5-8D5D-B4A430663FF5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6D49B744-0039-48B6-AD3C-EDF294E7DF41 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:596FC3C9-ABB3-4E53-B872-55F4BBD22A9D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:91E06B26-5889-4783-B0A9-538975D0BC8A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58157B43-0BF1-462E-8FE0-D41C4160D55F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:086B21E9-0CC5-48C1-8C07-FC7929F618E2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:317A7107-60A0-4ED2-BBF7-80217CB5C479 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:615B37A4-5DD1-44BB-BCA5-E8835019911D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BF13984F-1E7F-4646-B319-5C4539B4467D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A702681D-6807-4362-BDB6-22C46CAEBEB5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A1AF501-358E-40A2-B3B2-F75B3372FF22 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3C0FE34F-F78C-46FB-8CC8-F0CBB813C9D1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3405FFF2-BB11-4A75-B475-D068157C2CA7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D1FA5E57-5D20-4936-A138-867FAFCA0105 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E55D68DD-19CE-4F7A-9E55-C1B516E6D7C7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED8DD618-3922-49FE-ACBD-DBEFAA94851F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E9E1B6B0-3304-431F-9B34-979B640ED292 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4AE5F192-33D6-44DC-8E7D-965BBEC47CD1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D6B5A81B-40B0-4993-86BA-8EB17B545A94 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58202962-C9BD-458B-B96F-6FD15DB50ADD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:525214E6-F85C-48DD-A848-41DF5FF67C6D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:87780025-B080-4A93-850B-847F12D7836E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7510F326-200F-4D80-A150-8F540B53C7A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:20A55C42-9201-4133-B13D-725B327EC668 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AEE6E087-CD97-46BE-BC9B-F4FA3F02CE30 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D140B8AC-78D4-484B-8F67-CCF9E2F8553C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B9C870F0-A0E4-45F4-850C-7C0CC423DC31 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:987158D9-90BE-4D9A-B130-B88778B3A104 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F2FF97DC-6710-4E74-9338-7E173DF0D86E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8D3C679F-083B-4644-AD94-51C78694EEDC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5AE4C285-DED4-41E8-97DE-79C966D646E1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:82691A7F-8593-4A5C-B5F9-F21926C4101D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:44EF6725-D7B7-412E-A9F1-376DD2654320 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:44EF6725-D7B7-412E-A9F1-376DD2654320 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EDDEE7AD-0A2E-40F5-AAF4-98C700A66232 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:42B698F0-19DD-48A2-A446-7B1936328E6B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:42B698F0-19DD-48A2-A446-7B1936328E6B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:14C1A7B4-EF40-440E-BE37-776B169F7451 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B39840A3-0653-4EDA-9697-6D50A6B98B2E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE52AB67-60AE-4C30-AA23-3E1743EA4CA7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9EA3D1AB-D4FC-4653-8B9D-AC3661FE3047 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:29D8E9C1-A017-42CD-A09D-66E96589729B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:04C2AE1A-32C1-439E-AD7B-324F0728B9BB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33C6F6CE-484F-4798-8AC7-0569B0855B9F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:540F410B-A58E-47E6-8A29-DD1669CA8539 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:680E0CB6-0245-42BF-81A2-20BB60FF9899 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:906DB784-3175-4759-BEDC-907A078B3A92 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:518F2315-BBEE-4222-A574-D8AF053C0882 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F65217CD-E75F-4F4C-84B4-66ED050ADB21 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FD0B29D3-FA31-431B-835C-C5D65FBEE77B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:645E083C-3BCF-4D2C-A2DF-81F6EC612694 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0EEBC3E9-DA2A-4201-98B9-6DF340AF5CEA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0EEBC3E9-DA2A-4201-98B9-6DF340AF5CEA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0BC0A0B2-7B5E-4D47-81A9-E85B3A40971C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0BC0A0B2-7B5E-4D47-81A9-E85B3A40971C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:417EC653-5887-4118-B382-9F07C675E937 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE3B0D44-BB2D-4881-B472-0D7879841AE6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BE3B0D44-BB2D-4881-B472-0D7879841AE6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC85DC66-0B14-4215-B5A3-600AE0CBEE74 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC85DC66-0B14-4215-B5A3-600AE0CBEE74 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33D8F4B7-D345-42AA-9140-A16F8461820F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A46DD482-CFE6-4678-88FA-9F7D93DE70D1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:27A44C21-2389-4CDF-88A3-E1828CD072B9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1B761087-0F61-44FD-961B-114B96D79B86 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9A0A3F1-157E-4D16-898B-38180A022815 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9CBCB316-CB6B-4409-B4D5-04A619B104D3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B2952FBE-52BF-4178-BFA0-41A97C3A4ABC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D1F95C2E-20F9-4D65-8512-379397E6192D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EDB675B0-0FE2-49B0-9236-8A4570EC059E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:48509510-4D88-4DE9-AF31-555F5FCAC280 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9EAF5718-1723-4593-9EF2-B711A83B6919 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4BAD6E28-7457-4B5A-B6D1-4F6C5EF07A35 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:95CAA89B-65B5-4296-80B6-36344D0DA99F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F4450E31-9565-45F7-857D-CE647FD734E3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9CEB2099-B8FC-4534-BDA4-BCEDF3F89456 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:173C58FE-4C23-468E-9510-B725C6F2C6DA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:335E1F0F-E36A-4F58-A1EF-37C1B4946F9F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E02F3E79-CC08-4BC1-835C-B6F4F4853C76 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:42773124-876D-47F1-90D4-E4D3DADAD6E0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8483685C-8E0E-4023-8000-CA410C616725 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E2843478-33A8-4BDB-8C47-43719BE896B6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F76FE0A1-75F3-491B-BB4F-56E70D4FB4A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3401AD6B-B839-48FD-BD27-715204CD2643 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:04FA19CF-6A90-4543-9BA4-11AA757855AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:94E22AC0-C443-404C-AC29-FACA52EFA91A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DC985FBB-1CB1-41EE-8CC8-606F35464820 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:910DB7A4-487C-43C6-B557-0A962258D40E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B23C6CEE-6EA3-458A-A7A3-5739CD76A253 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D067A7A-C92E-48A1-8E9C-D1E08BC41968 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FE02110B-25BF-491C-84C2-B382E0A06AC2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E272D5CA-0538-4C21-AD78-FB9FBD33DF24 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1F700B70-066B-4740-BD13-2D6B8FE7CDD3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6705D6FF-F499-4665-B08B-44E7E00FB92E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:81C187F3-0BEA-4EC2-AF54-4406897EBF13 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BDC1B1A1-78FE-49F8-90DD-6B87FBF36411 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:73F1CFE6-B801-4961-8EB7-E5733C67E05D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:97E30385-B7B6-4EB2-991A-463DA399972A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0BAECBC0-D6E2-4E2B-9C57-56389BD39708 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:622F6089-E889-4590-8D59-0B53D8013382 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E3EF85E9-643B-40FF-956A-BE75C8EDF536 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B69125C2-4EE7-4237-AAD8-DAD8A015BCF0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5A21CFED-E0C7-4043-9FB4-338BC6A29DF8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9E41C72A-2460-4EA9-81A6-8F46A479C28D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4F2215AB-73E4-4930-A4DE-406C0B83BD55 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:656A5202-424D-474A-87A7-7DBCEF52C182 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28A4A22F-2BF6-4B74-ACF5-CC65724ADE30 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:584B9C31-7514-490D-AF93-F08E9C903B37 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AF694689-B0A8-47CF-9782-F05F82B271F9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0713AD7B-39FC-4CE4-89FA-2F533D630048 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E69C5412-1326-43D9-ABBF-9F3317E6CDFA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DB685950-1C5F-4FA4-9A2C-7DE81953E0FB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7ED7776C-D86C-4E5C-A78C-5DAD81407C3D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2AFB3191-9C93-414D-AFA1-CE9894066A0A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:42EBC0BF-4387-496F-A269-22F0A4E753B3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:156FC414-97D6-4E9F-90F5-F38D5AC2E07D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8E2749C1-A8E8-487E-BD72-143B4A17FBFA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8C53F67C-90BC-42B6-A2E8-7440D623C652 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B0E2E7D3-37AF-4763-8066-BF553D07720D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:397BD9EB-0EAC-4DF5-8EF4-83DDF35936FF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B891B7D8-AAFB-4CF5-8E6F-7D9C0C372DCD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4D535D23-92C7-43D5-9A06-5BED14685303 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1B178F72-F198-4DDA-AD18-9318FEE4B856 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D310896-95A0-4E54-B404-9C01646F46DD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:03129CDB-383D-46C2-AA3E-18617946339F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:02007184-FB65-4797-9FD9-F05A15763D34 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:196F8119-BFFB-468F-B8C0-E58FF9C9B01B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AF2EF970-FDE7-4589-967F-FB859E5FEB3C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:81732CEA-D95A-4480-B844-4676E88998D0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:56AA99DA-B7CC-470B-9AE5-3ED1CD4FBEF7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7923F6D7-77AC-482E-BD2D-0B31F06E0B91 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:79932E9E-40CE-4BFF-9638-21106E61E5FC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5E6D91F8-AAF2-43CA-B216-3737F66462DF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A85E3C09-E17C-488D-A99D-DBC03E797092 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58322673-6D6C-4600-8B8F-CC82B621C742 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:55663124-134A-4D03-A8EF-94457C8EB9DD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6D0AC18A-3EA2-4856-9A29-535733061379 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D47CDC6-06B6-4E77-A85D-A0EB550BB611 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D47CDC6-06B6-4E77-A85D-A0EB550BB611 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:23845E4A-9054-405F-AF81-69BA223B8A69 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:23845E4A-9054-405F-AF81-69BA223B8A69 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FE33E544-73CB-4956-BF7A-90E0D30F5052 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FE33E544-73CB-4956-BF7A-90E0D30F5052 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:941AFAD4-1CD3-425D-8FB6-4034DCD51043 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CE564963-7817-416A-AE33-CE499E018F46 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E2160CE7-C8D0-4D0D-AEEF-92C6FD5B1E56 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5CBC2BD6-BC07-4D45-9D66-6538BE8D99EA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E4055F27-7AD1-4EEA-999B-4A395F6A7265 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A6BCA14-6DB4-4C48-887E-B9E86AF719C6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:11955E72-C49D-4D8C-93D4-9F2DBBFF9395 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CC0499F1-E6A5-4FF1-8860-6A1FB5B21B06 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5EFB25E9-5238-450A-BF43-C31EE60125A5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:80F23CF6-42C8-4435-A726-E506EABC95BC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:37C8D6BF-CD4B-4F8A-B11B-F5BFB9E8DA90 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3CF8713C-901C-4818-AB17-CEE7659B2C90 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AD1C6AFE-C4DD-4E68-86E3-C9AB2F654D1A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC32F430-343F-4986-A198-0FF53FFB04B2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4867D581-6089-4615-B2F8-B0CAC7A419C8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:45C49431-1283-4E4C-AD22-3886B7AE15F0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:52CD2353-4077-47B9-8C96-0D3E83647C27 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0B99030F-D268-454E-ACF5-20661AF4FB5E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:564FCE0F-CEDD-4D49-9F9D-C53B66154D09 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:60C44626-59A7-461D-A023-09DF8F434075 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:69FC8E64-B675-4027-9FCF-D6A28AFCFF65 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:10C9EDFA-D028-41C9-B84F-DE244549DA39 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DFF35B49-A2A0-4B31-ACA9-9D9B5148B6FE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:36151A6A-0355-4103-86C6-5C59A1C5293D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A6B9FD84-E742-47B3-90A8-63241BB084AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7F31DEEF-0EA9-40AB-89D2-B2BD94C40D47 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3B25246F-8ADE-4887-B640-73806B3D28B6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:25D97362-B898-4C6C-B6D3-45481B7B38A8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1E8F1027-42E6-4B2D-8DA4-81D679EED58A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED71A5CB-E6D2-437A-9277-FDE9756FF656 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F315AF6A-1343-43F3-B6AE-69B6EE0516C6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:19C4270E-829E-4480-816C-4B17C3DB6200 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46390F49-F4B3-4A23-9556-C00127765A16 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0DA28C1A-C58E-44CF-9CAA-5C2F3EDAE653 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4BB23CD4-1416-4E6C-9CE1-CEED5B78368F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6DB06BD7-F229-40D8-9F08-19D800D239B3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D568A67E-6F46-4E76-A1A0-5EDC801C26D4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:69B31252-6D69-423C-8B59-1343CB4ECF5A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0FA870FB-94E9-40FC-AE7A-2AFEDD844D34 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:38A9D0C5-A665-4D71-A27F-EC0C3A751A7F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D07EA43B-6393-40C2-ACA1-A0E15C0B07A9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:37AF69F2-EDC6-4984-8841-15B9560174A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F236B3D6-E2D2-4B07-9A6C-A35756812F64 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0AD5E6C6-ED1F-4377-835F-A730BF93C242 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0BB42FFC-F6A5-4879-942D-CFA0E1BAD2B9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E3935F5F-5F24-4123-AF1C-CAAD66C7DC07 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:764382BE-CC9A-4891-A5D8-B46B01D8459D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EECE6762-BD46-4891-B211-BD788BC41AD3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A78BDDD6-9EEF-4D58-93E0-720B4153EA94 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F30A4545-84D0-47F9-844A-5EF0F6CB5741 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:053ED4BA-A910-4DCA-87D8-0D90C7E12001 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F20DB1D5-893A-4A07-BD54-A4ECC14923B3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:15F26A78-3834-4D00-8494-AB0EB9279192 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:99704249-465F-4E8E-99B5-CF7E48C5DE23 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00F2B143-F656-4DD4-81B9-2971C3C38D9D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BD14A58A-D399-4CA9-9182-3B63DF4D46B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7EAF0BB4-B8E1-499D-81CD-9C238D771285 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CFE3B7FE-E499-434E-9579-FEE5437AC61F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE42E3B1-74E1-4F99-AED2-11A29EFE7104 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5E5FB379-0C5B-49A4-8375-CE5AD296D834 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F62ADA1C-50E9-4480-9799-4AD5B7ACFC74 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E00212E2-EFE5-43D0-8696-19F674CC8C13 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:30E2CB90-B0B2-4563-92FB-A1981EA107A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:77863F2D-4EB7-4FD4-B3DD-45D8694FA8DD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:22C1B915-DF81-4FAA-B0DC-2E5CFED1CB11 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FFAEDDF4-434F-4266-A27C-79D7F02EFC12 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0E67275A-53DA-4A35-8EE3-956E4386A677 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BB9D4EFF-DE99-40E5-AF5D-64F986D7CF98 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A3FA1584-3068-48E3-B2D0-369FB65E4462 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:088A1A14-5CBD-4A5E-9DC5-C15E614D24BC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A5E1DD26-F757-4647-BFA7-7B17BC165ECE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00EFA0B4-CEC5-4A73-8590-855E821D3566 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2F1B9E3B-DA84-4B2D-8F35-66A1A15C0FF0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:47985531-CC2D-4ED7-A0E2-B26A4450B1B9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0F75834F-3050-4B63-A1C9-0CDFB4A60940 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7B0BF255-EE43-4088-A714-90E5E684C037 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FB20DD95-A1EE-458A-BB0D-721EA25CB8AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E5B0D5F2-BD05-4253-98A4-42813438051E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3D14855B-2776-4E08-908A-7972871511C9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F0BD98FB-0D39-4CE3-93D3-52AC312E9410 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5204DE1D-5850-4779-B90F-61E45E437062 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E115A3A7-0B49-49E0-ABBD-DF0F611B7AD4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AEB993B1-9DDD-48E3-A077-F4A6A039857F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C05CCC14-54D4-4113-9EB1-634A1E8E3D99 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DD9C1DA8-2417-439C-AEC7-CFAAB687311B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:36FCE4D8-8E6F-4D5E-9E63-61FA0DEDEB4A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1B19602D-659F-43AA-BA5E-E5EC7623C6C3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DE3B853D-636C-48C5-9485-1B78091014DA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0C71F801-4F16-460C-B409-110429E40FFE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C80471B1-EEAD-434B-886D-322B8F282E82 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D26FDD34-E1B1-4EA8-844B-6C09E2B096C2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8683FBD4-9AEF-4153-BEC0-B4C2733CC449 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D1BEE17-A5AB-45CA-828A-03C7A1829118 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:62B0FC20-9334-457A-B76B-55CB904445D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:37FE54A7-AF52-4BEF-B17B-E44DC52C5074 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E1344B38-A3E7-402B-A058-33820312349A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3B7BF05F-51D1-4D4B-A0C1-A7A65D430C98 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:403E65F2-C170-4A88-8151-C2A3C9CAE66A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1A64CF6D-32A8-4611-A37E-A60CEE2E74B2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9DC0DFDB-B877-4C79-BBA9-E92EC0B094B2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:94309E76-9EF7-4290-B165-42ADFD863D14 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4348DCD8-43D3-46FC-BAE2-D8E7D1C08757 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6FB4B08C-40B7-4858-AABE-33370376C759 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:18CA3E3E-EBB8-4FB2-8718-A858326DE60F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A9330A54-6BFB-4C43-B5DF-66A8C77DEB2F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C930DA8A-8542-469E-ABE3-64C950F1E5E9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C693AF88-2E9B-44F1-9FA2-23A5AA3A7F7D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C3963A3F-5F59-4B43-8EF1-9259B632496E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FFDFA39C-F0D5-4E55-91AD-7253D5B0220A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:462150F3-ACF5-4281-A68E-CC7063CE9F02 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D75C78CB-C0EF-405A-AA17-04CC2134917E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:410C7E59-6580-4AF4-AFC3-CD72F027C1A7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:18D5F133-A236-453D-BE05-8398C5B7A252 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0C52529F-C9BE-4F81-8986-61279E3D1EF0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4603EF68-A64B-4DAD-89F5-76920B2EA813 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0B6C133F-B9E1-4EDE-9E19-4E786C6DFEE6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FBA86415-9830-4A38-9AAB-32E3F1ECF9AF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:01CA9FAA-1A57-4EF9-BED4-9623298714EB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:81564F1B-F5C7-4754-93EB-FBF895BB6B2C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B8D14C18-966F-4B1B-A95F-443087CFBF6D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3EAC5A22-B09C-4D02-BF82-B63D78E243CF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B3111ADE-25E0-4975-BA8B-28EC38807EE3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9DD533C7-FADE-417F-9D16-DEDA49C801CB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D8396BFD-B133-4C84-94C8-87D7C8008CAA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D8396BFD-B133-4C84-94C8-87D7C8008CAA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9668866F-411F-4101-B2CE-EE3C58501D2E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:532E1A42-0EBB-49B3-BD6C-8BF0A21619CD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:15EDEF14-ECD0-4B38-9466-219858F06052 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:02560EEA-E738-4CBA-BF21-435A47BA8430 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8E5750EA-9029-4BB3-949C-84F0EE6C8821 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7802B885-4835-4EAF-9196-40431572710E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2CBD6F72-6BD9-484D-B9FB-BB16924F2AC1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9CFA30D3-4FFF-473E-82F2-C7EAB2FDD853 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3688A63B-1490-4545-84AE-E6A31BF89C04 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1AE882E8-5337-49C6-95A7-4B5453E93545 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DA61969F-53C9-41F6-BD0D-00C9A1CAB4C8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7852D027-9420-465E-9862-A494B4D05E26 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E1AEB074-6060-4406-975D-4911E115B40B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E44F61CB-1FEF-4BA3-A3E4-42B62B387254 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A2DAE3C4-34E6-4A29-985E-3C77D93E7E51 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3D7F30B3-086F-45E1-A8F6-DCDB2C5CD615 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:74FA9E0D-F384-44CC-A804-F5AB3257CF77 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2230B7F5-1140-4050-8CD9-8265CE85DA9C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A9D1075-F009-4BC1-A906-058A4D95A9D8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A9D1075-F009-4BC1-A906-058A4D95A9D8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A949F77-F680-40E8-9CF3-9D08B272CEEC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A949F77-F680-40E8-9CF3-9D08B272CEEC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D1B64FD7-8A91-43EB-A261-694EAEBBAB39 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:97F0A8DF-8772-4BAE-B824-203A19D3F55B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FCFE91A6-5F85-461B-869E-BCA74D35438D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BEECFE52-26C4-492C-AFC5-E1DEF3F66CA8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B4DF2DC1-B230-41E7-912C-0D82101D426A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3C3E182B-673B-49EC-9EB8-E6D1F2024DEB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A1BBC564-9133-4A65-BADE-BFA765A71C08 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:001479EE-4BAF-49D6-AF5D-430348C41AEF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B8952F2-E834-4F1F-99A5-03C7EDFCA939 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4DFD0729-9A9F-4A85-B3DD-0143CC673869 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D96A864-7019-4CB7-A1F4-FB4EF272C231 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3C9CBFE8-DFC3-4053-8609-877BCFD68227 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CF234BCC-8C8C-4A0E-87E9-216CBB1B2F3E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CF01BE39-AF36-40E0-BC07-88D47FD6A98B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2E02CBA6-4415-432C-88EF-AFD259FBE29E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0CA0F7E2-EF10-4942-AB85-C163CFA403E5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9F36431B-2373-4B89-BB78-424FE1455659 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C18146C2-42D6-4B6A-8066-898BE78D3B91 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6839A49E-FA10-4701-BAA0-E41234D06323 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC90D49A-6ABA-43B4-ADAC-65FA0274922E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0D9723AB-D8E6-4B88-90D7-30CB05D17C6B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4978165E-78D7-4917-925E-CF72D49BD3EF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:821EF48B-8C1D-4E8E-9383-0EC179F17B22 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D6E3EA71-5E57-4DD6-8681-12C242F53476 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4BBF1993-20CC-46C0-AF99-1C66B078BDF4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1E78C2E7-E2BA-495B-AF8C-D61F30F31A84 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EB283F81-F641-4B5C-BA06-4A3CFD0739AE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:71584491-EB03-4BE0-9DFF-7047C23F2726 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46A54B7D-0D06-448D-A656-417223546612 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:519B199A-9FD6-4990-9F6E-40AD1772B4CA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:43F6CE32-2127-4766-B715-FFB4D891DCD5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8E943D17-4EAE-477F-9D53-AF973C91A045 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:434E7125-DFD0-457E-A32D-E5BB77A389EA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6D883DC5-64AB-4492-B9C7-A74AAECDB0DB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4260831E-19CD-4CAC-84B1-69E454422289 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D9E91661-1774-4526-A734-658C1CF01113 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D4DB941C-D303-4558-95CE-84A68E1251DD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:83B7E06C-9B15-4E82-9A57-87BA69F0CD49 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C3626AC1-CD08-4464-9509-773ECE33F45E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:29E94801-27AC-40EB-8C7C-397F812C868B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F644C1EB-6621-4BB2-A326-655E0AB03D1D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4127DBF9-19E1-46E0-B94C-BFDC994EB766 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3ECD2A59-F59A-42C7-957E-E40D9783D579 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8109D992-75CF-4347-BC34-775DB60107C7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A360DA91-40D7-4DBD-B501-CCE86010120D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4446E3A4-4602-4442-B796-27390430D69A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2AF128BA-980D-4EA2-BAB7-88C7303AA929 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:87742D61-B1D3-4ABD-8459-34A0B01A1528 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:87742D61-B1D3-4ABD-8459-34A0B01A1528 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AB499504-837F-4F5A-99BE-AD7109B1F268 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AB499504-837F-4F5A-99BE-AD7109B1F268 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AA7EFDA6-4686-439A-ACC2-E2DA5CA482A7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:24A912C8-EABD-43EA-BE48-CAFC10005FAC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E228EC6D-29AD-4DFE-9C3C-72A4C825C5E4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:701A66A0-82FD-4655-B6CA-E8CC7815C820 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:964637E7-9607-4F24-B345-4CC3D3FE058C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:341955E4-8EA9-4C72-9F8D-57A18CF86CBE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5E455F10-9594-43BD-8379-816D3A3FFD0E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AD2BB205-ACDA-43AD-992F-1D99378AE975 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EC4AB4B1-444D-4D60-919A-16919EF26166 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:738B2C7A-4868-4A49-90CE-D318ED2B545D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:738B2C7A-4868-4A49-90CE-D318ED2B545D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:53ABD70F-F366-4C21-AE60-8289B00BAA71 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:53ABD70F-F366-4C21-AE60-8289B00BAA71 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9D208247-FB49-44CA-8D37-2AE705BD8B7A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B706AFE2-287E-460A-B924-4E9C7C0D7528 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D52A81F7-6399-4C92-B446-FA648C201C34 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F5885922-2F6A-432F-ADDF-8D0B49D464E8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:40653B49-8181-49E7-84A2-9BC21AD2F436 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:40653B49-8181-49E7-84A2-9BC21AD2F436 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:123E52FF-08BC-4C64-AF40-6691C5BA3985 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B0902DBE-17FA-485C-B0DF-21A8B95744C0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D1370652-1BFA-45F2-93CF-E9C79919C02F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:14D51F20-666D-4160-8D5A-44ABE380F249 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:69929383-B702-4AF4-91DB-221515EAD78A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C7FB747E-ECB4-4C5B-B070-9555FF6BE9D8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:22BF6AD2-36A2-4C4B-AC72-015321749960 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E3EACD12-AF78-4D35-AFF9-FFBB5618492E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4EF9CED7-4B32-479C-9363-DDE379DB9A8A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2EF34697-625D-4579-9096-6260FCA27CEE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:457BA7D2-4C51-4C80-91C4-8EB96FE179E3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:457BA7D2-4C51-4C80-91C4-8EB96FE179E3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E5B5732A-8A01-453E-82F9-93D98EB6A9E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C8800EEB-7EC0-42CA-B519-E8FBB0299641 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7E53B26-51AB-476A-AAEA-8D3AFD1893F2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C64B785B-3708-4B37-8369-22E4295120E6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E764B4F2-2F95-46D3-A574-E1539629D170 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DFEF0F18-BD90-4776-A2D2-7B0C730704F6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:96B6F941-92AF-4622-AA00-3962668C91D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:79C7DB38-2B1F-4E0F-B3CF-46685D884CE0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:842A0A8D-CA4B-4A43-83BE-CC589AB552D3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AAD93643-10A2-4063-97DF-F7FCEFA61DF6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5497D978-2823-401B-B64B-ADDAC3B681AE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33C375F8-FA47-4495-9B7D-20D6BDB9768C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6395809F-9D00-488C-9F53-86F3DEB62435 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B9FC73A4-15FE-40C3-B75B-851A735487F1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A5C90804-3D3F-448E-A739-928B9E973E1E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9508E0F1-6BD7-4C23-894D-2B319D2BB56D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0615DCF0-52CB-4776-A564-ACC074B16D96 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:820B0D12-AE29-4CB6-9CE6-6263987F59BA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E5509C11-0DFF-44BB-B9BC-0B01FA7B77ED has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4C3CF310-D38A-4D0F-ACB7-BB507808D8A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4C3CF310-D38A-4D0F-ACB7-BB507808D8A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D02EAF36-F798-4EB1-9FA4-47B8610B2F75 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:134E3F8A-C329-4ABD-AF7A-939DD1C70572 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:15D375DA-E105-4CC1-A191-3D70423617CF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:122731A8-6149-4BE3-9486-8EEBD5324617 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:28B72D54-8CB0-433B-A733-684918A6A961 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:80428182-8A27-4547-BFD2-236135BF88E6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B3C4876-1C98-4150-9F2C-CB06E1A02AFC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:219417B2-893B-41CC-A511-5088664540C4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B59A3DF-0CA1-4C37-A8DA-79C07314E2AE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B59A3DF-0CA1-4C37-A8DA-79C07314E2AE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EBDC9B20-BA2C-4E93-9939-F4EE1EBEBCF2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:23C075DB-8D4B-4C29-8093-B325505B8FF2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:23C075DB-8D4B-4C29-8093-B325505B8FF2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C0DABE8D-195F-4D15-B682-0F1710E4CF83 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5607E6BC-E854-4BAC-AF70-872092454E39 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C1F9823F-F63D-4365-A4EA-90A1E8F7E376 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9FE2F3B7-1398-402E-8EE6-5E2E9B659125 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D2BD5364-B504-4D51-88DC-F9DF61298C22 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:86C51265-3651-4AC0-8D5C-4DD1B262A188 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B750A5E8-435D-4343-9059-F03BFB7628BF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1730835A-E557-4F13-90C1-A3598BE38EA8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CE8BD252-F487-4F71-8913-14BAAD7B07D5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:86F6A9D8-1943-4B8F-A908-17A0A32BBC79 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:051BAE22-33BE-4F09-B780-897291FAC4AA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4C1F4CFC-8CF2-4E08-9245-B352B0B7FC9E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6D450F42-D0B3-4980-93BA-BAA225FA9D33 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D0192909-1AEB-4C3F-B5C8-DBC1B5BD1021 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:773D6C6F-E56F-43EF-83DA-2D6A0BD3E252 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C52D05BB-F8FF-4034-91A6-CB1304995322 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9933B828-93C6-4138-A707-8E105FB0C30F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9933B828-93C6-4138-A707-8E105FB0C30F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DCEB9FA8-D889-4436-A80E-D3BD3B8A9E60 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0C26700B-43E0-44CA-8211-8AF7BCFB02B1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F891C782-EDCD-412A-BB4B-F90031137370 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0DAD313D-D4A3-4300-9F47-EDD16DA43BC9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A3A4F770-9D84-4B76-9A6D-09532FAF6847 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:00A742B5-1D6A-4C78-9B6B-7FA13E7EAB3A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A7805D08-1B5D-4928-89FA-705D767E8031 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:14006881-2887-48EB-8852-F4F5D1E34DA1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:14006881-2887-48EB-8852-F4F5D1E34DA1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B373EA7-3ED5-43EA-BBBA-1169126B2303 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F76E17D9-69C0-418A-8D74-4ACDF55136D6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:67D83EEB-24E0-401B-B096-ED44ECA76040 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D2D32760-169F-44EA-B111-737249BD3E58 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:54BBB66B-0059-48C6-A8A1-AD03620BFCAE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:336E962C-EE17-4E45-B916-1857A920B9E4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:84527F75-EB98-4F97-890A-BEDC8B92A071 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58D0465A-BDDB-4F96-9750-40FCDEC047C6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:58D0465A-BDDB-4F96-9750-40FCDEC047C6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7FCB708E-106E-4093-A212-EBC5E8FBDF88 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CB1C54CB-0057-4EA7-A66E-9DDE70236208 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D5B3F3D9-5E9B-429D-B227-7976D38DF670 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:93D18A89-C4B4-4D02-A498-5DB0224FB0D4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:53BEBA66-D38F-4D73-AE35-E852F2FFAB27 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A21226C4-F671-47F0-A63A-64D29CFC1251 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DFF38C51-C9A9-45D0-BEF2-FC8FBC07CCE4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DCF06EE8-12D2-42D2-8EF3-5E3ACA8C3E7D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:99FBE97E-879C-49E4-A47F-5BBC628796E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:99FBE97E-879C-49E4-A47F-5BBC628796E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1E062B49-2719-4F28-A6DB-2DE4850F8621 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1E062B49-2719-4F28-A6DB-2DE4850F8621 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C31F8608-A6AB-4E48-B1A0-4DA26C6081DA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4A516E83-A984-42A3-BE94-797956F4D725 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B10077E-03DE-4640-9708-1FFA6EF59309 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5CFCF9DD-D7B7-4C3B-9FFE-224276C1E5E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CD5340AC-BF66-4349-B303-A62B914FF69F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E4E4A90B-2C2F-46AC-BFF9-FC0CADEFDC68 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C07884FB-F456-495D-B475-F5CF0CC15A87 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E57BA48A-4CE2-46ED-8365-FC257F8B67AC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:372F0199-83A9-4386-82AD-5BE139824CA7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:99B63D05-4048-40CC-BB73-BE8D9E096A9E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7F74006A-5D31-4353-9252-18BE0FC31B22 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:933B4480-B872-4950-A1B6-2B96B1389FDA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:31BBED04-2F4B-4727-B15A-10F76C11C95A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A4BDCBDB-BB8D-4474-AADC-0FB387014034 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:01C334D7-3D84-4294-9B0A-88CDE86EC481 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AE62D517-2751-4791-B614-F88D19728DBB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A89CAB08-EF20-4903-9FDA-32ADAFE96DC2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7D1338C8-C51F-47B3-8247-DFA7B7F00F5C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CF5DF5C3-15A9-4DFF-925A-5F9E27B2A16D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46AF700B-DA93-4519-8840-17EC889CCCA9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:46AF700B-DA93-4519-8840-17EC889CCCA9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E8E062EA-71CF-47B2-B98B-EBE5D4955D9E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E8E062EA-71CF-47B2-B98B-EBE5D4955D9E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2C9B8B6A-0B9E-4AF0-8B19-D63F4870D29A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:59332188-9082-4166-ADB8-44E30693EAAF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:59332188-9082-4166-ADB8-44E30693EAAF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9738C08E-8C2F-4871-8013-B11B523514E1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A9FF2EF-7D91-49A0-AB5B-112FF1CE684E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E84DEC4D-172A-4E7B-88EB-43BFAB5A305E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:10A413B7-EE15-43B9-8B06-4FB6D1BEE0DF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:10A413B7-EE15-43B9-8B06-4FB6D1BEE0DF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C0D53CC6-0E01-4336-BAC0-F132F3D836F1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:010A0C70-2063-44DA-B5AF-EC7D121FBF33 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6F968AFC-62BA-4A48-832E-DE0D25B18D95 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7344604-A489-4A77-9EB4-2CDBAB4B1401 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:24A7ADED-8200-470E-BCCE-77D89992D362 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3E40506D-C922-4E23-85B2-7FEEE1BAA363 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CA66BB66-9BBD-4CB2-8056-A48D037558C0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B2970CB-66C6-48DC-823B-C71B531FA6FE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B2970CB-66C6-48DC-823B-C71B531FA6FE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DAF10392-5E37-44CD-934F-5F6905611BBB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DAF10392-5E37-44CD-934F-5F6905611BBB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D620494-E701-4C83-A3B0-30AFEFDD363B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:29013392-39CF-46CB-A43E-488CF2296C0B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B983FF7F-2CEE-4EC4-943F-A4ED3586F72F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6A01C416-26CF-4637-B7EC-A6105A25B0C2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9B05E1A9-38AB-4576-8FA2-645A4E1523CD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:908F2FBC-8752-4D2C-A534-B7EF539D3B94 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8BA2717C-FF1B-4522-8573-A04A5E6BA388 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2D750624-2CBD-4B64-B33B-F115DBE9ADC8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C8AE5588-2C20-4C23-B10C-A77B95FD8A6C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:62E2825F-1A0B-4F83-A9E3-9A1F35147993 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E4CEE1E3-6167-42B3-8F6F-1DFE569B94AA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3747F8FB-2C75-4FE3-AF03-D1EDEC004028 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:45F3EE41-09A6-46A2-9240-CD69DE08113A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A2324824-4689-408A-946F-B97FDF08C3BB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D118C22B-0BA8-4A4B-9FF5-0283A6763D15 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BA7A2489-9C2E-47AD-8845-BD58C13CE384 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9838BFF-9D66-47C0-97D9-D24DBCA267FE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F2B3827F-670E-4F2D-8A3B-DDB82F942FEB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0A4D131F-E1C1-4BEF-9059-379DC1D295AE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BF4B35C3-EB4B-42FA-85BF-6992A81852A5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DC629901-C9EB-47E9-B776-7FFD3474F425 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F7E5C9E7-362B-4105-9673-F4A9E436DDF8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:55FB0479-7114-4AC9-AD55-6D6BC46B2675 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:89E05F4A-FB1C-426A-923B-616C17BDB54E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33A57185-CA26-4F56-809F-8B421095FBB7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:12B416FB-FB57-4169-BA44-257636CA9AC1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B8742EF4-68B4-4718-8427-4E83B4F05E4C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6F9CE6C0-A6E2-4C7C-9B61-D7FCBA3AEC23 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:15C8EF11-51A2-4521-975E-1464C99ABF78 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:05D3497B-159E-4901-8C07-BBC7C0C97758 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0DD061DA-EDD5-476F-B90B-6BB2D7472BB0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4AF15A0F-D73B-407E-AF46-84DB7BD24F14 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:224B6534-5D72-40C6-AABC-0C840D2D2F2F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33387E8B-C64D-4342-B7AC-FA26CE08C72B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EF70859A-B79F-4798-A218-124E7173028A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:02181E46-1614-4515-9498-543CFC73E3E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:32F2A42D-BDE9-4554-9F2C-67722720C135 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:07296893-2F23-4D8D-84EB-3468CA3918D9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E19B3063-7E72-49E5-98EA-606F6214E682 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6AD15C57-72B2-4593-8917-504AE3FF8D41 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:435D9708-A046-4649-89A1-93C52B52CF30 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0175BA58-E604-45CA-8A38-C53DCF5D5CE2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F56DC62B-FE94-4A83-8D3F-6D3253DCFE2C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:84FFA370-9B10-4249-8BAD-6F7FF83B550C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6F401D4A-A5B1-450F-B823-E61A36AE61FF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6A4A2BC1-8253-4FAA-BF7A-92F178055E61 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:22098609-61E6-4CE4-B0EB-58C6B227EDDC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:22098609-61E6-4CE4-B0EB-58C6B227EDDC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:78D930CD-C36E-4C0C-A289-64EDC514BE0B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:685E59E0-B02D-47D2-89F9-AE587D58B7A3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:14B911D2-E9BE-4185-9CFE-7350AD0C9BAD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FE145D67-9A7A-4713-B7E6-58F65A55B4E8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8B8DB384-D528-4840-9219-DF5712A5D20D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4043B440-2836-4D11-AC3D-BC1DFFFEF544 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:34C502B5-27CA-468A-A986-E6944B324B8C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1E3FE66D-3449-44B8-9945-CAA4C4D7E6A3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E1214085-9CE9-4A60-AA62-1BCE08BA86D1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DBAFB1C0-BE77-42FC-99A2-48808AFEC9CF has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F97BBC8D-C331-499C-AE1D-BF6991524CC5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:72C467D9-78E9-4329-A450-7BA23C99A774 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:77A2933F-5CF5-47F4-83F5-6BE997487913 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5D50A1F0-13EF-4663-A530-782AC7C28C7D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CCA73C2B-FAEE-4CAB-A838-8D865BCF67FB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C85379BB-58E0-4BCC-AB1E-254D04AEC657 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C85379BB-58E0-4BCC-AB1E-254D04AEC657 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7E016D2E-89C2-4B3F-87ED-63E1676AB938 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7E016D2E-89C2-4B3F-87ED-63E1676AB938 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3EAFD6B2-2CD3-4AD1-9161-25DE771FF269 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3EAFD6B2-2CD3-4AD1-9161-25DE771FF269 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE84613F-36D5-4DC9-AFB8-618E16516EA2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EE84613F-36D5-4DC9-AFB8-618E16516EA2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CD88750F-0EC2-4B1F-B378-3CAEC5EEA258 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3C8C913D-1A41-4B5C-96AF-877E17A0AE8D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D54A999D-61A3-40AD-A424-7996E09FE4F5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:221C87C6-0EA4-4F2B-AF42-3F8E3746C662 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:221C87C6-0EA4-4F2B-AF42-3F8E3746C662 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:221C87C6-0EA4-4F2B-AF42-3F8E3746C662 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:57EB9E82-DD01-43A1-8FE9-C7E3E4714C05 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F6DD9CDA-5185-4A4E-9A75-7222EBB2DB32 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D96E128F-DEA3-49E6-9200-E352FFC849CB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:849BF946-CC6E-490C-8936-1606DA0AD4B2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AF65A702-C35B-45DD-9065-56061704CE90 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E6464B21-661E-48A5-917A-E7E3DC1ADB52 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:30BF53E5-BA07-4750-9323-0D56605EF298 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0303ECE8-DC23-4F8F-ADC1-BE5920DC0D42 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BF2CE7B7-1A5E-419E-8123-227A474A5240 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B23F9513-0B44-43AE-90F4-7015CE220734 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:92B2274A-72E0-465C-9353-27DDAF86DA21 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DA78CC12-677E-4C0B-90F5-82E52B84B185 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A15E1FF0-1374-405C-905A-5585E27F1ACB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:88ACEB03-B2DD-4EF9-B65E-873EC1B4F584 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5BFDED6E-A6B0-4F16-8BF9-07434F24E84C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6FDBEB51-BFC2-474A-9E02-C1147DADBB81 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9CFA7BC6-5B52-4B2A-B49F-A82BE466BF76 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BCCC1367-6332-429B-B0F0-DFFA2C51B83E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B7C295EA-B5D5-404B-AB3A-0C80D38CAACB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F2B08BE1-3A7D-42B2-86B8-8D54456813C0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4D7414AA-4582-4DE9-AB12-A7F7E29B3F29 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4D7414AA-4582-4DE9-AB12-A7F7E29B3F29 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:96E5947B-AEAE-44D0-B1CB-2CA4D01787F0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:948B54A8-33BA-47EF-AE25-15D7DFBA1B13 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F17AC4C2-F3F5-417B-9D52-689F5F588A45 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F17AC4C2-F3F5-417B-9D52-689F5F588A45 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F17AC4C2-F3F5-417B-9D52-689F5F588A45 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:35A5F44B-18B0-4619-97ED-3CACEB8E05A3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:35A5F44B-18B0-4619-97ED-3CACEB8E05A3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:35A5F44B-18B0-4619-97ED-3CACEB8E05A3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C8156E2C-580D-442E-8433-0930F98CA40A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C8156E2C-580D-442E-8433-0930F98CA40A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CCBD2212-9402-4E99-9C84-25D884ABA929 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CCBD2212-9402-4E99-9C84-25D884ABA929 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:175C4AC4-8F59-43C7-B571-61C2BB1DD05C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:175C4AC4-8F59-43C7-B571-61C2BB1DD05C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C470D10F-11DB-48EC-88F6-ED47D091F9FD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C470D10F-11DB-48EC-88F6-ED47D091F9FD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A3538113-FFEB-46E3-A53F-BECB55F99B0A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A3538113-FFEB-46E3-A53F-BECB55F99B0A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:935D38EB-84E5-4975-840E-C7513D952272 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:935D38EB-84E5-4975-840E-C7513D952272 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:656F5813-6E72-463C-919C-39EC0A2100A1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:656F5813-6E72-463C-919C-39EC0A2100A1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6DF3E595-8325-4BE4-9A30-E85219D95FEC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6DF3E595-8325-4BE4-9A30-E85219D95FEC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7BC10470-96AD-4797-8C95-6CC5F096E6B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7BC10470-96AD-4797-8C95-6CC5F096E6B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6CD8CA6B-3BB6-439E-ADE1-430859D03505 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6CD8CA6B-3BB6-439E-ADE1-430859D03505 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B919A2F9-4B41-4755-89C9-E05BF38598F7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1D2F28F2-1D92-4211-93B8-D0E49619E324 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1D2F28F2-1D92-4211-93B8-D0E49619E324 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:347875EB-74EB-4D8C-8D64-E0BB3B058937 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:347875EB-74EB-4D8C-8D64-E0BB3B058937 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DDE2190B-5CAA-458D-ADBC-14969E791A74 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5A531160-517F-4A15-8D48-B4B37F7E2567 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5435B7FA-B4C1-43ED-83A7-D81EBD22019C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A71DD27D-0A62-4ABB-B067-5F5AA9F903CE has duplicates in memories_history.json but has same data, continuing... INFO:__snap:050DF745-59DF-4493-A3CA-F2F378D0B673 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:612587F1-2498-4235-8085-54F52D74A642 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:87A9D571-7308-4E6C-A2BB-CFE62779102E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7654F63B-5F49-4B78-9940-5F925A9E9C35 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AA884582-A9AC-42BE-9AE4-DEAFFEC90870 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ED5855D5-1734-4471-985E-7DCC70C85482 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8C05887F-2C36-44DF-A00C-DDD245FAC7B8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:6E807835-A783-4E9B-B265-D2641C5B4DBB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BA415A1D-1AC0-4FA0-8598-9CFB2D6C91CD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B8EB1972-D4A0-429D-89E3-452BEE390214 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C306B21D-C612-49B2-9E02-5F0EE3A29936 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:806A0B06-71A4-4298-A831-0F346F0293FA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BD55E526-0BE6-4DA9-80EB-5FF8A75FE3B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:FC26BC1D-356C-4BC3-BF88-F4F8F704561C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:47C0A2F8-7A21-4319-9792-24621B930F3D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:148BBA05-3F74-4EE2-8FF0-87C7A067491C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E49A76F2-CEAD-4428-8C69-25FAAF6A650D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AE07380C-0218-4319-999D-FCCD58D066F7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7FE06B9C-9CD2-42D1-A5DC-F291DE85F11B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AA449E11-634B-46EC-887A-31F9338BAD04 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7F72774E-1CF9-470A-A8AC-439C95BF9145 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B1C16307-8239-421C-97DD-53A87718C070 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B34DBF2B-9925-4C56-BB2D-6BB425EB4A39 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5FC76CFD-73E1-4EC3-9AC3-5EC68E57E6EC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CFF88134-1521-4D1B-AF66-1C2F9966A607 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CE69FD85-2108-45D5-9CB6-74F37CB0F3B4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:90A5846E-ED39-4202-BDDE-228EF30E75DB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:8CFB30DC-5826-4049-ADBB-31E00362990C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:589D4645-7BED-4640-BD0B-FEF98C7F799E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:75EB5592-4A25-4882-817C-5BDCCB63AED3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4FF7F53E-D0B0-4DC0-A332-C48F70BDBCA8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EEF223E9-C298-4A8E-9997-315DF29CAF9B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A90FF559-9F39-45B6-9104-40A69FA85934 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:915BF4C9-CE2B-47FB-9FF6-CC81EED28B88 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7E2309E7-46F3-419A-B442-A6267A49CB6E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:84374CEE-F716-441C-B8D1-1211D9AFE391 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E7EA8425-CF87-47BB-B06C-6780D84D2F62 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3883870C-E0F1-4C9C-9580-9A407FFA3870 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C13B5C8F-875C-49E6-8466-2DCDC6478BA1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:535DC023-7B9D-4F44-9AB0-6A49453D984F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D85AC311-ADC5-47B5-AC7D-C0C5CE564D3F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:82FBDAEC-C6E1-4BC1-8F31-C7336665ECEB has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2BD7B070-E7EA-42C0-85AF-4BE1D7AD00FA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9F2E4708-1671-49F5-987B-3572A16A26AA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:21B55622-052D-4A91-82CA-C9D769C983CD has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F9F9831C-FD16-46C9-81D9-290D3444D07F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2CA3B346-A56C-44D9-9AA7-45731C1B3C89 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CE154CD1-A6C7-43DF-8BA9-B9F06CEA139D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:719BB452-3996-4110-8EFE-C97BE6591490 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:755CCA0D-66F0-4288-890A-D2FEBF10C66F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B34BE674-15CF-457A-B7E3-BB4F0ABCAE28 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:2F819FEB-9A8B-4120-891C-FCACC18A257B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9172EE56-8B08-48C1-828F-89C0C42CEF37 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A95B68F2-5588-4A72-99F9-ED743DAF27C1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:33375929-BFE2-41F9-B295-CF94F167B79A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1459A649-F589-4603-BBA5-863A45E9F764 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C8085BFD-22F4-4F8A-9C58-BAC6F9C2179B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1896BA00-2475-45BE-B70A-4586B428B845 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:11890CFA-5BBE-4046-892F-B2CAC564C7F6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:31CAFB8B-9A24-485E-BCF2-FC53F33A12B0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4B7AA3ED-FC24-45DF-B48B-84719750046E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:0B9B9016-A456-4797-85DB-5A5FF85D500E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C115BDDB-CB27-4240-81A1-40FCB83004D9 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:70B12CDC-F989-4F58-A820-942CDC4CD142 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BD46ECB4-A3CF-4213-B603-54CCBE865140 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5CEFDF65-2550-45E8-92F6-DF9EA26D73B0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:45341B19-4B83-402F-BCED-CA292585341A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D25592F1-A52B-4B8B-82CE-16770BE9F4E7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:87F7D714-0B58-4390-8F49-05649A6D398E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:221D2A13-5CC6-4BC8-AE04-94BDE8DCD13A has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EBF422AD-EDAD-4372-927B-2884371DC2F7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E308C76C-9630-4FA1-921A-F85CE47BC4EA has duplicates in memories_history.json but has same data, continuing... INFO:__snap:E9641877-EA4E-4ACA-A795-36AFAEBFA312 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:AEB3B6AF-B72A-4269-8EFD-1D25C2E4B772 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3A27C2C3-DB4B-4949-A26C-A42D312C1CE8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:430FDAB1-7430-4BBF-AD24-7E5B0C4C8911 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C4EF1541-E695-41FC-AD3E-09A08A17B889 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:35AC8EA2-E3D0-464C-9181-B63DE6B2B1C3 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B44D873C-71EC-4309-8703-F534D45B341B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:C53219BA-B2D8-41E1-AE61-90F41B1A673E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5BAF3560-36E7-46E7-922E-EE911668481F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:A4D6B475-2722-4FC3-9184-0D0BBB614180 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BDB86CDF-E94C-4F82-9BA7-FF5B85EBC1B8 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:DACAA7A8-1CE7-4A81-959F-1C59CBCC92E4 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:703C9AE5-E537-4242-A4E7-B1F96455BD75 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:703C9AE5-E537-4242-A4E7-B1F96455BD75 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:BF47B1CB-570A-41EF-A696-FECA9AD54975 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:4FA8E60B-051E-4702-A120-1B3CDA7E3508 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B08106BA-2351-467A-AACB-E0CF13CC49C6 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:EA4E996D-CB2E-4E7B-8F23-BCD62F13D144 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:84071613-B493-4A54-95D0-18E434AD1B7B has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9BF7F977-508D-482C-B03A-898536162D6D has duplicates in memories_history.json but has same data, continuing... INFO:__snap:B5BDAAA3-423B-46A9-960E-5CE4ECE62856 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F209A216-4521-4B3D-8D4C-2F851142CEFC has duplicates in memories_history.json but has same data, continuing... INFO:__snap:D71F48AD-0BB4-4B9A-B63E-0A8D1B26082E has duplicates in memories_history.json but has same data, continuing... INFO:__snap:CFDC4C09-1134-4406-A7B0-00F356F8028C has duplicates in memories_history.json but has same data, continuing... INFO:__snap:5895E560-E278-4823-AD80-87DB320F2B2F has duplicates in memories_history.json but has same data, continuing... INFO:__snap:F39EA929-2D0F-4E64-A5A0-947073349D60 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7F167012-9852-4C63-97A9-99AC40B5DAD5 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:1675F461-D9D8-4E8E-88F5-600098A29223 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3B7E4C21-C098-4C9B-A320-FAC4EAF61C13 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:95E80A36-BE80-4778-A639-6602673C09A0 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:42bd6c41-ba8a-69bb-ca67-384a64c22b97 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3653da83-80e6-ecbc-6e6c-9a890fd32cd7 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:fd7d9eb6-544f-5a1f-21e5-9c04d3c41be1 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:70509ec5-08a7-e568-b77d-9f2cd2d81751 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:3b68a24f-8eed-52a3-eb03-ca944319f673 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ef4a67c0-e7b8-11c6-edc8-b0cedb1426a2 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:ebdfb332-cfa7-a09f-67a2-2dbeb0e034ee has duplicates in memories_history.json but has same data, continuing... INFO:__snap:fc95acdf-9be8-697f-f30d-4aeb8f5fb0cb has duplicates in memories_history.json but has same data, continuing... INFO:__snap:9faa31f6-b516-ae40-f8b9-480c38cc40fa has duplicates in memories_history.json but has same data, continuing... INFO:__snap:7e5fcb15-f698-7d1f-4d44-e9ecb8a08004 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:bd724b90-ec21-8cd8-10fa-3e102872be54 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:bd5b632e-9d16-8fb3-0351-174baa76fa86 has duplicates in memories_history.json but has same data, continuing... INFO:__snap:b076f4d4-0c96-dd22-8d70-94d9eba58e8c has duplicates in memories_history.json but has same data, continuing... INFO:__snap:153b6127-ab5f-497f-56fb-c6e1a3c5a84a has duplicates in memories_history.json but has same data, continuing... INFO:__snap:d38a7d7c-ab8a-16de-ab95-fc2e7e2a6ba6 has duplicates in memories_history.json but has same data, continuing... Handling videos... (this will be slower than the pictures and will have hitches!) 0%| | 0/1 [00:00 #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 294 fps=0.0 q=-1.0 Lsize= 6484kB time=00:00:09.79 bitrate=5423.9kbits/s speed=1.19e+03x video:6354kB audio:118kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.187022% 100%|██████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 20.07it/s] Waiting for final videos... 0it [00:00, ?it/s] Done!" |
Ah, it seems like the first video in your list doesn't have an overlay ( |
Hello! I have to give a huge thanks to Harry, whose work in #16 updated this script to the latest version of ffmpeg, all kudos to him. Doing that fixed this issue for him, so hopefully it'll create the same fix for you. What we need to do is download the newest version of ffmpeg and of the code. FFmpegWe want to delete the version 6 version of ffmpeg. Run CodeWe'll do what we did before: go to the main page, click The difference is this will get the code changes that add support for ffmpeg 7. Cross your fingersHopefully, you should be able to run |
Houston we have a problem... Running the winget commands returns the same error over and over: "winget : The term 'winget' is not recognized as the name of a cmdlet, function, script file, or operable program.
I don't know why winget worked before and now it doesn't. I don't like to fool around (un)installing various files and apps off which I have no knowledge about what it does. I hope you could help me. I mean we're almost finished here. |
Totally understand. I'll do the best that I can, but I don't have a Windows computer and haven't used It seems like we're running into microsoft/winget-cli#725, which is weird and unrelated to this script. This script does not call winget itself, none of the installations here did anything funky, I can't explain why it vanished assuming that your PATH hasn't been changed other than adding the VIPS folder. (ie if you go back to that PATH configuration window, it should have the three original entries + the VIPS folder we added.)
If none of those work, there's two solutions here (although none of them explain how winget vanished to begin with :( ): you can download
|
I think that error may be saying it can't find Does |
Running that gives the following: (7.1 was the version I needed so i don't think it's the problem) "ffmpeg version 7.1-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers built with gcc 14.2.0 (Rev1, Built by MSYS2 project) |
Dang, I wish the fix was that easy :( You definitely have the right version and it's good that it's running in your terminal. What I'm unsure of is why Python can't find ffmpeg - it seems like that's the problem based on kkroening/ffmpeg-python#845. Sanity check just to start from a clean slate - can you completely quit Powershell, open a new window, and run the script? Just so it's a completely clean window and maybe it'll work. If that doesn't work, can you run (NOTE: UPDATED for powershell) Sorry this is being such a nightmare, I don't know why winget was fairly straightforward before and now it's throwing a fit :( |
It looks like you've set everything up as expected, it seems like Python just can't find where ffmpeg is for some reason 🤷 Can you run |
The path it returns is: "C:\Users\giann\AppData\Local\Microsoft\WinGet\Links\ffmpeg.exe" |
Awesome, thank you! One last thing, just as a sanity check, can you restart your computer and try running the script one more time if it isn't a pain? I'd just like to see if that restores sanity, or if there's just something out there I'm missing because it should just be working??????????????? If that doesn't work, then you'll have the file telling it exactly where ffmpeg is and we should be past installation once and for all :) |
Ofcourse! It still halts at 1% after fulle rebooting my laptop... Fingers crossed your fix will do the job. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Ah wait - sorry, read this too fast. After restarting, the script wasn't having the FileNotFoundError (#11 (comment)), it was running but staying at 1%? If that's the case, the new file won't help, that fix was just to get the script running again. Let me know, because if the script is actually running ffmpeg we can do more debugging. |
I was just writing you back that it, again, halts after 1 or 2 percent. Running video only doesn't change it either. Let me know what information/screenshots you need to debug :). |
Cool, glad the restart made things make sense again :) It seems like the conversion to ffmpeg 7.1 didn't fix your hanging issue, but I updated the program to make it easier to test stuff :) We're going to see what ffmpeg is doing and why things aren't running: please run |
Here you go: "ffmpeg version 7.1-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
|
It ran???? Is there a video in |
Yes it ran... Haha I have no idea how or what or who but there is a video with caption "CRANE CRANE CRANE" and i know for a fact it isn't a video of mine ;( |
Yep that's mine, for the test. So it's working fine on the test input but not on your input. I'll need more time for a more full-fledged fix. Right now it tries to process multiple videos at a time, making it difficult to debug. I'm going to change it to run one video at a time and we'll run it on your videos until an issue emerges and then I can tackle fixing it. But hey, your setup is good now, it did combine a video with captions! Just not your videos :( ... yet >:) |
The rabbit hole goes deeper and deeper... It's alright. Just let me know when you need me to run something and send you the response to debug it. Patiently waiting on my precious snapchat gallery. |
Hey @vingerhoed ! Just updating that I plan to get back to this early January now that the holidays are wrapping up. Happy New Year! |
Just wanted to jump in to this conversation and state that I have the same problem as @vingerhoed but mine get's stuck at 8%. I've followed the whole thread and running windows 11 =) |
Hey, just reaching out through here 'cause i haven't heard from you in a while. have you already got the chance to look at my last problem? thanks! |
I'm also experiencing the issue of videos getting stuck at "Waiting for final videos..." super cool program! Images worked just fine. |
Hey! It was a very hectic January for me, thank you for your patience. #20 has changed the program so by default, it runs one video at a time. This will either
Please download the latest version and try again, using the tagging all relevant parties: @vingerhoed @carlgustafsson01 @njd1988 |
Okay so tried downloading the new code repo. After I tried using the command line When running Hope some of this will help, otherwise I'm all ears if you want to debug. |
Hey! This is useful, it's good to know that ffmpeg is what's crashing. What I should do is ensure the script keeps running on all the videos it's able to, instead of completely quitting if one video fails, and print out all the errors at the end. I'll get on that later today.
**Update**: I'm going to make it much easier to get ffmpeg logs in #21, aiming to get that in this week. You can still follow the next paragraph if you want more immediate help, but if you wait a bit it should be much easier on your end. I'll make the script output this stuff to a file so you can just drag and drop the log here.
~~This doesn't solve the fact that ffmpeg is crashing at all though. If you're game to help debug, please try again with `-vv`, not `-v`. `-v` only prints out this script's debugging text, which isn't useful since ffmpeg is crashing. `-vv` will print out *everything*, including what ffmpeg is outputting. It will have even more text, but what should happen is this script crashes again, but we can actually see what ffmpeg was doing and why it's quitting.~~
…-------- Original Message --------
On 2/9/25 4:39 AM, Carl Gustafsson wrote:
***@***.***(https://github.com/aidandenlinger)
Okay so tried downloading the new code repo.
After I tried using the command line python main.py -v --video-only I get endless text which doesn't seem to stop (I couldn't see any progress on it either.)
When running python main.py --video-only i got these error messages after 10%
Handling videos... (this will be slower than the pictures and will have hitches!) 10%|███████▋ | 185/1883 [00:34<05:13, 5.42it/s] Traceback (most recent call last): File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\main.py", line 120, in <module> main() ~~~~^^ File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\main.py", line 82, in main res = add_metadata( args.memories_folder, ...<3 lines>... ffmpeg_async=args.run_async ) File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\SnapchatMemoriesCaptionAdder\adder.py", line 98, in add_metadata process = ffmpeg_add_metadata( base, ...<5 lines>... allow_overwriting=allow_overwriting, ) File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\SnapchatMemoriesCaptionAdder\_ffmpeg.py", line 75, in ffmpeg_add_metadata output_node.run(quiet=quiet) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "C:\Users\calle\AppData\Local\Programs\Python\Python313\Lib\site-packages\ffmpeg\_run.py", line 325, in run raise Error('ffmpeg', out, err) ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
Hope some of this will help, otherwise I'm all ears if you want to debug.
—
Reply to this email directly, [view it on GitHub](#11 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ALJ3IWNFMO3G5KIQWQDJBPD2O5EBFAVCNFSM6AAAAABRE5CF4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGIYTOMBQHA).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Also, could I ask what OS you're running (Mac, Windows, Linux, or something else), and verify that running `ffmpeg -version` says "ffmpeg 7.1" on the first line? It's helpful to determine what's happening. Thank you!
…-------- Original Message --------
On 2/9/25 4:39 AM, Carl Gustafsson wrote:
***@***.***(https://github.com/aidandenlinger)
Okay so tried downloading the new code repo.
After I tried using the command line python main.py -v --video-only I get endless text which doesn't seem to stop (I couldn't see any progress on it either.)
When running python main.py --video-only i got these error messages after 10%
Handling videos... (this will be slower than the pictures and will have hitches!) 10%|███████▋ | 185/1883 [00:34<05:13, 5.42it/s] Traceback (most recent call last): File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\main.py", line 120, in <module> main() ~~~~^^ File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\main.py", line 82, in main res = add_metadata( args.memories_folder, ...<3 lines>... ffmpeg_async=args.run_async ) File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\SnapchatMemoriesCaptionAdder\adder.py", line 98, in add_metadata process = ffmpeg_add_metadata( base, ...<5 lines>... allow_overwriting=allow_overwriting, ) File "C:\Users\calle\Desktop\SnapchatData\SnapchatMemoriesCaptionAdder-main\SnapchatMemoriesCaptionAdder\_ffmpeg.py", line 75, in ffmpeg_add_metadata output_node.run(quiet=quiet) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "C:\Users\calle\AppData\Local\Programs\Python\Python313\Lib\site-packages\ffmpeg\_run.py", line 325, in run raise Error('ffmpeg', out, err) ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
Hope some of this will help, otherwise I'm all ears if you want to debug.
—
Reply to this email directly, [view it on GitHub](#11 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ALJ3IWNFMO3G5KIQWQDJBPD2O5EBFAVCNFSM6AAAAABRE5CF4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNBWGIYTOMBQHA).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This is the FFmpeg version. Couldn't find a specific version number but maybe the date works? I'm running Windows 11 - 10.0.26100 Build 26100 |
Here is the code when doing the
|
Alright so I did run it and got the same issue as @carlgustafsson01 . My ffmpeg version does return version 7.1, but it seems to return something in line with Carl. It returns so much stuff that I think cmd prompt just cuts the top of, i'm not sure. Also it's to mucht to put as text into a comment. I've pasted the return in a .txt file and included this. (Friendly reminder that this is my first time using github, if you'd like any other way to get my returns let me know and I'll see what i can do) return -vv.txt |
@vingerhoed @carlgustafsson01 Thank you both for the logs, this is very useful! Appreciate y'all dealing with the awkwardness of this program and getting these logs in the first place :) I just merged #21. Instead of stopping the whole script when a video fails to convert, it'll log the error and continue trying to convert the rest. I'd like to ask you to update the program, run it, and see how many videos failed to convert. Run it without Future WorkI want to extend #21 so when a video fails to convert, it'll write that ffmpeg log to a file. That way, if there's more debugging, I can just ask you to run the program and drag/drop those text files to me, easy peasy. And of course, I need to figure up what's the actual bug with ffmpeg. The logs are very useful, thank you! I'm not familiar enough with ffmpeg itself to determine why I want to bury this hatchet and get this resolved, but I can't make promises about my time and availability. It's a much less hectic February than January was, so I hope to continue to dedicate more time to this. |
So I ran the full script on all memories, images and video's. It ran smooth, pretty consistent speed. Just three files which resulted in an error. Just normal video's with their overlays, nothing suspicious which caught my attention. Running the code again with only the three failed .mp4 and overlay files as input returns, as expected, a lot of "couldn't find files' and an empty output folder. So the three failed ones seem to consistently result in an error. But 3 out of more than 5000 files is more than acceptable, so theres that. |
Success! I redownloaded the program, moved it to my desktop, then ran it with the '--video-only' flag. Quickly ran through the videos with no errors. Thank you! I'll start 2023 and report back if there are any issues. Side note- is anyone else seeing that some overlays are not included in the Snapchat data export for videos? Just realized a sticker overlay was missing for one of my videos. I'll have to request the data again to see if that resolves it. |
This has to be one of the biggest rabbit holes I've gone through ever. I just want to download all my snapchat memories, with captions and the correct metadata and now I've installed multiple github applications and am now reading about repository's and running raw code. I have a very basic understanding if python, because I just started a degree in Data Science & AI, but this looks really intimidating.
But enough smalltalk. My question is if somebody is able to help me figuring this thing out, so i can finally delete snapchat. (or if anyone recommends just giving up, regarding my lack of understanding)
The text was updated successfully, but these errors were encountered: