B4J Question Compiler parsing error

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

I get this when compiling a non-ui server app.

B4X:
B4J Version: 8.80
Parsing code.    Error
Error parsing program.
Error description: An item with the same key has already been added.
Error occurred on line: 289 (asosstat) <- Last line in the class, it's 'End Sub'

What would cause this type of error. It's on a websocket class that I had renamed.

Regards

John.
 
Last edited:

Jmu5667

Well-Known Member
Licensed User
Longtime User
1610709717681.png
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
I just removed the websocket class. And when I add it in again(existing module), I get the warning in the logs window.
 
Upvote 0
Top