Pankaj0038 / dcodeKi

Python GUI based encoder-decoder tool
https://pankaj0038.github.io/dcodeKi/
8 stars 18 forks source link

Handle errors #27

Closed Pankaj0038 closed 9 months ago

Pankaj0038 commented 9 months ago

Every time when an error occur the program stop running , Your task is to fix this , I mean you need to make it able to run after an exception also

(exception are like : wrong input data (needed binary but given anything else) , functionality error , edge cases etc)

SGCODEX commented 9 months ago

Bhaiya was the str not callable error part of this only? :) Screenshot 2024-01-16 012625 If yes so solved this in the issue in requested pr #28

Pankaj0038 commented 9 months ago

nah actually not you need to make it to continue to run even after an exception

SGCODEX commented 9 months ago

We can use try block... but tag easy is just so less rewarding for it 😂😂

Pankaj0038 commented 9 months ago

you just need to add the try-catch block , that is not a big deal
I know you can do it easily

SGCODEX commented 9 months ago

okay bhaiya, after search bar will be on it :)

Pankaj0038 commented 9 months ago

okay but finish the search bar first , if nobody till then comment under it I will assign it to you

SGCODEX commented 9 months ago

Yes Bhaiya

ayushmorbar commented 9 months ago

Hey 👋, I want to work on this issue as part of JWoC!

Pankaj0038 commented 9 months ago

Okay @ayushmorbar

ayushmorbar commented 9 months ago

On it.

ayushmorbar commented 9 months ago

Hey, wondering as if we're handling the errors in this code so should we use the 'logging module' to track the error logs.

Pankaj0038 commented 9 months ago

ya you can use that

Pankaj0038 commented 9 months ago

@ayushmorbar submit your task asap

ayushmorbar commented 9 months ago

@ayushmorbar submit your task asap

Please do refer #74