
What happend to MetroTube
Yesterday morning i used MetroTube as normal but then it stopped working and just displays: Video is unavilable. Can someone help?

Yesterday morning i used MetroTube as normal but then it stopped working and just displays: Video is unavilable. Can someone help?
Unison is a WhatsApp Multi-Device client for Windows 10 Mobile (Lumia first, desktop UWP second). Your phone stays primary; Unison is a linked companion, Baileys-style.
1.3.0 was the new socket stack. 1.5.0 is the chat you actually live in.
After you install: restart once. If old quotes, pins, reactions, or @mentions look wrong, resync that chat from the phone.
Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session. Download Repositories:
Thank you u/megabytesme
In this release, I have added:
Available here: Release LibreSpotUWP v1.0.3 · megabytesme/LibreSpotUWP
Also LibreSpotUWP Login Helper: Release LibreSpotUWP Login Helper v1.0.0.3 · megabytesme/LibreSpotUWPLoginHelper
I've been using 1.1.1 for several days, and I just installed 1.3 on both my backup and primary WhatsApp accounts. Guys, it's so nice to have even basic 1:1 chats again for WhatsApp on W10M!
More features are in store, so let's support these awesome devs and show the app some love!
This release introduces the new Baileys 7.0.0-rc14-based socket architecture, alongside major improvements to messaging, media handling, synchronization, UI, shell management, and reliability.
Unison.Socket project (netstandard2.0), mirroring the Baileys 7.0.0-rc14 src/ structure.ConnectionHandler, covering Noise, queries, keepalive, pairing, and tag-based dispatch.WhatsAppSession to compose the new protocol modules.Connection, Message, Contact, Chat, Profile, and History.SocketBridge to connect the new session to the existing UI while the legacy layer is progressively removed.MessageRetryManager with LRU tracking and retry reasons.LidMappingStore._authState was set to null.HistoryFacade.OopHandlerService.LayoutCycleException when opening 1:1 chat information.Unison 1.3.0 establishes the foundation for the migration from the legacy WhatsApp implementation to the new Baileys 7.0.0-rc14-based architecture.
The existing UWP application continues to operate through SocketBridge, allowing the new socket and facade layers to be introduced without requiring the entire UI to be rewritten at once. The legacy WhatsAppService remains temporarily for compatibility while the migration continues.
WhatsAppService is still present for compatibility during the migration.Credits (Github Ids):
Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session.
Download Repositories:
- WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.
- Metrostore: Another great Microsoft Store replacement but requires manual install of apps...
GDrive Repositories (Unison/WinArchive/Metrostore):
https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing
Github Source Code:
- Since its a preview feature still isnt merged on main, so check the release pages to grab the correct source code... If you're willing to help , feel free to do Pull Requests. And give us feedback here and suggestions
MaskNinjaSquared/Unison: UWP WhatsApp client aimed primarily for Windows 10 Mobile
https://github.com/ZuneTracks/SyncBoxMobile/releases/
App supports version 15063 of W10M, and includes the necessary .cer file (install it first to your device) and then the two dependencies, and then the main appx file. The UI is VERY basic. I ran into a XAML compatibility issue with the UI and first and had to scale it back to a much more basic one because it refused to start up.
You will need to sign in to your dropbox account on the web, and then go to https://www.dropbox.com/developers/apps/ and then create a new app. Call it whatever you want it to be. Apply the permissions you want it to have. I suggest Read-only at this point.
Once you have the new app created in your Dropbox developer profile, go down to the OAUTH2 section and click on "Generate" under "Generated access token", this is what you will use to by-pass OAUTH and MFA for Dropbox. Once you enter this in the app, and then save it, the key is saved in the system, so whenever you remove it and install another version, it retains the token. The token is a mile long, so be sure to copy it to a txt file, upload it to your phone, and then copy/paste it in the field, then save it.
This is a barebones client, and I just wanted to see if I could even do it. I did this completely in Githbu/Co-pilot. Remember, this is a alpha, at best. I have no idea what I'm doing with this vibe-coding stuff. Don't come for me if this thing messes up your Dropbox.
Edit: as an aside, I did discover that in my previous 1.0.0.20 release, it was re-uploading my entire camera roll. I put in a checker to ensure it only uploads pictures taken AFTER the app is installed, and it is supposed to verify existing image hashes in Dropbox with whats on your phone, and avoid any duplicates...SUPPOSED to, again I'm new to this.