Bug 451742

Summary: Error sending the crash report: /Did not receive a token./
Product: [Applications] drkonqi Reporter: Aaron VonderHaar <gruen0aermel>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Aaron VonderHaar 2022-03-20 22:01:07 UTC
SUMMARY

I was walked through the wizard to report a crash for another app, but sending the crash report failed.


STEPS TO REPRODUCE
1. An application crashed
2. Go through the error reporting wizard:
3. In the wizard, I logged in to my bugs.kde.org account for the first time
4. Received the message "Error sending the crash report:  /https://bugs.kde.org/rest/bug?token=..."
5. Clicked "Retry"
6. Received the message "Error sending the crash report: /Did not receive a token./"
7. Clicking "Retry" again repeats at step 4.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.22.5
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

I allowed cookies for bugs.kde.org and disabled "Only accept cookies from originating server" in System Settings -> Cookies, but the issue still persists.
Comment 1 Aaron VonderHaar 2022-03-20 22:02:54 UTC
EXPECTED RESULT

The error report should be submitted, or Konqi should tell me what to do to allow it to work.
Comment 2 Harald Sitter 2022-03-21 14:36:24 UTC
Plasma 5.22 is unfortunately no longer supported.
Comment 3 Aaron VonderHaar 2022-03-21 19:07:18 UTC
Oh thanks, the Discover app had given me no indication that I was using an unsupported version!

For future readers, I was able to upgrade with:

```
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt dist-upgrade
```