Bug 427585 - Unexpected exception
Summary: Unexpected exception
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: 20.04.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-12 11:18 UTC by Arvand
Modified: 2020-10-12 16:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvand 2020-10-12 11:18:17 UTC
SUMMARY when i wanna update or install some apps and packages on bash Konsole always this error does not allow me! " Unexpected exception.
/etc/zypp/repos.d/atom.repo: Section [Atom]: Line 4 contains garbage (no '=' or ':/?|,\' in key)

also i removed the atom but didn't solved
Please file a bug report about this. "



STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: yes
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.71.0
Qt Version: 5.12.7

ADDITIONAL INFORMATION
Comment 1 Arvand 2020-10-12 11:20:11 UTC
i just wanna remove the atom and tried but didn't success and this error always happen!
Comment 2 tcanabrava 2020-10-12 12:54:35 UTC
This is not related to Konsole, this looks like a problem with Zypper (OpenSuse) and/or it's configuration files.

I understand that filling a bug report takes time, and that someone saying "it's not our fault" is not really reassuring. Konsole is the application that run's a command line interpreter, like bash and zsh. If you have problems running commands from that interpreter, the issue is not with konsole. 
If, on the other hand, the output generated by those applications are displaying incorrectly on the screen, that would be a bug for konsole.
Comment 3 Wolfgang Bauer 2020-10-12 16:54:41 UTC
The obvious way to fix your problem, would be to delete the file /etc/zypp/repos.d/atom.repo (e.g. via "sudo rm /etc/zypp/repos.d/atom.repo").

According to zypper's error message, that file contains garbage instead of a valid repository configuration.

(In reply to Arvand from comment #0)
> Please file a bug report about this. "
The actual message should be like this though:
Unexpected exception.
/etc/zypp/repos.d/xxx.repo: Section [xxx]: Line 4 contains garbage (no '=' or ':/?|,\' in key)
Please file a bug report about this.
See http://en.opensuse.org/Zypper/Troubleshooting for instructions.

So please go to the mentioned URL to see how to file a bug about zypper if you want to report that error. (although a broken repo file is IMHO not really a good reason to file a bug report)