Re: [Linphone-users] TypeError: Value is undefined ...

2023-04-04 Thread ael via Linphone-users
On Sun, Jan 22, 2023 at 02:44:54PM +, ael via Linphone-users wrote:
> On Sat, Jan 21, 2023 at 02:47:35PM +, ael via Linphone-users wrote:
> 
> > For a while now, I have not been able to add new contacts. I can enter
> > the new name, but clicking on the (+) icons to enter the sip address,
> > etc does nothing other than produce the type error:
> > 
> > (From the log)
> > 
> > 14:32:16:665][0x557f8a81efc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
> >  TypeError: Value is undefined and could not be converted to an object

I think that I now understand what is happening. I was trying to modify
the wrong field. Mind you, it is natural to want to modify "company" and
so on, and those errors still occur. But I think it is another case of
absent documentation.

I really needed to modify the main name field, but it was not obvious
that it could be directly (re-)edited.

ael


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] TypeError: Value is undefined ...

2023-01-28 Thread ael via Linphone-users
On Mon, Jan 23, 2023 at 09:04:04AM +0100, Peio Rigaux wrote:
> I do not reproduce your issue on the latest desktop Appimage release.
> 
> Could you check if your issue is also present there ? This would help us
> all, especially the Debian maintainers.
> 
> Peio Rigaux
> 
> Le 22/01/2023 à 15:44, ael via Linphone-users a écrit :
> > On Sat, Jan 21, 2023 at 02:47:35PM +, ael via Linphone-users wrote:
> > 
> > > For a while now, I have not been able to add new contacts. I can enter
> > > the new name, but clicking on the (+) icons to enter the sip address,
> > > etc does nothing other than produce the type error:
> > > 
> > > (From the log)

Some new data: I have only just noticed that the current debian version
has been dumping core with a seg fault. 
gdb  reports:
Core was generated by `/usr/bin/linphone'.
Program terminated with signal SIGSEGV, Segmentation fault.
I will install the dbg packages and get a proper dump.

As I say, this is not a new version from git: haven't had time to even
look at that just yet.

ael


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] TypeError: Value is undefined ...

2023-01-24 Thread ael via Linphone-users
On Mon, Jan 23, 2023 at 09:04:04AM +0100, Peio Rigaux wrote:
> Hello.
> 
> Did you try to use our AppImages available here
>  ?

Not so far. I fear that I not familiar with AppImages and I would need
to do some reading to satisfy myself that it is safe and secure.
I suspect that I would find it easier, quicker and safer to compile a version
from the github desktop repository, but I will need to find some time to
do that...

ael

> I do not reproduce your issue on the latest desktop Appimage release.
> 
> Could you check if your issue is also present there ? This would help us
> all, especially the Debian maintainers.

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] TypeError: Value is undefined ...

2023-01-23 Thread Peio Rigaux

Hello.

Did you try to use our AppImages available here 
 ?


I do not reproduce your issue on the latest desktop Appimage release.

Could you check if your issue is also present there ? This would help us 
all, especially the Debian maintainers.



Regards,

Peio Rigaux
Junior DevOps Engineer
Belledonne Communications, the company behind Linphone
Linphone.org 

Le 22/01/2023 à 15:44, ael via Linphone-users a écrit :

On Sat, Jan 21, 2023 at 02:47:35PM +, ael via Linphone-users wrote:


For a while now, I have not been able to add new contacts. I can enter
the new name, but clicking on the (+) icons to enter the sip address,
etc does nothing other than produce the type error:

(From the log)

14:32:16:665][0x557f8a81efc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
 TypeError: Value is undefined and could not be converted to an object

Linphone itself reports:
Desktop 4.4.10 - Qt5.15.7
Core 5.1.65

A new version (4.4.10-2+b2) of linphone-desktop arrived in testing today.
Desktop 4.4.10 - Qt5.15.8
Core 5.1.65
The same TypeError is present in this new vesrion.

A similar TypeError occured when I tried to modify a contact::
[14:32:08:464][0x555c3d726fc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
 TypeError: Cannot read property '$value' of undefined

ael


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


OpenPGP_0x99D28356FED78143.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] TypeError: Value is undefined ...

2023-01-22 Thread Paolo Francesco Sorrentino
Could you remove me from this

Abbé
Paolo Francesco Sorrentino

Abbé Paolo Francesco Sorrentino
Kloster Maria Engelport
Flaumbachtal 4
56253 Treis-Karden
Deutschland

On Sun, Jan 22, 2023, 3:46 p.m. ael via Linphone-users <
linphone-users@nongnu.org> wrote:

> On Sat, Jan 21, 2023 at 02:47:35PM +, ael via Linphone-users wrote:
>
> > For a while now, I have not been able to add new contacts. I can enter
> > the new name, but clicking on the (+) icons to enter the sip address,
> > etc does nothing other than produce the type error:
> >
> > (From the log)
> >
> >
> 14:32:16:665][0x557f8a81efc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
> TypeError: Value is undefined and could not be converted to an object
> >
> > Linphone itself reports:
> > Desktop 4.4.10 - Qt5.15.7
> > Core 5.1.65
>
> A new version (4.4.10-2+b2) of linphone-desktop arrived in testing today.
> Desktop 4.4.10 - Qt5.15.8
> Core 5.1.65
> The same TypeError is present in this new vesrion.
>
> A similar TypeError occured when I tried to modify a contact::
> [14:32:08:464][0x555c3d726fc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
> TypeError: Cannot read property '$value' of undefined
>
> ael
>
>
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] TypeError: Value is undefined ...

2023-01-22 Thread ael via Linphone-users
On Sat, Jan 21, 2023 at 02:47:35PM +, ael via Linphone-users wrote:

> For a while now, I have not been able to add new contacts. I can enter
> the new name, but clicking on the (+) icons to enter the sip address,
> etc does nothing other than produce the type error:
> 
> (From the log)
> 
> 14:32:16:665][0x557f8a81efc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
>  TypeError: Value is undefined and could not be converted to an object
> 
> Linphone itself reports:
> Desktop 4.4.10 - Qt5.15.7
> Core 5.1.65

A new version (4.4.10-2+b2) of linphone-desktop arrived in testing today.
Desktop 4.4.10 - Qt5.15.8
Core 5.1.65
The same TypeError is present in this new vesrion.

A similar TypeError occured when I tried to modify a contact::
[14:32:08:464][0x555c3d726fc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
 TypeError: Cannot read property '$value' of undefined

ael


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] TypeError: Value is undefined ...

2023-01-21 Thread ael via Linphone-users
I am running linphone desktop under debian testing:

$ dpkg -s linphone-desktop
Package: linphone-desktop
[..snip..]
Maintainer: Debian VoIP Team 
Architecture: amd64
Source: linphone-desktop (4.4.10-2)
Version: 4.4.10-2+b1
.

For a while now, I have not been able to add new contacts. I can enter
the new name, but clicking on the (+) icons to enter the sip address,
etc does nothing other than produce the type error:

(From the log)

14:32:16:665][0x557f8a81efc0][Warning]qrc:/ui/modules/Common/Form/ListForm.js:70:
 TypeError: Value is undefined and could not be converted to an object

Linphone itself reports:
Desktop 4.4.10 - Qt5.15.7
Core 5.1.65

In passing, I have also recently found a probably unrelated bug: after
accepting an incoming call successfully, the next incoming call from the
same caller is not detected by linphone unless it is restarted. This when
using sipgate.co.uk as the registry. I haven't explored this bug
properly or collected logs so far, nor am I sure whether a "second"
call from another caller is also rejected.

But for now, lets's concentrate on the inability to add a new contact...

ael

___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users