Skip to content
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

Invalid uuid string error. #5

Closed
adjenks opened this issue Oct 11, 2019 · 3 comments
Closed

Invalid uuid string error. #5

adjenks opened this issue Oct 11, 2019 · 3 comments

Comments

@adjenks
Copy link
Contributor

adjenks commented Oct 11, 2019

Getting this error from two different emails:

{
    "message": "Invalid UUID string: 1000000003000000",
    "file": "/vendor/ramsey/uuid/src/Codec/StringCodec.php",
    "code": 0,
    "line": 146,
    "previous": null,
    "trace": [
        {
            "file": "/vendor/ramsey/uuid/src/Codec/StringCodec.php",
            "line": 81,
            "function": "extractComponents",
            "class": "Ramsey\\Uuid\\Codec\\StringCodec",
            "type": "->",
            "args": [
                "1000000003000000"
            ]
        },
        {
            "file": "/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php",
            "line": 84,
            "function": "decode",
            "class": "Ramsey\\Uuid\\Codec\\StringCodec",
            "type": "->",
            "args": [
                "1000000003000000"
            ]
        },
        {
            "file": "/vendor/ramsey/uuid/src/UuidFactory.php",
            "line": 188,
            "function": "decodeBytes",
            "class": "Ramsey\\Uuid\\Codec\\GuidStringCodec",
            "type": "->",
            "args": [
                "\u0010\u0000\u0000\u0000\u0003\u0000\u0000\u0000"
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/OLE/Guid/OleGuid.php",
            "line": 28,
            "function": "fromBytes",
            "class": "Ramsey\\Uuid\\UuidFactory",
            "type": "->",
            "args": [
                "\u0010\u0000\u0000\u0000\u0003\u0000\u0000\u0000"
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/Property/PropertyStore.php",
            "line": 335,
            "function": "fromBytes",
            "class": "Hfig\\MAPI\\OLE\\Guid\\OleGuid",
            "type": "::",
            "args": [
                "\u0010\u0000\u0000\u0000\u0003\u0000\u0000\u0000"
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/Property/PropertyStore.php",
            "line": 64,
            "function": "parseProperties",
            "class": "Hfig\\MAPI\\Property\\PropertyStore",
            "type": "->",
            "args": [
                []
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/Property/PropertyStore.php",
            "line": 41,
            "function": "load",
            "class": "Hfig\\MAPI\\Property\\PropertyStore",
            "type": "->",
            "args": [
                []
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/Message/Message.php",
            "line": 54,
            "function": "__construct",
            "class": "Hfig\\MAPI\\Property\\PropertyStore",
            "type": "->",
            "args": [
                [],
                null
            ]
        },
        {
            "file": "/vendor/hfig/mapi/src/MAPI/MapiMessageFactory.php",
            "line": 22,
            "function": "__construct",
            "class": "Hfig\\MAPI\\Message\\Message",
            "type": "->",
            "args": [
                []
            ]
        }
        ,"..."
      ]
}
@adjenks adjenks changed the title Invalid uui error. Invalid uuid string error. Oct 11, 2019
@adjenks
Copy link
Contributor Author

adjenks commented Oct 11, 2019

Sorry, I kept editing it, realizing that my solutions made it function but were not perfect, I believe this latest pull request is the correct action: #8

@hfig
Copy link
Owner

hfig commented Nov 21, 2019

I have merged your PR. Thank you for the contrib.

@hfig hfig closed this as completed Nov 21, 2019
@adjenks
Copy link
Contributor Author

adjenks commented Nov 21, 2019

Awesome. My pleasure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants