Android Question [Closed] Log shows error in latest Pleroma source code in B4A

AnandGupta

Expert
Licensed User
Longtime User
Downloaded latest source from

Extracted (7-Zip) and run 1.b4a (btw the B4J folder has "Pleroma.b4j")

Log says,
B4X:
PollView - 34: Unknown type: plmstatus<br />Are you missing a library reference?
PollView - 11: Unknown type: plmstatus<br />Are you missing a library reference?
PleromaFeed - 19: Unknown type: plmcontent<br />Are you missing a library reference?
PleromaFeed - 8: Unknown type: plmcontent<br />Are you missing a library reference?
PleromaFeed - 2: Unknown type: htmlnode<br />Are you missing a library reference?

The PollView.bas shows error,

b4a1.png


But no error is similar line in StatusView.bas

b4a2.png

Using latest B4A 10.60 and Libraries selected as ,

b4a3.png

How to fix the log errors ?

Regards,

Anand
 

agraham

Expert
Licensed User
Longtime User
Haven't you got a some missing libraries messages in the error pane and in the log pane? The following libraries seem to be needed which you don't have selected in your screenshot and that is probably the cause of the error.
[IDE message - 3:23:57]
The following libraries are missing:
bitmapsasync
exoplayer
minihtmlparser
webp
websocket
zoomimageview
 
Upvote 0

AnandGupta

Expert
Licensed User
Longtime User
Sorry, I should have first downloaded all missing libraries and then check.
Had internet failure here so could not do it earlier.

I was just wondering why the log shows message for a line in one bas file but not for similar line in another bas file.

Anyway after downloading all required libraries, no logs now.

Regards,

Anand
 
Upvote 0
Top