20
Views
3
Comments
[File Transfer Plugin] Invalid Calls from the events triggered from the File Transfer Plugin web blocks
Question
file-transfer-plugin
Mobile icon
Forge asset by OutSystems
Application Type
Mobile
Service Studio Version
11.54.76 (Build 63581)
Platform Version
11.26.0 (Build 41987)

Hi Team!


We've noticed some logs that are being generated in Service Center:

  • Invalid call of the 'UploadProgress' client action of the '[Screen/Web Block name]' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action. 


  • Invalid call of the 'UploadComplete' client action of the '[Screen/Web Block name]' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action. 


  • Invalid call of the 'UploadError' client action of the '[Screen/Web Block name]' since the latter is not currently active. This is likely due to a platform's client action being used as an event handler or in a setTimeout function. Consider removing this call by using the 'On Destroy' event of the screen/block or moving your logic to a global client action. 

This is because when on of these event are triggered the parent screen or web block no longer exists.

So we need you to update the web blocks to check if it has been destroyed and if so, it will not trigger the event.

Thank you.

João Henriques

2024-11-26 02-40-16
You You

Can someone please answer this question? 

2021-02-17 18-31-05
Alexandre Jacinto
Staff

Hi there!


We recently released version 2.1.7 of the File Transfer plugin on the O11 Forge that has this issue fixed. The same fix was released in ODC in version 1.0.2 of the plugin.


Best regards,
Alexandre Jacinto

2024-11-26 02-40-16
You You

Hi @Alexandre Jacinto

Thanks for Sharing! 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.