Open
Description
Describe the bug
Environment:
PC1 load snippets by mounting google drive.
Now, PC1 show 0 snippets in setting after start up the program,
Its not working even click Reload Storage / Load Existing Storage.
Then i copy the db.json to local drive and load still not working.
But i using another PC2/Mac3 they can load the db with same version of masscode
I can send you the db.json file by email, because it have many snippets and maybe contain passwords.
So i don't to send here for public
To reproduce
- Go to ...
- Click on ...
- Scroll down to ..
- See error
Version
3.11.0
OS
windows 11
Validations
- Follow our Code of ConductCheck that there isn't already an issue that reports the same bug to avoid creating a duplicate.Check that this is a concrete bug. For Q&A open a GitHub Discussion.
Activity
ondrovic commentedon Oct 15, 2024
might be related to this: 481
snowraincloud commentedon Oct 30, 2024
windwos modifies reserved ports :
netsh int ipv4 set dynamic tcp start=49152 num=16384
net stop winnat
net start winnat
ondrovic commentedon Nov 2, 2024
Yep the best thing to do would be to make the API_PORT definable in preferences there is a discussion item about it here
#329 , I think that is going to be the only way to resolve these since windows does what it wants 🤣