• Furkan Alemdaroglu 2
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
i was pushing my codes without any problem after sfdx update 7.197.8 (April 20, 2023) i am getting these error : 
 sfdx force:source:push --json --loglevel fatal --forceoverwrite
 SfError: Unable to parse deploy diagnostic with empty problem: [object Object]
    Code: SfError
i was pushing my codes without any problem after sfdx update 7.197.8 (April 20, 2023) i am getting these error : 
 sfdx force:source:push --json --loglevel fatal --forceoverwrite
 SfError: Unable to parse deploy diagnostic with empty problem: [object Object]
    Code: SfError
I'm at Challenge 6 and I'm stuck. I've tested that my code produces the Chatter post to the group, and my AnnouncementQueueable class implements Queuable. I've implemented the excecute() method. But still I get this error:

"Challenge Not yet complete... here's what's wrong: 
Ensure that you implement the Queueable interface in the announcementsQueueable class."

Anyone have an answer? I'd love to complete my PDII before end of year. This feels like a testing defect.