kaleidoscube / NotionUnreal

A Notion Integration for Unreal Engine. Allows you to create tasks or pages for bug tracking and feature requests in standalone development games or the Unreal Editor.
MIT License
14 stars 1 forks source link

Http request failed due to an error 144 #1

Open Tole01 opened 2 weeks ago

Tole01 commented 2 weeks ago

I installed and compiled the plugin with Visual Studio Community. Then i tried the plugin inside the editor and the simulation of the render and ti failed to transfr the info. The secret token and the ID is the correct one but the note gives me an "HTML Error with Notion API: 144" and I don't know what the problem is.

In the other side, I stablish the correct configurations for the API connection in Notion but I don't know if the plugin needs the public or the internal for running.

Also I may find a little bug. When you install the token, you need to save it and the note runs in editor but not in the simulation. In the simulation you must wait some minutes after changing the token or save the progress before you init the simulation. After that, you must wait a little time to run correctly the note (I infer that's due to connection protocols through Notion API but I don't know).

Tole01 commented 1 week ago

I solve it, it's due a problem between platforms. I have a Notion property called Files&Media which requires media or URL data while Unreal Engine is translating as a checkbox property. As a result, the properties mismatch creates an Error 144.

kaleidoscube commented 1 week ago

Hey Tole1, thanks for the issue and your steps to reproduce it. I will look into this the next weeks, usually the Files&Media property should be filtered out and not show up in Unreal.