[codenameone-discussions] Re: HTTP Webservice error after plugin update

2017-08-16 Thread Nicola Dell'Amico
Yes may be, but now the methods returns wrong results and that a really nasty bug which I casually found because the return value has to match key in a server dictionary , and the key was not found issuing an exception . Please fix and release a netbeans update thanks Nicola Il giorno

Re: [codenameone-discussions] Re: Captured audio: missing file extension

2017-08-16 Thread Shai Almog
If MP4 files have that issue then please file an issue and we'll check that. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [codenameone-discussions] Error: Null Pointer Exception com.codename1.p.g.f()

2017-08-16 Thread Shai Almog
If it's Android just connect the device with a cable and use DDMS/Logcat etc. to look at the logs. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Re: HTTP Webservice error after plugin update

2017-08-16 Thread Shai Almog
Hi, maybe a subtle behavior changed there. The expression language is a bit complex and relies on some behaviors we tried to improve a bit over the past year. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this

Re: [codenameone-discussions] Re: Captured audio: missing file extension

2017-08-16 Thread shop . service . assistant
Just to prove out the integrity of the .wav file downloaded, I processed the Audio File with this code and it plays perfectly media = MediaManager.createMedia(AudioFile, false); media.play(); Of course I would prefer the native player as it provides

Re: [codenameone-discussions] Error: Null Pointer Exception com.codename1.p.g.f()

2017-08-16 Thread shop . service . assistant
That makes sense, I will recheck, perhaps I was mistaken. On Wednesday, August 16, 2017 at 1:09:09 AM UTC-4, Shai Almog wrote: > > I means we don't obfuscate on iOS. We do obfuscate on Android > -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: HTTP Webservice error after plugin update

2017-08-16 Thread Nicola Dell'Amico
Hi Shai, I finally managed to solve my issue and I think I found a bug in the codenameone library. The problem wasn't related to server session but is a conversion problem in the Result class. public long getAsLong(final String path) throws IllegalArgumentException { String s =