You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the information we collect as a result, we'll be able to find
out what is happening when those errors are given and may find a
better way to desl with them.
The text was updated successfully, but these errors were encountered:
Right now I'm only concerned with
Returned unexpected JSON when requesting library data
like those found here:
https://wikiapiary.com/wiki/Computer_Lexikon#Logs_for_Computer_Lexikon
I already added a column to the database table to hold the
information:
ALTER TABLE apiary_wwebsite_logs ADD log_data blob;
Now we need to
https://github.com/WikiApiary/wikibees/blob/master/lib/apiary.py#L158
the information in the db when it is passed in.
https://github.com/WikiApiary/wikibees/blob/master/bumble-bee/bumble-bee.py#L762
https://github.com/WikiApiary/wikibees/blob/master/lib/apiary.py#L87
Based on the information we collect as a result, we'll be able to find
out what is happening when those errors are given and may find a
better way to desl with them.
The text was updated successfully, but these errors were encountered: