Replies: 3 comments 3 replies
-
I am attempting this myself, and am at the same point as you. Put together some skeleton code that worked up until a few weeks ago when the orgin header issue popped out, and I'm also getting a 500 error code now. Everything works up until the book API call. If I find a solution or make any progress I'll post an update here. |
Beta Was this translation helpful? Give feedback.
-
I just pushed fix #122 where it seems like the Referer header is now required. Try adding that and see if that addresses your issue. |
Beta Was this translation helpful? Give feedback.
-
Has anyone had success with a full Python implementation? Just starting to look into this now and am also way more comfortable with Python than Scala |
Beta Was this translation helpful? Give feedback.
-
Going out on a limb and hoping someone who knows both python and Scala well enough can help. I was running python code that basically mirrored this Scala code as I'm not very familiar with Scala. Both ran well until the issue of the missing origin header in the book POST request came up #104 . Adding the origin header seemed to fix it here but not in the python code for some reason. To simplify things, I've provided just the code that would go into the post request:
This worked up until a couple of weeks ago, and then broke like everyone else's code when #102 happened. However, adding the origin header didn't seem to fix it like it did here, and I still get the 500 error code.
Any idea's as to what I'm missing here? something getting lost in translation? I'm struggling given that mirroring the Scala code has worked up to this point however I don't know enough Scala to know what I'm missing this time.
Beta Was this translation helpful? Give feedback.
All reactions