pbauerochse / youtrack-worklog-viewer

A tool to keep track of the work hours you spent on issues in the YouTrack issue management system
MIT License
39 stars 10 forks source link

error on opening when accent in favourites #49

Open batihu opened 1 year ago

batihu commented 1 year ago

hi I cant open the application when I have an issue in favourites with accent in summary repro: 1 open the worklogger 2 put an issue to favourites wich have an accented character in the summary

eg: in config

...
  "favourites" : {
    "searches" : [ ],
    "issues" : [ {
      "id" : "SUP-1",
      "summary" : "Support"
    }, {
      "id" : "SUP-234",
      "summary" : "Support (PO) issue"
    }, {
      "id" : "SUP-1",
      "summary" : "SUPPORT"
    }, {
      "id" : "SUP-84",
      "summary" : "PO issue"
    }, {
      "id" : "LOG-10",
      "summary" : "Státuszok, mítingek"
    } ]
  }
  ...

3 close worklogger 4 try open worklogger but it can't start

pbauerochse commented 6 months ago

Hi @batihu ,

sorry I can not reproduce the issue. Could you please provide some more details: which operating system are you on? Is the settings.json in utf-8 format?

Could you send me the log file from ~/.youtrack-worklog-viewer/logs/worklog-viewer.log after the issue happened?