bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

Clicking on Attachments crashes #240

Closed LibreHacker closed 3 years ago

LibreHacker commented 4 years ago

-> Pixbuf: FAIL (Server returned 403: Forbidden)

later ~ 5 seconds

No such file or directory

Segmentation fault

System - Arch Linux

bleakgrey commented 4 years ago

Can you post the detailed logs? I can't quite piece together what exactly happened here.

LibreHacker commented 4 years ago
** (com.github.bleakgrey.tootle:2280): WARNING **: 17:31:24.418: Cache.vala:97: "url.com/filename.(gif/.png)"-> Pixbuf: FAIL (Server returned 403: Forbidden)
** (com.github.bleakgrey.tootle:2280): WARNING **: 17:31:32.947: Desktop.vala:75
Error: Error creating directory /home/username/Downloads/Tootle/url.com: No such file or directory

Segmentation fault

It's all what i see.

bleakgrey commented 4 years ago

Did Tootle crash when you tried to open an attachment?

LibreHacker commented 4 years ago

Did Tootle crash when you tried to open an attachment?

Yes

bleakgrey commented 4 years ago

Next time, please use the "Bug Report" template that already contains all the questions needed to pinpoint the problem.

dduenker commented 3 years ago

Had the same issue, solved it by creating the directory ~/Downloads/Tootle/. Apparently tootle expects it to exist and does not create it, when needed.

marek-lach commented 3 years ago

Related: #204

Tootle needs to have an option not to open/download every media attachment it stumbles upon.