Skip to content

[Bug]: cannot load db.json sometime #488

Open
@darkjackx

Description

@darkjackx

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

  1. Go to ...
  2. Click on ...
  3. Scroll down to ..
  4. See error

Version

3.11.0

OS

windows 11

Validations

  • Follow our Code of Conduct
    Check 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

ondrovic commented on Oct 15, 2024

@ondrovic

might be related to this: 481

snowraincloud

snowraincloud commented on Oct 30, 2024

@snowraincloud

windwos modifies reserved ports :
netsh int ipv4 set dynamic tcp start=49152 num=16384
net stop winnat
net start winnat

ondrovic

ondrovic commented on Nov 2, 2024

@ondrovic

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 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      [Bug]: cannot load db.json sometime · Issue #488 · massCodeIO/massCode