Giter VIP home page Giter VIP logo

Comments (12)

marvelindxb avatar marvelindxb commented on June 16, 2024

image
This is the error I'm getting.

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

image

Please look into it to put it in a test run.

from community-skeleton.

komal-webkul avatar komal-webkul commented on June 16, 2024

@marvelindxb,

Can you please share the project log files available in the you-project-folder/var/log directory relative to your project directory.
dev log-file

In case these files are of large size, I would first suggest you to delete these files and try refreshing your mailbox again.

In case of any issues, they should be logged into the newly generated log files accordingly. You can then share these log files with us which would help us look into what went wrong and where.

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

This is the requested log file!
dev1.log

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

Any update on this issue @uvdesk Team???

from community-skeleton.

akshaywebkul avatar akshaywebkul commented on June 16, 2024

Hello marvel,

Do you have access to postman that can be used debug the issue? If so, I'll share with you steps on how you can go about debugging this issue.

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

Sure I can do that, if you guide me and update you the result.

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

Good morning, waiting for the update?
Any luck!!!

from community-skeleton.

komal-webkul avatar komal-webkul commented on June 16, 2024

Hello marvel,

Please follow the below steps for postman debug:

Step 1: First you will fetch the mailbox command here you shown an error while fetching emails

Step 2: Now you will be some changes in your code in RefreshMailboxCommand.php file follow the below path:

vendor/uvdesk/mailbox-component/Console/RefreshMailboxCommand.php

Add the below code in your code for download emails content in local. Also, attached a screenshot:

// Download emails
$timestamp = time();
file_put_contents(getcwd() . "/var/mail-$timestamp.eml", $message);

Screenshot from 2023-08-29 18-45-16

Step 3: Now go to the MailboxChannelXHR.php file follow the below path:

vendor/uvdesk/mailbox-component/Controller/MailboxChannelXHR.php

And add this line above of try catch :

$processedThread = $this->mailboxService->processMail($request->get('email'));

Check the below screenshots add like this:

Screenshot from 2023-08-29 18-44-55

Step 4: Now refresh the mailbox command again and here shows your mails downloads with email contents. You can check the downloaded email on var/emails

Screenshot from 2023-08-29 19-22-23

Step 5: Now open your terminal when you have refreshed your mailbox command. Here you will be shown a api mailbox url copy this url: [http://localhost/uvdesk-latest/hd-1.1.3/public/mailbox/listener]

Screenshot from 2023-08-29 19-24-14

Step 6: Now open the postman and add this email content.

Action:: Post
Requested-url: http://your-helpdesk-url/public/mailbox/listener
Key:: email
Value:: email-raw-content

image

After that click on send button and here you will be shown a email exception if any error and check it.

Kind Respects,
Uvdesk Team

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

it is still showing the same error

from community-skeleton.

marvelindxb avatar marvelindxb commented on June 16, 2024

image
Additionsaly I checked with postman also and found this error.

from community-skeleton.

komal-webkul avatar komal-webkul commented on June 16, 2024

@marvelindxb ,

Let us know, you are still facing the same issue or not. At this moment, we are closing this issue. If you have still facing the same issue then you can reply on the same thread.

Thanks and Regards
Uvdesk Team

from community-skeleton.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.