error

  1. PracticalBot

    B4X FEED ListenableFuture is defined multiple times

    I am trying to compile one of the old projects but I am getting the following error: B4X: B4A Version: 12.20 Parsing code. (0.71s) Java Version: 11 Building folders structure. (0.31s) Compiling code. (0.42s) Compiling layouts code. (0.03s) Organizing libraries. (0.00s)...
  2. practicalsoft

    B4X FEED Issue with assets? [solved]

    I get this error in the console after doing xui.LoadBitmapResize: B4X: Error opening stream (/private/var/mobile/Containers/Data/Application/8C17164B-9840-4F81-9D8E-381759FA500C/tmp/virtual_assets/alert-icon-1562.png): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"...
  3. practicalsoft

    B4X FEED Issue with assets?

    I get this error in the console after doing xui.LoadBitmapResize: B4X: Error opening stream (/private/var/mobile/Containers/Data/Application/8C17164B-9840-4F81-9D8E-381759FA500C/tmp/virtual_assets/alert-icon-1562.png): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"...
  4. practicalsoft

    B4X FEED catch an error in release mode by log

    When I check an app in debug mode it's easy to understand where the error is, because in the log is reported which is the module and b4j line of the error. In release mode the check is not so easy: in my example there is a server application in which the log file is redirected on a file. The...
  5. practicalsoft

    B4X FEED GoogleOauth2 refresh token

    Hello. I use the Googleoauth2 class to send mail. Everything works fine, but when a week or so passes. the access token is not renewed and I get this error: B4X: Getting access token from refresh token... ResponseError. Reason: , Response: { "error": "invalid_grant", "error_description"...
  6. practicalsoft

    B4X FEED (Solved )BANano7.35 or way to solve error ERROR 21

    Hey guys I'm trying to test BANano - I can't see the version 7.35 in the IDE I downloaded 2 or 3 times and installed everything from scratch many times too, but I continue seeing v6.59 also reinstalled B4J, and reset.. I got BANano from here: [BANano] Website/App/PWA library with Abstract...
  7. practicalsoft

    B4X FEED B4XFloatTextField SetTextAlignment with error

    Hello everybody, I use a B4XFloatTextField in my program. With SetTextAlignment I want to center the font. B4X: txtGewicht.TextField.SetTextAlignment("CENTER", "CENTER") An error occurs when starting the program: B4XFloatTextField SetTextAlignment with error ادامه مطلب...
  8. practicalsoft

    B4X FEED Error installing the app on the device (b4a)

    Error * daemon not running; starting now at tcp:5037 could not read ok from ADB Server * failed to start daemon adb.exe: failed to check server version: cannot connect to daemon ----------------------------------------------------------------------- - The error appeared by itself, it worked...
  9. practicalsoft

    B4X FEED Problem parsing JSON format

    Hi everyone. Could anybody help me with this error ? error appear in line 10 B4X: For Each colTable As Map In Table Thank you. Error occurred on line: 101 (Pag_articole) java.lang.RuntimeException: Object should first be initialized (List). at...
  10. practicalsoft

    B4X FEED Unknown Reference in (sample) B4A Help App

    Hi, Newbie Q, sorry. I'm trying out some of the apps from the "Share your creations" section of these forums. I'm trying to build the B4A Help App (from B4A Help App ), but I get errors : Errors: B4A Version: 10.0 Java Version: 11 Parsing code. Error Error parsing program. Error...
  11. practicalsoft

    B4X FEED Trying to map a JSON entry error

    I'm trying to read a JSON file in but having problems understanding why I can't read the full data as I get an error the JSON is below, sorry is so long Spoiler location: Rhyl [Denbighshire;United Kingdom] day 1 date: 20200830 rain: 0 symbol_value: 2 uv_index_max: 4 snowline: 2400...
  12. practicalsoft

    B4X FEED (SOLUCIONADO) CLV Expandible - Error en tiempo de diseño.

    Buenas tardes. Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables... B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items This class replaces the custom CustomListView module...
  13. practicalsoft

    B4X FEED CLV Expandible - Error en tiempo de diseño.

    Buenas tardes. Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables... B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items This class replaces the custom CustomListView module...
  14. practicalsoft

    B4X FEED [SERVER] javax.net.ssl.SSLProtocolException: Connection reset by peer: socket write error (when running in release mode S3 Bucket)

    Hi, I'm working on a project where I'm using S3 buckets to store files and I'm using the code made by @JackKirk (https://www.b4x.com/android/forum/t...re-calculator-b4x-works-on-b4a-b4i-b4j.81272/), I'm doing a non ui app and when I test the code in Debug mode everithing is working as expected...
  15. practicalsoft

    B4X FEED Unable to delete row from custom list view

    Hi I am unsure why this produces a runtime fatal error. I'm trying to delete a row within a custom list view B4X: Sub lblDelete_Click Dim result As Int 'check if user really wants to delete Msgbox2Async("Are you sure?", "Delete Entry", "Yes", "Cancel", "No", Null, False)...
  16. practicalsoft

    B4X FEED [Solved] Error when trying to connect to a remote server

    Hi everyone, my pc crashed and unfortunately I don't have the latest working file for my application, so I reinstalled everything but now it gives me this error. B4X: ResponseError. Reason: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted...
  17. practicalsoft

    B4X FEED Error when trying to connect to a remote server

    Hi everyone, my pc crashed and unfortunately I don't have the latest working file for my application, so I reinstalled everything but now it gives me this error. B4X: ResponseError. Reason: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted...
  18. practicalsoft

    B4X FEED Error on hosted builder

    Out of nowhere, I received this error during compilation: B4i Version: 6.80 Parsing code. (0.46s) Building folders structure. (0.48s) Compiling code. (0.87s) Compiling layouts code. (0.10s) Building Xcode project (0.58s) Sending data to remote compiler. Error Out: note: Using new build system...
  19. practicalsoft

    B4X FEED Maven artifact not found: androidx.lifecycle/lifecycle-viewmodel-savedstate

    Hello. I have been away for a while. I am now trying to clear the dust away and keep with an old b4x project. (didn't touch computer aprox. a year) needless to say, I have installed all sdk manager recommendations to the last updated. while trying to compile I get this error as the title ...
  20. practicalsoft

    B4X FEED Error Loading Bitmap

    Hi, I have an App where the user subscribes to a service of his choice , and according to the service chosen a .png file is downloaded and used as an icon to represent the service he is subscribed to . Everything works fine and I have multiple logs that check that the download was executed...
عقب
بالا