You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
before I describe my issue, let me say that I am using Kali Linux with the 6.1.13-surface kernel and GNOME 43.1 as my DE, which I know is not the distro @tarelda uses, but if you have an instant Idea for a fix, please let me know. In return, I am willing to do some translation work for German.
I have installed the App like instructed, but when I open the extension window, I get the error
"Soup.form_request_new_from_hash is not a function". I
got a fix once using a replacement in todoist.js
"let message = Soup.Message.new_from_encoded_form('GET', MY_URL, Soup.form_encode_hash(params));"
After that, I got
"this._session.queue_message is not a function"
after which I decided to post this issue and start understanding your code instead of fixing singular error messages. If I find a solution, I will post it here.
The text was updated successfully, but these errors were encountered:
@M0tix Excuse me my late response, but my inbox was flooded with evcc messages and I didn't notice this one.
It seems that GNOME 43 has migrated from soup 2 to soup 3. There is migration guide, but I think new code should be guarded with GNOME version check. Fortunately AFAIR everything Soup related is in todoist.js, so adjusting it should be sufficient.
Hello,
before I describe my issue, let me say that I am using Kali Linux with the 6.1.13-surface kernel and GNOME 43.1 as my DE, which I know is not the distro @tarelda uses, but if you have an instant Idea for a fix, please let me know. In return, I am willing to do some translation work for German.
I have installed the App like instructed, but when I open the extension window, I get the error
"Soup.form_request_new_from_hash is not a function". I
got a fix once using a replacement in todoist.js
"let message = Soup.Message.new_from_encoded_form('GET', MY_URL, Soup.form_encode_hash(params));"
After that, I got
"this._session.queue_message is not a function"
after which I decided to post this issue and start understanding your code instead of fixing singular error messages. If I find a solution, I will post it here.
The text was updated successfully, but these errors were encountered: