https://linen.dev logo
Join Discord
Powered by
# lime
  • sorry 💀
    c

    careful-television-54617

    03/29/2023, 10:44 PM
    sorry 💀
  • i am have flixel -> muted
    b

    bulky-insurance-39338

    03/29/2023, 10:45 PM
    i am have flixel -> muted
  • so better you stay here !
    b

    bulky-insurance-39338

    03/29/2023, 10:45 PM
    so better you stay here !
  • ?
    a

    ambitious-knife-25690

    03/29/2023, 10:45 PM
    ?
  • (to much -> deflection <-)
    b

    bulky-insurance-39338

    03/29/2023, 10:45 PM
    (to much -> deflection <-)
  • That isn't how this server works
    a

    ambitious-knife-25690

    03/29/2023, 10:45 PM
    That isn't how this server works
  • my only `non-muted` channels now is -> botspam!
    b

    bulky-insurance-39338

    03/29/2023, 10:45 PM
    my only
    non-muted
    channels now is -> botspam!
  • (haxebot == server!)
    b

    bulky-insurance-39338

    03/29/2023, 10:47 PM
    (haxebot == server!)
  • mhm.. disco ?
    b

    bulky-insurance-39338

    03/29/2023, 10:48 PM
    mhm.. disco ?
  • đŸĒŠ
    b

    bulky-insurance-39338

    03/29/2023, 10:48 PM
    đŸĒŠ
  • or your `taxonomy` 🙂 ?
    b

    bulky-insurance-39338

    03/29/2023, 10:48 PM
    or your
    taxonomy
    🙂 ?
  • `about`
    b

    bulky-insurance-39338

    03/29/2023, 10:48 PM
    about
  • how to `sort` here into ?
    b

    bulky-insurance-39338

    03/29/2023, 10:49 PM
    how to
    sort
    here into ?
  • yea
    a

    ambitious-knife-25690

    03/29/2023, 10:50 PM
    yea
  • can we discuss this into botspam pls (or better causual-offtopic-dancefloor now ?)
    b

    bulky-insurance-39338

    03/29/2023, 10:51 PM
    can we discuss this into botspam pls (or better causual-offtopic-dancefloor now ?)
  • wanna tell you little story!
    b

    bulky-insurance-39338

    03/29/2023, 10:52 PM
    wanna tell you little story!
  • is it correct to ignore the body of the response if an error code is returned ?
    b

    breezy-toothbrush-6705

    04/03/2023, 4:19 PM
    is it correct to ignore the body of the response if an error code is returned ?

    https://cdn.discordapp.com/attachments/769686258049351722/1092483647560503296/lime_http_500.png▾

  • I am using the URLLoader.hx class from OpenFL to call a rest API that returns an error 500 and i need to acces the response but i don't know how :\
    b

    breezy-toothbrush-6705

    04/03/2023, 4:22 PM
    I am using the URLLoader.hx class from OpenFL to call a rest API that returns an error 500 and i need to acces the response but i don't know how :\
  • according to the XMLHttpRequest docs, responseText should be null if the request failed. but I can't tell if "failed" means client-side exceptions only, or if 400/500 statuses from the server also count as failed.
    r

    rhythmic-wolf-50922

    04/03/2023, 4:23 PM
    according to the XMLHttpRequest docs, responseText should be null if the request failed. but I can't tell if "failed" means client-side exceptions only, or if 400/500 statuses from the server also count as failed.
  • we have always handled errors without using the response, but the developer that made these API has now updated error management and told me that they are now compliant to the rest api standards.
    b

    breezy-toothbrush-6705

    04/03/2023, 4:29 PM
    we have always handled errors without using the response, but the developer that made these API has now updated error management and told me that they are now compliant to the rest api standards.
  • you could add a breakpoint or a trace() call inside that function to see what the value of responseText is. that should tell you whether the response is available and ignored, or if it isn't actually available at all.
    r

    rhythmic-wolf-50922

    04/03/2023, 4:33 PM
    you could add a breakpoint or a trace() call inside that function to see what the value of responseText is. that should tell you whether the response is available and ignored, or if it isn't actually available at all.
  • maybe join forces with the person asking the same questions in <#769686284318146561>
    l

    loud-salesclerk-7438

    04/03/2023, 4:36 PM
    maybe join forces with the person asking the same questions in #769686284318146561
  • Actually we are colleagues <@619105294496038923> explained the issue with more details in <#769686284318146561> should we move the conversation here?
    b

    breezy-toothbrush-6705

    04/04/2023, 9:53 AM
    Actually we are colleagues @full-finland-85350 explained the issue with more details in #769686284318146561 should we move the conversation here?
  • https://discord.com/channels/162395145352904705/769686284318146561/1092743772309311488
    f

    full-finland-85350

    04/04/2023, 9:54 AM
    https://discord.com/channels/162395145352904705/769686284318146561/1092743772309311488
  • Hello, I have a question This crash seems to have a chance of appearing when I launch/build the game but that chance isn't 100% Does anyone know what could be causing this? It just started appearing one day and I don't know what caused it
    d

    dazzling-ability-37856

    04/04/2023, 11:46 AM
    Hello, I have a question This crash seems to have a chance of appearing when I launch/build the game but that chance isn't 100% Does anyone know what could be causing this? It just started appearing one day and I don't know what caused it

    https://cdn.discordapp.com/attachments/769686258049351722/1092777246193881150/image.png▾

  • <@442007881785671687> we have done some debugging and research and it seems like the correct aproach should be the one already implemented in `NativeHTTPRequest.hx`, since we are in dire need of a fix for this issue i have created a fork and did a quick change that in our case works fine. https://github.com/PadTwo/lime/commit/ce5273fe5a8f16d1a6440a610086a92336768338
    b

    breezy-toothbrush-6705

    04/04/2023, 2:18 PM
    @rhythmic-wolf-50922 we have done some debugging and research and it seems like the correct aproach should be the one already implemented in
    NativeHTTPRequest.hx
    , since we are in dire need of a fix for this issue i have created a fork and did a quick change that in our case works fine. https://github.com/PadTwo/lime/commit/ce5273fe5a8f16d1a6440a610086a92336768338
  • i am aware that this is probably not ideal, since for example `openfl.net.URLLoader.hx` expects that parameter to be equal to `request.status`
    b

    breezy-toothbrush-6705

    04/04/2023, 2:23 PM
    i am aware that this is probably not ideal, since for example
    openfl.net.URLLoader.hx
    expects that parameter to be equal to
    request.status
  • i am currently trying to install the modified version of lime like this `haxelib git lime https://github.com/PadTwo/lime` but it's not working is it possible to use a forked version of lime like this?
    b

    breezy-toothbrush-6705

    04/05/2023, 2:17 PM
    i am currently trying to install the modified version of lime like this
    haxelib git lime https://github.com/PadTwo/lime
    but it's not working is it possible to use a forked version of lime like this?
  • how is it not working
    c

    calm-horse-72201

    04/05/2023, 2:18 PM
    how is it not working
  • is it saying there are missing `ndll` files
    c

    calm-horse-72201

    04/05/2023, 2:18 PM
    is it saying there are missing
    ndll
    files
1...939495...138Latest