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
Instrument method under necrobrowser.go does not reintializes cookie necrobrowser request body.
Line 214 does not reintializes the necrobrowser request, and is replacing placeholders that does not exists. This happens if the same cookiejar was updated, and requires resending of new cookie information. However, as the variable was not reinitialize, it sends the old value instead send previosuly.
The text was updated successfully, but these errors were encountered:
Instrument method under necrobrowser.go does not reintializes cookie necrobrowser request body.
Line 214 does not reintializes the necrobrowser request, and is replacing placeholders that does not exists. This happens if the same cookiejar was updated, and requires resending of new cookie information. However, as the variable was not reinitialize, it sends the old value instead send previosuly.
The text was updated successfully, but these errors were encountered: